summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-27bump to 2.9.1Brent Cook
2019-03-26Fix white space.rob
2019-03-26Add ber api regress. Assumes that ber has been built into libutil.rob
2019-03-26Break copy mode commands into individual functions instead of a big loadNicholas Marriott
2019-03-26The recently introduced "router-id changed" warning is a bit long.remi
2019-03-26note that powersave is disabled by default (i.e. no need to explicitlyJason McIntyre
2019-03-26vmm(4): On VMX, use sgdt/sidt to reset the GDT/IDT limits after exitingMike Larkin
2019-03-26Same INT32_MAX vs -1 confusion on the write-sideTheo de Raadt
2019-03-26Update to tzdata2019a from www.iana.orgTodd C. Miller
2019-03-26Tweak previous: include <sys/stdint.h> for INT64_MAX/INT64_MIN.cheloha
2019-03-26add the dcf600usb; from paul de weerdJason McIntyre
2019-03-26INT32_MAX isn't -1, to indicate re-read for 64-bit value.Theo de Raadt
2019-03-26adjtime(2): set EINVAL if delta overflows 64 bits of microseconds.cheloha
2019-03-26Remove this assert, I can't do this here with UNVEIL_INSPECTBob Beck
2019-03-26Use limits.h instead of sys/limits.h for portability.Joel Sing
2019-03-26Make sure that each ci has its spc_deferred queue initialized.Visa Hankala
2019-03-25MP-safe timecounting: new rwlock: tc_lockcheloha
2019-03-25Fix authentication failures when "AuthenticationMethods any" in aDamien Miller
2019-03-25whitespaceDamien Miller
2019-03-25fix copy pasto: flag -> atflags; ok deraadt@ jca@ millert@anton
2019-03-25-z support isn't as trivial as linking -lz so it hasn't been writtenTheo de Raadt
2019-03-25One more TODO entry for reload support: check router-id changesJeremie Courreges-Anglas
2019-03-25Abort reload if router-id changedJeremie Courreges-Anglas
2019-03-25panic() adds a newline, so don't include one in the format stringPhilip Guenther
2019-03-25Add StatusDefault binding for the mouse on any otherwise unassignedNicholas Marriott
2019-03-25Fix pctr(4) issues with MP and suspend:Philip Guenther
2019-03-25X86_IPI_NAMES's only use was #if 0'ed out; delete bothPhilip Guenther
2019-03-25update the example key size; from randy hartmanJason McIntyre
2019-03-25Update regress following sigalgs changes.Joel Sing
2019-03-25Strip out all of the pkey to sigalg and sigalg to pkey linkages.Joel Sing
2019-03-25tls1_process_sigalgs() is no longer needed.Joel Sing
2019-03-25Defer sigalgs selection until the certificate is known.Joel Sing
2019-03-25Rework ssl_ctx_use_certificate_chain_bio() to use the CERT_PKEY chain.Joel Sing
2019-03-25Remove ssl_get_server_send_cert() which is now unused.Joel Sing
2019-03-25Rework ssl3_output_cert_chain() to take a CERT_PKEY and consider chains.Joel Sing
2019-03-25Add a chain member to CERT_PKEY and provide functions for manipulating it.Joel Sing
2019-03-25Expand comment to document rationale for default key sizes.Darren Tucker
2019-03-25Increase the default RSA key size to 3072 bits. Based on the estimatesDarren Tucker
2019-03-25unveiling _PATH_MASTERPASSWD_LOCK requires an "r" permissionRobert Nagy
2019-03-25syncTheo de Raadt
2019-03-25add syspatch signify key for 6.6Robert Nagy
2019-03-25Fix columns of cursor_character format in list.Nicholas Marriott
2019-03-25Revert back to using previous values for EFIFB_WIDTH and EFIFB_HEIGHT,Frederic Cambus
2019-03-25Ignore mouse on status line which are not part of a range, GitHub issue 1649.Nicholas Marriott
2019-03-25- Formatting fixes and in some cases bringing things a bit closer to theKevin Lo
2019-03-24Fix a precedence problem.Ulf Brosziewski
2019-03-24BUGS goes last;Jason McIntyre
2019-03-24Document the fact that readlink(2) can bypass restrictions as neededBob Beck
2019-03-24virtio: Add a few feature bit defines and namesStefan Fritsch
2019-03-24virtio: Prepare for 64 feature bitsStefan Fritsch