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