summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-17If the stack demands protection by setting the USEPROT flag then set theStefan Sperling
2016-08-17pluralize a wordPeter Hessler
2016-08-17The man page is a bit confusing for how we can control which addressPeter Hessler
2016-08-17wrterror() is fatal, delete dead code; ok tom@ natano@ tedu@Otto Moerbeek
2016-08-17small bits of header cleanup; ok mlarkinTheo de Raadt
2016-08-17Reintroduce 5.3-style checksum modification to preserve end-to-end checksumsprocter
2016-08-17Move to iopool. No voluntary testers after several years of requests so nowKenneth R Westerback
2016-08-17Move to iopool. No voluntary testers after several years of requests so nowKenneth R Westerback
2016-08-17Make error handling (esp. DATA_UNDERRUN) clearer and avoid losing residKenneth R Westerback
2016-08-17KNF and clean up many comments.Kenneth R Westerback
2016-08-17Ansify function definitions.Kenneth R Westerback
2016-08-16splraise() is an MI API now.David Gwynne
2016-08-16Add regression tests for IP_SENDSRCADDR.Vincent Gross
2016-08-16Add IP_SENDSRCADDR cmsg for UDP sockets. As suggested by sthen@,Vincent Gross
2016-08-16Track SSID in leases file and only consider leases from the current SSID whenKenneth R Westerback
2016-08-16There is no sense in doing caching in fusefs. In case of a non-localMartin Natano
2016-08-16Piping to a shell command does not count as a save, so don't reset theMartin Natano
2016-08-16When the commit message is empty, don't default to c)ontinueTheo Buehler
2016-08-16When the commit message is empty, don't default to c)ontinueTheo Buehler
2016-08-16Add, correct, and improve HISTORY sections.Ingo Schwarze
2016-08-16stop including sys/param.h for nitems. define locally as needed.Ted Unangst
2016-08-16Add HISTORY.Ingo Schwarze
2016-08-16remove #define for /dev/mem minors. let the raw magic of the hardcodedTed Unangst
2016-08-16move static variable up to firstTed Unangst
2016-08-16replace hand rolled tsleep physlock with rwlock. ok mlarkinTed Unangst
2016-08-16doesn't need to link with cryptoTed Unangst
2016-08-16remove reference to 6th ed.Ted Unangst
2016-08-16Turn "TLS handshake failed -" log message into a debug message - itReyk Floeter
2016-08-16Streamline and refactor the code a bit more:Theo Buehler
2016-08-16Nuke a bunch of whitespace nits seen while '%q' hunting.Kenneth R Westerback
2016-08-16Nuke a bunch of whitespace nits seen while '%q' hunting.Kenneth R Westerback
2016-08-16Nuke some erroneous leading whitespace.Kenneth R Westerback
2016-08-16Bring types of variables used with struct stat into the modern world.Kenneth R Westerback
2016-08-16Avoid a compiler warning about use of uninitialized l.beg emittedTheo Buehler
2016-08-16All that complexity stopped us from getting flying cars by today.Ted Unangst
2016-08-16Update Hyper-V structure definitions to the 2016 versionMike Belopuhov
2016-08-16Add HISTORY.Ingo Schwarze
2016-08-16Remove RM7000/RM9000-specific performance counter code. It originatesVisa Hankala
2016-08-16Xr encrypt(1) here as well to be consistent with useradd(8).Theo Buehler
2016-08-16Fix typo/inconsistensy where L1_S_DOMAIN was used instead of L1_C_DOMAIN.Mark Kettenis
2016-08-16Mask the ``prio'' prior to comparing it to RTP_LOCAL.Martin Pieuchot
2016-08-16In the IPv6 default route example, use a gateway that corresponds to aMartin Pieuchot
2016-08-16Rename server_handshake_tls() to server_tls_handshake() to align withReyk Floeter
2016-08-16As suggested by the FastCGI spec, zero-pad the response buffers to beReyk Floeter
2016-08-16Only probe the UART type if sc_uarttype is set to COM_UART_UNKNOWN.Mark Kettenis
2016-08-16shorten genrsa; ok jsingJason McIntyre
2016-08-16tweak previous;Jason McIntyre
2016-08-16add a special edition doas that only lets root drop privs.Ted Unangst
2016-08-16fread hasn't taken a char * in about 900 yearsTed Unangst
2016-08-16remove unneeded castsTed Unangst