summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-30Now we use p_filesz - 1 to test for NUL check that p_filesz isJonathan Gray
2015-04-30Link report descriptors to known sensors.Martin Pieuchot
2015-04-30Instead of using a single flat array for all sensors, put all theMartin Pieuchot
2015-04-30Convert to if_input(), tweak and ok dlg@Martin Pieuchot
2015-04-30Indroduce fd_getfile_mode() and use it were fd_getfile() is directlyMartin Pieuchot
2015-04-30use adolf, not adolph, for hitler, to keep it consistent;Jason McIntyre
2015-04-30No need to set `rcvif', if_input() does it for you!Martin Pieuchot
2015-04-30Convert moar drivers to if_input().Martin Pieuchot
2015-04-30Error out if the PT_INTERP segment isn't NUL terminatedPhilip Guenther
2015-04-29If a block body gets broken, that's no good reason to extend theIngo Schwarze
2015-04-29Replace the kludge for the \z escape sequence by an actualIngo Schwarze
2015-04-29In most cases, IP fragments do not have an Ethernet padding. SoAlexander Bluhm
2015-04-29some fine-tuning in SYNOPSIS, usage, and order of options, with jmcHenning Brauer
2015-04-29g/c unneeded second char * var, ok bennoHenning Brauer
2015-04-29Do not complain when directions fail.Nicholas Marriott
2015-04-29Add tmux and tmux-256color entries; this can be used inside tmux forNicholas Marriott
2015-04-29Use if_get() after every tsleep(), in case the bottom half of the driverTheo de Raadt
2015-04-29If default-terminal is set to "screen" or "screen-*", emulate screen'sNicholas Marriott
2015-04-29Do not mark a block with the MDOC_BROKEN flag if it merely containsIngo Schwarze
2015-04-29When the last line of a table layout turns out to be empty, it is deleted.Ingo Schwarze
2015-04-29Check arguments before eval so we don't end up with a cryptic error message.Antoine Jacoutot
2015-04-29Improve the error message in case somebody has configured an invalid PAGER.Ingo Schwarze
2015-04-29support passing a template file for the auto-allocation to disklabel.Henning Brauer
2015-04-29Make some regular expressions more strict. This allows the testsAlexander Bluhm
2015-04-29When the HTTP client did close the connection while relayd was stillAlexander Bluhm
2015-04-29the non braced do while made my teeth hurtTheo de Raadt
2015-04-29Also generate db_structinfo.txt with struct member offset and size infoPhilip Guenther
2015-04-29Delete the duplicated sched_{policy,param} members from the internal structPhilip Guenther
2015-04-29Add tests for ListenAddress/Port/AddressFamily in alternate orders.Darren Tucker
2015-04-29Remove a check for NULL that would have been after a NULL dereferenceJonathan Gray
2015-04-29Move a variable's initialisation so a panic will work as intended.Jonathan Gray
2015-04-29Change internal xrealloc() to a idiom-following xreallocarray().Theo de Raadt
2015-04-29Allow ListenAddress, Port and AddressFamily in any order. bz#68,Darren Tucker
2015-04-29Add whitespace and replace OPENSSL_free with free in documentation.Doug Hogan
2015-04-29Call CBB_add_space() rather than reimplementing it.Doug Hogan
2015-04-29Rename cbb_buffer_add_u to cbb_add_u and remove redundant code.Doug Hogan
2015-04-29Added len_len error checking for internal cbb_buffer_add_u().Doug Hogan
2015-04-29Call CBS_mem_equal() rather than reimplementing it.Doug Hogan
2015-04-29Avoid NULL deref in CBS_get_any_asn1_element().Doug Hogan
2015-04-29Added error checking for len argument in cbs_get_u().Doug Hogan
2015-04-29free() can handle NULL.Doug Hogan
2015-04-29Add missing #include <stdint.h> for SIZE_MAXTodd C. Miller
2015-04-29Reject dNSName of " " for subjectAltName extension.Doug Hogan
2015-04-29Add missing #include <stdint.h> for SIZE_MAXTodd C. Miller
2015-04-29Add missing BN_CTX_end() calls.Doug Hogan
2015-04-29VERBOSESTATUS or no VERBOSESTATUS, failed or missing dumps are stillAlexander Hall
2015-04-28Explicitly include .codepatch and .codepatchend in .rodata such thatMark Kettenis
2015-04-28ajacoutot spotted a problem with the new sshd logic (to disable root loginsStuart Henderson
2015-04-28Protect the per-process itimerval structs with a mutex. We update theseMark Kettenis
2015-04-28Don't grab the kernel lock for clock interrupts. The way we use mutexesMark Kettenis