summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-31If a partition both starts and ends beyond the end of the unitKenneth R Westerback
2022-08-31Fix window size report, from Vincent Bernat.Nicholas Marriott
2022-08-31Sync the supported hardware list with armv7.html.Frederic Cambus
2022-08-31Switch loop bounds from size_t to int in check_hosts()Theo Buehler
2022-08-31Check return values in ssl_print_tmp_key()Theo Buehler
2022-08-31Avoid potential NULL dereference in ssl_set_pkey()Theo Buehler
2022-08-31backport Xr fixJonathan Gray
2022-08-31whitespaceDamien Miller
2022-08-31Refine the change in rev 1.125: the UVM mitigation for CoW faultingPhilip Guenther
2022-08-30stray tabTheo Buehler
2022-08-30whitespaceTheo Buehler
2022-08-30Add ASPA regress bitsJob Snijders
2022-08-30Avoid dead assignmentTheo Buehler
2022-08-30Check HMAC() return value to avoid a later use of uninitializedTheo Buehler
2022-08-30Remove a commented-out sk_push that has been hanging around for > 20 yearsTheo Buehler
2022-08-30remove an unused argument of ixgbe_rx_checksum()Sebastian Benoit
2022-08-30Syzkaller found a missing input validation in pipex mppe keylenbits.Alexander Bluhm
2022-08-30chacha20_poly1305_cleanup() should return 1Theo Buehler
2022-08-30Add support for ASPA objects (draft-ietf-sidrops-aspa-profile-10)Job Snijders
2022-08-30Switch nexthop hash to a RB tree.Claudio Jeker
2022-08-30Nuke disktab.h references in preparation for nuking disktab.h.Kenneth R Westerback
2022-08-30Remove struct ifnet's unused if_switchport memberKlemens Nanni
2022-08-30Plug leak of BIO in tls13_quic_init()Theo Buehler
2022-08-30Remove now unused search variable. Missed in previous.Martijn van Duren
2022-08-30Remove the downwards check for overlapping regions when the subtree flag isMartijn van Duren
2022-08-30Initial support for mmio assist for vmm(4)Dave Voutila
2022-08-30Remove long unused WARN_REFERENCES macro; idea guenther@, ok jsg@ jca@Miod Vallat
2022-08-30Fix uninitialized variable after the switch to (*pru_send); found the hardMiod Vallat
2022-08-30Use BUFSIZ instead of PATH_MAX. Since it doesn't anything with a fileYASUOKA Masahiko
2022-08-30Add missing #include <sys/queue.h>Claudio Jeker
2022-08-30Give a string which length is multiple of 4 to b64_pton() since theYASUOKA Masahiko
2022-08-30copy over av_oid_end.bo_n instead of av_oid.bo_n bytes when copying overMartijn van Duren
2022-08-30Avoid leak in proxy_parse_uri()Theo Buehler
2022-08-30Reshuffle and cleanup the includes a little bit.Claudio Jeker
2022-08-30In RRDP mode it is possible that a file in the validated cache dir isClaudio Jeker
2022-08-30Refactor internet PCB lookup function. Rename in_pcbhashlookup()Alexander Bluhm
2022-08-30Protect the receive socket buffer in UDP input with per PCB mutex.Alexander Bluhm
2022-08-30Plug memory leak in X509_REQ_print_ex()Theo Buehler
2022-08-30Move duplicated code to free swap resources into its own function.Martin Pieuchot
2022-08-30sync to libunbound 1.16.2; heavy lifting by sthenFlorian Obser
2022-08-30overriden -> overridden;Jason McIntyre
2022-08-29Fix growth check in compress(1)/gzip(1)Theo Buehler
2022-08-29Print warning when a GPT partition start or end is outside theKenneth R Westerback
2022-08-29When using logger(1), also log the message to standard error so we don'tAntoine Jacoutot
2022-08-29Use rc_configtest.Antoine Jacoutot
2022-08-29Introduce the rc_configtest() function.Antoine Jacoutot
2022-08-29Examine RAID-1C-specific softraid(4) meta-data when checking forStefan Sperling
2022-08-29softraid: make verbose messages -n/nowrite awareKlemens Nanni
2022-08-29missing periodTheo Buehler
2022-08-29Hook up installboot(8) tests on i386Klemens Nanni