summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-01free() the memory we allocate in dmesg.c. While this memory would beTom Cosgrove
2017-09-01the wait_filter_data session set is now pointlessEric Faurot
2017-09-01identify the case where SSHFP records are missing but other DNS RRDamien Miller
2017-09-01document available AuthenticationMethods; bz#2453 ok dtucker@Damien Miller
2017-09-01Remove the miniroot for the OMAP3 BeagleBoards. Ethernet is on USB andJonathan Gray
2017-09-01vmctl: -L option clarification in man pageMike Larkin
2017-08-31Add OpenBSD CVS tags at the top of amdisplay/nxphdmi(4) files.ians
2017-08-31update currency exchange rates;Jason McIntyre
2017-08-31Don't delete v4 routes that are going to beKenneth R Westerback
2017-08-31Remove OPENSSL_NO_NEXTPROTONEG - some software creates conflictingJoel Sing
2017-08-31enum can be signed or unsigned depending on the compiler; so make sure weOtto Moerbeek
2017-08-31assorted warning fixes; ok millert@Otto Moerbeek
2017-08-31ignoredups implementation quirkJeremie Courreges-Anglas
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