summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-15Get rid of various 'typedef struct' definitions and use plain structureMarcus Glocker
2013-04-15Revert r1.37 now that we stop after the first matching protocol, testedMartin Pieuchot
2013-04-15Move the IntelliMouse protocol definition after Elantech ones, because someMartin Pieuchot
2013-04-15Don't probe for all supported protocols this can confuse some touchpads andMartin Pieuchot
2013-04-15do not Capitalize architecture names, because it makes it hard to searchTheo de Raadt
2013-04-15do not need -static anymoreTheo de Raadt
2013-04-14spacingTheo de Raadt
2013-04-14syncTheo de Raadt
2013-04-14typo; Benedikt SteinbuschStuart Henderson
2013-04-14Add escape codes for F21 to F24, continuing the existing sequence. Note thatMiod Vallat
2013-04-14regenMiod Vallat
2013-04-14Get USB F13 to F24 keys from the PS/2 layout, rather than as extra entries, now.Miod Vallat
2013-04-14Support for F13-F24 keys found on IBM 122-key keyboards.Miod Vallat
2013-04-14Unbreak tape boot blocks by not attempting to load kernel symbols, and providingMiod Vallat
2013-04-14Take a different approach towards framebuffer accelartion. Instead of usingMark Kettenis
2013-04-14Be sure to turn hsync/vsync back on at crt enable (v2)Jonathan Gray
2013-04-14add some acer quirks from linux 3.8.7Jonathan Gray
2013-04-13syncTheo de Raadt
2013-04-13My clever "expand _PATH_STDPATH in whereis.1" logic broke the build ifPhilip Guenther
2013-04-13Give struct dhcp_synctlv_lease fields a prefix (lv_) as the fieldsKenneth R Westerback
2013-04-13Don't dance with errno, just check the return values of fprintf(),Kenneth R Westerback
2013-04-13Perform a warm reset instead of putting the hardware into full sleep modeStefan Sperling
2013-04-12replace MAX_LINE_SIZE and SMTP_LINE_MAX with SMTPD_MAXLINESIZE forEric Faurot
2013-04-12correct spelling is "Christiaan Huygens"; from James J. LippardJason McIntyre
2013-04-12Fix the log messages displayed to the user.Brian Callahan
2013-04-12usbd_setup_default_xfer() already use the default device's pipe so there'sMartin Pieuchot
2013-04-12Instead of using a wrapper around usbd_transfer() when submitting aMartin Pieuchot
2013-04-12Remove some Korean characters from the zero-width list that apparentlyNicholas Marriott
2013-04-12Copy the client into the new cmdq in source-file so commands that workNicholas Marriott
2013-04-12Now we can handle bitbanging enable the fallback method of gettingJonathan Gray
2013-04-12Double-register load and store instructions using an odd-numbered register asMiod Vallat
2013-04-12Unbreak lease synchronization by making the sync header contain theKenneth R Westerback
2013-04-11Call setlocale(LC_TIME) at startup.Nicholas Marriott
2013-04-11Do not abuse -finhibit-size-directive to control tight code alignment:Miod Vallat
2013-04-11Proper access of _THREAD_PRIVATE storage. Avoids a mem leak and reinitOtto Moerbeek
2013-04-11Fix obviously stupid bug in the PIC_{LOAD,STORE} macros when compiling withMiod Vallat
2013-04-11Remove the extern keyword from function declarations, documentMartin Pieuchot
2013-04-11Merge usbd_ar_pipe in usbd_abort_pipe, no functional change.Martin Pieuchot
2013-04-11Send an SGR0 after turning on modifyOtherKeys to fix Terminal.app whichNicholas Marriott
2013-04-11copy out a blank string if no wmesg, so userland can rely on readingTed Unangst
2013-04-11getpgid() and getsid() were rolled into POSIX in 2008Philip Guenther
2013-04-11Add 'restrict' per POSIX, per prodding by tedu@. (Might permit more warnings?)Philip Guenther
2013-04-11quiet disconnect notifications on the server from error() back to logit()Damien Miller
2013-04-11The tweaks I suggested to the previous diff resulted in the typeflagPhilip Guenther
2013-04-10Correctly handle data memory protection ID traps: if occuring in user mode,Miod Vallat
2013-04-10futex: Prevent multiple futex pool initializations.Paul Irofti
2013-04-10futex: Sprinkle a few debug printfs that helped me in the past.Paul Irofti
2013-04-10futex: Assert that the refcount is larger than 0 when doing futex_put.Paul Irofti
2013-04-10Set EV_WRITE for jobs or run/if-shell jobs can hang. From Chris Johnsen.Nicholas Marriott
2013-04-10Fix bug where end guard in control mode was not printed after sessionNicholas Marriott