summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-02remove some ifconfig internals; ok knJason McIntyre
2020-09-01Fix signotify() for powerpc64 bsd.mpgkoehler
2020-09-01zap nasty whitespaceTheo Buehler
2020-09-01Zero out data to avoid leaving stack garbage in the tail ofTheo Buehler
2020-09-01Implement address translation for bus_space_mmap(9).Mark Kettenis
2020-09-01Store the device tree node in the pcitag_t.Mark Kettenis
2020-09-01Fix a leak due to a missing free on m_defrag(m, M_NOWAIT) failure.Theo Buehler
2020-09-01Add PMAP_NOCACHE flag to the address returned by the genericMark Kettenis
2020-09-01Ignore unreasonably large spacing modifiers in tbl layouts.Ingo Schwarze
2020-09-01Fix write un-protecting of kernel memory. p was used uninitializedPatrick Wildt
2020-09-01The bumping of sess_cb_hit stats can wait until handling ofTheo Buehler
2020-09-01In the explanatory comment of ssl_get_prev_session fix the spelling ofTheo Buehler
2020-09-01Split session retrieval out of ssl_get_prev_session()Theo Buehler
2020-09-01Missed WRITE_BIG -> WRITE_10Kenneth R Westerback
2020-09-01Log SPIs to make it easier to map OCSP messages to SAs.tobhe
2020-09-01copy session id directly in ssl_get_prev_sessionTheo Buehler
2020-09-01Fix build with -fno-common (default in clang 11)Jeremie Courreges-Anglas
2020-09-01Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big toKenneth R Westerback
2020-09-01update currency exchange rates;Jason McIntyre
2020-09-01Add -F to set-environment and source-file; GitHub issue 2359.Nicholas Marriott
2020-09-01Only print below number when there is enough space.Nicholas Marriott
2020-09-01Allow a-z keys for display-panes to jump to higher numbered panes.Nicholas Marriott
2020-09-01Make OCSP response status logging less verbose.tobhe
2020-09-01indent the only other label in this fileTheo Buehler
2020-09-01Indent label and remove dangling elseTheo Buehler
2020-09-01Zap NULL check before SSL_SESSION_free()Theo Buehler
2020-09-01Rename the session pointer ret to sessTheo Buehler
2020-09-01Hoist ERR_clear_error() call into the derr: labelTheo Buehler
2020-09-01simplify tls1_process_ticket() exit pathTheo Buehler
2020-09-01Use sysctl_bounded_args for simple cases in cpu_sysctl on loongsongnezdo
2020-09-01Document sysctl_bounded_args(9)gnezdo
2020-09-01Remove unused sysctl_int_arr(9)gnezdo
2020-09-01Convert *_sysctl in ipsec_input.c to sysctl_bounded_arrgnezdo
2020-09-01Convert icmp6_sysct to sysctl_bounded_argsgnezdo
2020-09-01syncTheo de Raadt
2020-08-31syncTheo de Raadt
2020-08-316.9 packages keyChristian Weisgerber
2020-08-31Do not register a read/write callback on fd -1 (e.g. if connection failed).tobhe
2020-08-31Both ocsp_req_ctx and ocsp_req must be freed. Don't free ocsp_id as ittobhe
2020-08-31Use SA header (SPIs) to map OCSP connect requests to their respectivetobhe
2020-08-31crank to 6.8-betaTheo de Raadt
2020-08-31bsd.mp is now much more reliable, so the installer can use the regularTheo de Raadt
2020-08-31Return code tweaks for session ticket handlersTheo Buehler
2020-08-31Send alert on ssl_get_prev_session failureTheo Buehler
2020-08-31Backout clear endpoint stall on open(2). It seems to break an illuminatedPatrick Wildt
2020-08-31refuse to add verify-required (PINful) FIDO keys to ssh-agent untilDamien Miller
2020-08-31Delete my leftover comment.gkoehler
2020-08-31Add RCS IDs to the few files that are missing them;Damien Miller
2020-08-30Remove duplicate definition of _null_auth.mortimer
2020-08-30Fix multiple variable definitions to avoid errors with -fno-common.mortimer