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