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