Age | Commit message (Expand) | Author |
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 |
2013-04-10 | Missed -o from set-window-option, from Ben Boeckel. | Nicholas Marriott |
2013-04-10 | Remove some code not needed on OpenBSD. | Nicholas Marriott |
2013-04-10 | Remove various external variable declaration from sources files and | Martin Pieuchot |
2013-04-10 | Merge usbd_get_device_desc() into the only function using them. | Martin Pieuchot |
2013-04-10 | Instead of refetching the descriptor from the device, just use the copy | Martin Pieuchot |
2013-04-10 | Merge usb_devinfo* helper functions into usbd_print(), nothing else use | Martin Pieuchot |
2013-04-10 | Remove unused function usb_find_desc(). | Martin Pieuchot |
2013-04-10 | Get the standard path from _PATH_STDPATH instead of | Philip Guenther |
2013-04-10 | Fix various glitches in queue macro usage. | Philip Guenther |
2013-04-09 | Add a magic number to the head of the signature block. Check for magic | Mike Larkin |
2013-04-09 | newvers.sh uses 'basename' to determine the directory name to stamp the | Mike Larkin |
2013-04-09 | Add extended header support for ustar. Currently only path and linkpath are | Federico G. Schwindt |
2013-04-09 | do not store a time_t or the result of a time_t division in an int | Gilles Chehade |
2013-04-09 | Retry when SSL_read fails with SSL_ERROR_WANT_READ. Fixes the case where | Stuart Henderson |
2013-04-09 | When submitting a request the device's default pipe is always | Martin Pieuchot |
2013-04-09 | There's no need for usbd_get_config_desc_full() so just call usbd_get_desc() | Martin Pieuchot |
2013-04-09 | Remove read-only ipsec variables and directly use defines instead. | Martin Pieuchot |