openbsd
2022-08-31 tbAvoid division by zero if no connection was made.
2022-08-31 claudioAdd missing OpenBSD id comment
2022-08-31 bennomake kernel build without INET6 again
2022-08-31 claudioMake sure that only one roa softreconfig runner is...
2022-08-31 krwRemove now unused and unreferenced disktab.h.
2022-08-31 krwWhitespace fixes.
2022-08-31 tbSome missing return checks
2022-08-31 tbAvoid some buffer overflows in ecdsatest
2022-08-31 tbRevert previous. Committed the wrong version of the...
2022-08-31 tbAvoid some buffer overflows in ecdsatest
2022-08-31 mpiIntroduce a function to trylock a page instead of dupli...
2022-08-31 krwRemove "force CHS" remnants. LBA uber alles.
2022-08-31 martijnRewrite the searchrange end calculation routine.
2022-08-31 gnezdoLock vmobjlock then check u_flags & UVM_VNODE_VALID...
2022-08-31 krwIf a partition both starts and ends beyond the end...
2022-08-31 nicmFix window size report, from Vincent Bernat.
2022-08-31 fcambusSync the supported hardware list with armv7.html.
2022-08-31 tbSwitch loop bounds from size_t to int in check_hosts()
2022-08-31 tbCheck return values in ssl_print_tmp_key()
2022-08-31 tbAvoid potential NULL dereference in ssl_set_pkey()
2022-08-31 jsgbackport Xr fix
2022-08-31 djmwhitespace
2022-08-31 guentherRefine the change in rev 1.125: the UVM mitigation...
2022-08-30 tbstray tab
2022-08-30 tbwhitespace
2022-08-30 jobAdd ASPA regress bits
2022-08-30 tbAvoid dead assignment
2022-08-30 tbCheck HMAC() return value to avoid a later use of unini...
2022-08-30 tbRemove a commented-out sk_push that has been hanging...
2022-08-30 bennoremove an unused argument of ixgbe_rx_checksum()
2022-08-30 bluhmSyzkaller found a missing input validation in pipex...
2022-08-30 tbchacha20_poly1305_cleanup() should return 1
2022-08-30 jobAdd support for ASPA objects (draft-ietf-sidrops-aspa...
2022-08-30 claudioSwitch nexthop hash to a RB tree.
2022-08-30 krwNuke disktab.h references in preparation for nuking...
2022-08-30 knRemove struct ifnet's unused if_switchport member
2022-08-30 tbPlug leak of BIO in tls13_quic_init()
2022-08-30 martijnRemove now unused search variable. Missed in previous.
2022-08-30 martijnRemove the downwards check for overlapping regions...
2022-08-30 dvInitial support for mmio assist for vmm(4)
2022-08-30 miodRemove long unused WARN_REFERENCES macro; idea guenther...
2022-08-30 miodFix uninitialized variable after the switch to (*pru_se...
2022-08-30 yasuokaUse BUFSIZ instead of PATH_MAX. Since it doesn't anyth...
2022-08-30 claudioAdd missing #include <sys/queue.h>
2022-08-30 yasuokaGive a string which length is multiple of 4 to b64_pton...
2022-08-30 martijncopy over av_oid_end.bo_n instead of av_oid.bo_n bytes...
2022-08-30 tbAvoid leak in proxy_parse_uri()
2022-08-30 claudioReshuffle and cleanup the includes a little bit.
2022-08-30 claudioIn RRDP mode it is possible that a file in the validate...
2022-08-30 bluhmRefactor internet PCB lookup function. Rename in_pcbha...
2022-08-30 bluhmProtect the receive socket buffer in UDP input with...
2022-08-30 tbPlug memory leak in X509_REQ_print_ex()
2022-08-30 mpiMove duplicated code to free swap resources into its...
2022-08-30 floriansync to libunbound 1.16.2; heavy lifting by sthen
2022-08-30 jmcoverriden -> overridden;
2022-08-29 tbFix growth check in compress(1)/gzip(1)
2022-08-29 krwPrint warning when a GPT partition start or end is...
2022-08-29 ajacoutotWhen using logger(1), also log the message to standard...
2022-08-29 ajacoutotUse rc_configtest.
2022-08-29 ajacoutotIntroduce the rc_configtest() function.
2022-08-29 stspExamine RAID-1C-specific softraid(4) meta-data when...
2022-08-29 knsoftraid: make verbose messages -n/nowrite aware
2022-08-29 tbmissing period
2022-08-29 knHook up installboot(8) tests on i386
2022-08-29 tbSimplify load_skiplist()
2022-08-29 claudioAdjust rde_decide_test.c since struct aspath changed.
2022-08-29 claudioaspath_refs is gone, adjust code
2022-08-29 claudioInstead of a global aspath cache copy the aspath attrib...
2022-08-29 martijnClean up a couple of log lines.
2022-08-29 martijnAllow overlapping regions (if subtree claim flag is...
2022-08-29 claudioUse fatal("%s", __func__); instead of fatal("function_n...
2022-08-29 martijnMake sure oidbuf is initialized when we hit the overlap...
2022-08-29 stspFix integer overflows in iwm(4) and iwx(4) firmware...
2022-08-29 deraadtNot all binaries in /sbin are static...
2022-08-29 kettenisPut printing the EFI memory map behind and #ifdef.
2022-08-29 fcambusMention installation using the framebuffer console...
2022-08-29 deraadtDynamically link these /sbin daemons: dhcpleased, mount...
2022-08-29 deraadtIf ld.so loading fails inside execve, uprintf a message...
2022-08-29 claudioSwitch the DB of communities collections to a RB tree...
2022-08-29 claudioSwitch rde_aspath to a RB tree instead of a hash table.
2022-08-29 sthenmerge updates
2022-08-29 sthenimport unbound 1.16.2, ok florian@ tb@ also tested...
2022-08-29 kettenisWork around MSI and INTx issues on Qualcomm SC8280XP...
2022-08-29 kettenisregen
2022-08-29 kettenisAdd Qualcomm SC8280XP PCIe.
2022-08-29 claudioreport pending update and withdraw routes in the show...
2022-08-29 claudioExport pending update and withdraw as part of struct...
2022-08-29 bluhmDo not calculate the output protocol checksum in the...
2022-08-29 martijnWhen there are two overlapping regions handled by the...
2022-08-29 martijnWhen a backend disappears while handling a request...
2022-08-29 martijnLet snmpd check a response package against the requeste...
2022-08-29 martijnFix a case where EndOfMibView wasn't honoured.
2022-08-29 deraadtmount /usr earlier, to satisfy dynamically-linked daemo...
2022-08-29 mpiUse a rwlock and a mutex to serialize access to global...
2022-08-29 mbuhlSendmsg could crash in tcp_output due to a missing...
2022-08-29 mvsMove PRU_RCVOOB request to (*pru_rcvoob)().
2022-08-29 bluhmUse struct refcnt for interface address reference counting.
2022-08-29 jsgremove unused macppc headers
2022-08-29 krwPrint warning when an MBR partition starts or extends...
2022-08-29 jsingProvide ERR_R_INIT_FAIL.
next