summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-04Implement pci_min_powerstate().Mark Kettenis
2012-09-04Add support for -fPICTheo de Raadt
2012-09-04The powerlevel is an unsigned int, there is no need to check for negativeClaudio Jeker
2012-09-04implement basic YP support for gethostbyname_async()/gethostbyaddr_async()Eric Faurot
2012-09-04fix log_err() calls (from Patrick Wildt) and remove extra space.Okan Demirmen
2012-09-04Trivial code simplification from Tim Ruehsen.Nicholas Marriott
2012-09-04Raise IPL to IPL_SOFTNET in nd6_addr_add(). This code originally ran atStefan Sperling
2012-09-04sort sections;Jason McIntyre
2012-09-04remove lint leftovers; ok guenther@Okan Demirmen
2012-09-04these are no longer used; ok guentherTheo de Raadt
2012-09-03fix the example filter to match current API by usingCharles Longeau
2012-09-03- resolve unchecked malloc()'s; prompted by rustyBSD.Okan Demirmen
2012-09-03Remove xterm CRA support - support is patchy and it will be done betterNicholas Marriott
2012-09-03Teach as(1) about rdrand on i386/amd64.Mark Kettenis
2012-09-03add Intel 7 series kt (amt serial over lan)Jonathan Gray
2012-09-03Use the right index when adding item in choose-tree, from Thomas Adam.Nicholas Marriott
2012-09-03When choosing a pane found by find-window, switch to that pane ratherNicholas Marriott
2012-09-03Rename variables to something a but more understandable.Nicholas Marriott
2012-09-03add cmd-choose-list to allow arbitrary options to be selected. FromNicholas Marriott
2012-09-03Remove an unused variable.Nicholas Marriott
2012-09-03Send notifications to control clients. Also don't redraw client whenNicholas Marriott
2012-09-03Change format of choose-tree arrows slightly, from Romain Francoise.Nicholas Marriott
2012-09-03If stdin in the client is enable immediately, tmux will eat anythingNicholas Marriott
2012-09-03compress arguments to the ftp command; ok halexTheo de Raadt
2012-09-03Can't call evtimer_pending on uninitialized events, callNicholas Marriott
2012-09-03roll a comment to a new line, so that the comment-stripper can remove itTheo de Raadt
2012-09-03we CAPITALIZE variables used in multiple sh functionsTheo de Raadt
2012-09-03remove a NOPIE= that was still lying aroundTheo de Raadt
2012-09-02sparc -nopie conversion, tested by and ok deraadt@.Pascal Stumpf
2012-09-02Allow bootblocks to build in PIE; joint effort with pascalTheo de Raadt
2012-09-02Dont "#ifdef DIAGNOSTICS" out umidi_jack->intr.Alexandre Ratchov
2012-09-02Make profiling actually work on hppa.Mark Kettenis
2012-09-02We need big PIE on powerpc because the GOT gets too big for some bloatwareMark Kettenis
2012-09-02convert to plain -fno-pie/-nopie. Looks good to deraadt@.Pascal Stumpf
2012-09-02take hppa to PIE as well; ok kettenis pascalTheo de Raadt
2012-09-02Specify an include path for SYS.h via CPPFLAGS not AFLAGSJonathan Gray
2012-09-02Cope with pie-by-default, if it ever happens; ok pascalTheo de Raadt
2012-09-02Be nice with the server and align data packets to audio block boundaryAlexandre Ratchov
2012-09-02sync path to kernel sources with config(8), hier(7) and FAQRobert Peichaer
2012-09-02tweaks; ok guentherJason McIntyre
2012-09-02remove warningCharles Longeau
2012-09-02Provide ios::pos_type and ios::off_type on gcc 2.95 platforms, as some portsMiod Vallat
2012-09-02A bit more details about s-records operation.Miod Vallat
2012-09-02Bump the buffer size from 32 to 128 bytes, because some responses mayMartin Pieuchot
2012-09-02Do not need bcopy trickery to update the file descriptorTheo de Raadt
2012-09-02Oh, but only -O1 is needed. With -fpie, -O0 is currently needed. Bah.Theo de Raadt
2012-09-02Document (in this commit message, and an annotation in the Makefile)Theo de Raadt
2012-09-02enable PIE on alpha, and document the situation for otherTheo de Raadt
2012-09-01Oops. Missed a reinitialize_interface() declaration.Kenneth R Westerback
2012-09-01Nuke a static global I can't get my head around - interfaces_invalidated.Kenneth R Westerback