summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-31Mention strtok_r in STANDARDSJeremie Courreges-Anglas
2017-08-31vmctl: change a feedback message displayed to the user from "terminatedMike Larkin
2017-08-31vmd: fix two wrong comments I stumbled across while updating the vmctl(8)Mike Larkin
2017-08-31Add HISTCONTROL tests.anton
2017-08-31Unbreak DEBUG on nfsd(8) by changing the syslog macro. With this change a fewRicardo Mestre
2017-08-31vmd/vmctl: disallow use of block or character devices as disks in VMs.Mike Larkin
2017-08-31match vmctl.8 vm name constraintsJasper Lievisse Adriaanse
2017-08-30adjust ACPI resume-time saved stack location to account for a differentMike Larkin
2017-08-30Use endpoint 5 for chaoskey, it should have been 5 from the start, thisAaron Bieber
2017-08-30syncTheo de Raadt
2017-08-30Instead of overloading the line clear function to mean free ifNicholas Marriott
2017-08-30Refactor interface_status() to call freeifaddrs()Kenneth R Westerback
2017-08-30Guard FEMACSUSEMETA uses behind #ifdef EMACSJeremie Courreges-Anglas
2017-08-30Implement HISTCONTROL ignoredups & ignorespace featuresJeremie Courreges-Anglas
2017-08-30Stop exposing the emacs-usemeta option, and warn when trying to set it.Jeremie Courreges-Anglas
2017-08-30Drop needless commentJeremie Courreges-Anglas
2017-08-30unused fileEric Faurot
2017-08-30Move the full extension building into tlsext_{client,server}hello_build(),Joel Sing
2017-08-30Bump libssl/libtls minors due to symbol (re)addition.Joel Sing
2017-08-30Bring back the NPN related symbols.Joel Sing
2017-08-30Decode pin mux configuration correctly in gpio(4) support code such thatMark Kettenis
2017-08-30Add support for interface departure and arrival.rob
2017-08-30Bring back the RSA_SSLV23_PADDING define.Joel Sing
2017-08-30Prefer copyin32() to copyin() when fetching instructionsVisa Hankala
2017-08-30Report the rebuild state properly, so that in the case of a rebuildPatrick Wildt
2017-08-30Fix ifdef to if in gcm128.cKinichiro Inoguchi
2017-08-30rename smtp_filter_fd() to smtp_message_fd() and cleanup code.Eric Faurot
2017-08-30Pass flags into cmd_find_from_* to fix prefer-unattached, reported byNicholas Marriott
2017-08-30No need for NULL checks before afree()Jeremie Courreges-Anglas
2017-08-30unsigneds cannot be < 0; ok jca@Otto Moerbeek
2017-08-30Zap redundant assignment; ok jca@anton
2017-08-30gid_t is unsigned, so < 0 test is always false, compare against (gid_t)-1Otto Moerbeek
2017-08-30Avoid clang warning by explicitly marking a constant unsigned; ok millert@Otto Moerbeek
2017-08-30rename functionEric Faurot
2017-08-30Respect inputline_size argument. No functional change since tenex() only has oneanton
2017-08-30remove smtp_filter_*() indirections.Eric Faurot
2017-08-30Fix pasting of long (>BUFSIZ) lines in csh with filec enabled. NUL-terminatinganton
2017-08-30remove use of PAGE_SIZE and #include <sys/param.h>Mike Larkin
2017-08-30pass packet state down to some of the channels function (moreDamien Miller
2017-08-30Remove unused variable; no binary change.Lawrence Teo
2017-08-29Kill a useless setlocale() queryJeremie Courreges-Anglas
2017-08-29quarterly rescan of the tree: remove unneccessary sys/param.h, andTheo de Raadt
2017-08-29Redraw rectangle selections properly when cursor at end, GitHub issue 992.Nicholas Marriott
2017-08-29missing word; from raf czlonkaJason McIntyre
2017-08-29Don't use isset() from sys/param.h in ifconfig. Requested by deraadtStefan Sperling
2017-08-29add _MEASURE_RATE bits from uonerng(4)Jasper Lievisse Adriaanse
2017-08-29When OCSP status type is unknown, ignore the extension.Doug Hogan
2017-08-29It is confusing to talk about priorities being ordered from highTodd C. Miller
2017-08-29rename sc_pipe to sc_outpipe to indicate it's direction as there'll come anJasper Lievisse Adriaanse
2017-08-29When parsing extensions by calling the parse functions directly, ensureJoel Sing