openbsd
2022-03-12 jmatthewTransmit segmented packets using multiple tx ring slots...
2022-03-12 mpiConstify struct cfattach.
2022-03-12 florianProbe for DNS64 presence with an absolute name so that...
2022-03-12 jsingFactor out change cipher spec handing code in the legac...
2022-03-12 mpiUncompress some one line comments to reduce the differe...
2022-03-12 sthendocument MODPERL_REGEN_PPPORT
2022-03-12 kettenisUnfortunately some last-minute changes were made to...
2022-03-12 mpiRevert holding a read lock on the map while copying...
2022-03-12 jmatthewConstify struct cfattach, not struct cfdriver
2022-03-11 krwSimple hack to preserve the EFI System partition when
2022-03-11 kettenisHold a read lock on the map while copying out data...
2022-03-11 bluhmDeclare membar_datadep_consumer() inline to fix build...
2022-03-11 mpiConstify struct cfattach.
2022-03-11 visaFix formatting of cond_signal().
2022-03-11 jsgremove reference to gcu(4) which is only used by em...
2022-03-11 jmatthewFix receive filter handling. Update the unicast mac...
2022-03-11 knFix wxneeded elf section name, use markup
2022-03-11 claudioRevert part of rev 1.293. Using cursig() to deliver...
2022-03-11 claudioFix overflow protection check in the poll loop. The...
2022-03-11 dtuckerRevert previous commit. The problem it was attempting...
2022-03-11 jsgregen
2022-03-11 jsgfix previous
2022-03-11 dtuckerCheck for underflow as well as overflow when scaling...
2022-03-11 antonEnable PL011 UART FIF0 support in pluart(4). The FIFO...
2022-03-10 jcaDowngrade RISCV ABI mismatch error to a warning
2022-03-10 bluhmKASSERT should not contain memory barriers as they...
2022-03-10 bluhmUse atomic load and store functions to access refcnt...
2022-03-10 bluhmForgot makefile for atomic_load_int.9 in previous commit.
2022-03-10 bluhmProvide atomic load and store functions for int and...
2022-03-10 jmatthewInvalidate the nic's rx descriptor cache when taking...
2022-03-10 mpiDo not clear the PG_BUSY flag before passing the anon...
2022-03-10 hastingsAdd support for Sunrisepoint-H and Sunrisepoint-LP...
2022-03-10 hastingsAdd mtw(4) to fw_update(8).
2022-03-10 hastingsInform fw_update(8) about mtw(4) pattern.
2022-03-10 tbSimple regress for NULL deref reported by Guido Vranken...
2022-03-10 jsgauthentcation -> authentication
2022-03-10 jsgtansformed -> transformed
2022-03-10 jsgimmediatly -> immediately
2022-03-10 jsgverion -> version
2022-03-10 jsgunsusual -> unusual
2022-03-09 jsgspelling/wording
2022-03-09 bluhmUpdate libexpat to 2.4.7. Relevant for OpenBSD are...
2022-03-09 claudioChange the logic around rounding up the needed memory...
2022-03-09 jsgbandwith -> bandwidth
2022-03-09 espiefix a minor bug that's going to become more relevant...
2022-03-09 jsgIdenfitier -> Identifier
2022-03-09 stspImprove stability of roaming on iwn(4), in particular...
2022-03-09 mortimerArm is not ready for unwinding yet. Disable unwind...
2022-03-08 bluhmIn IPsec policy replace integer refcount with atomic...
2022-03-08 nicmWith -f use percentages of window size not pane size...
2022-03-08 nicmFix user hooks (which are strings not arrays).
2022-03-08 sashanmerge iack_mtx, upd_c_mtx, del_mtx, ins_mtx and upd_mtx...
2022-03-08 antonalso use the device name in ucc_intr() debug output
2022-03-08 nicmAdd remain-on-exit-format to set text shown when pane...
2022-03-08 claudioAdd a sleep when starting the bgpd daemons so that...
2022-03-08 tbSome more c99 initializers for consistency and readability
2022-03-08 visaMake cad(4) handle rxr ioctl.
2022-03-08 hastingsEnable mtw(4) in the build for amd64.
2022-03-08 tbAvoid leak of roa in rtr_parse_ipv{4,6}_prefix()
2022-03-08 claudioNo need to print fetchtable twice in this error message.
2022-03-08 antonuse the device name in debug output
2022-03-08 nicmAdd argument to refresh-client -l to forward clipboard...
2022-03-08 nicmAdd formats for client and server UID and user (for...
2022-03-08 claudioStart bgpd in rdomain 1 a bit earlier to avoid session...
2022-03-08 jmatthewHandle rxrinfo ioctl.
2022-03-08 hastingsAdd missing byteswap to mtw_write_cfg().
2022-03-08 deraadtsync
2022-03-08 jsgremove files used by isa radio drivers removed in 2016
2022-03-07 jsgremove WD33C93 SCSI code
2022-03-07 deraadtgrow diskspace
2022-03-07 dvvio(4): use NULL instead of 0 with sc_{rx,tx}_mbuf...
2022-03-07 dvResolve clang unused-but-set warnings in vmd's vioscsi.c.
2022-03-07 visaPrevent deadlock in cad_down()
2022-03-07 nicmPass client when adding menu item, GitHub issue 3103.
2022-03-07 kettenisSince AIC2 uses 4 interrupt cells we need to adjust...
2022-03-07 ratchovSwitch internal sample representation to 24-bit fixed...
2022-03-07 ratchovSwitch internal sample representation to 24-bit fixed...
2022-03-07 stsprename net80211 ioctl struct ieee80211_channel to struc...
2022-03-07 bcookbump for LibreSSL 3.5.1
2022-03-06 chriszAdd JMICRON JMB58x ahci
2022-03-06 kettenisSimple move firmware subdirectory in place as suggested...
2022-03-06 kettenisFetch bwfm(4) firmware from the EFI System Partition...
2022-03-06 kettenisLook for firmware for Apple Silicon devices in /etc...
2022-03-06 bluhmUsually we check ipsec_in_use as shortcut to avoid...
2022-03-06 deraadtoops, typo, spotted by Mikhail
2022-03-06 kettenisConvert KVA allocation to km_alloc(9).
2022-03-06 jsgremove unused usbdev and btbus attributes
2022-03-05 deraadtAdd an activate() function with DVACT_QUIESCE & DVACT_R...
2022-03-05 deraadtImprove wording for trying S5 instead of S4
2022-03-05 jsingAdd test coverage for i2a_ASN1_OBJECT()
2022-03-05 aoyamaMove initial ROM console related codes into separated...
2022-03-05 jsg#if INET6 -> #ifdef INET6 to be consistent
2022-03-05 jsgremove fddi leftover
2022-03-05 bketFix typo in comment
2022-03-05 aoyamaMove CPU-CMMU association report into #ifdef DEBUG...
2022-03-04 afresh1Put back local patch to avoid regenerating tests
2022-03-04 kettenisAdd support for the BCM4387. The firmware for this...
2022-03-04 bluhmin_addmulti() is only called from ioctl(2) or setsockop...
2022-03-04 bluhmin_pcbinit() is called during boot. There malloc(9...
2022-03-04 deraadtfix year, from mikhail
next