summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-13Constify struct cfattach.Martin Pieuchot
2022-03-12Transmit segmented packets using multiple tx ring slots rather thanJonathan Matthew
2022-03-12Constify struct cfattach.Martin Pieuchot
2022-03-12Probe for DNS64 presence with an absolute name so that asr doesn't addFlorian Obser
2022-03-12Factor out change cipher spec handing code in the legacy stack.Joel Sing
2022-03-12Uncompress some one line comments to reduce the difference with NetBSD.Martin Pieuchot
2022-03-12document MODPERL_REGEN_PPPORTStuart Henderson
2022-03-12Unfortunately some last-minute changes were made to the AIC2 device treeMark Kettenis
2022-03-12Revert holding a read lock on the map while copying out data during sysctl(2).Martin Pieuchot
2022-03-12Constify struct cfattach, not struct cfdriverJonathan Matthew
2022-03-11Simple hack to preserve the EFI System partition whenKenneth R Westerback
2022-03-11Hold a read lock on the map while copying out data during a sysctl(2) callMark Kettenis
2022-03-11Declare membar_datadep_consumer() inline to fix build on sparc64.Alexander Bluhm
2022-03-11Constify struct cfattach.Martin Pieuchot
2022-03-11Fix formatting of cond_signal().Visa Hankala
2022-03-11remove reference to gcu(4) which is only used by em(4) on Intel EP80579Jonathan Gray
2022-03-11Fix receive filter handling. Update the unicast mac address in the filterJonathan Matthew
2022-03-11Fix wxneeded elf section name, use markupKlemens Nanni
2022-03-11Revert part of rev 1.293. Using cursig() to deliver masked signalsClaudio Jeker
2022-03-11Fix overflow protection check in the poll loop. The check needs to happenClaudio Jeker
2022-03-11Revert previous commit. The problem it was attempting to fix was alreadyDarren Tucker
2022-03-11regenJonathan Gray
2022-03-11fix previousJonathan Gray
2022-03-11Check for underflow as well as overflow when scaling negative numbers.Darren Tucker
2022-03-11Enable PL011 UART FIF0 support in pluart(4). The FIFO depth depends onAnton Lindqvist
2022-03-10Downgrade RISCV ABI mismatch error to a warningJeremie Courreges-Anglas
2022-03-10KASSERT should not contain memory barriers as they change behavior.Alexander Bluhm
2022-03-10Use atomic load and store functions to access refcnt and waitAlexander Bluhm
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2022-03-10Forgot makefile for atomic_load_int.9 in previous commit.Alexander Bluhm
2022-03-10Provide atomic load and store functions for int and long. FreeBSDAlexander Bluhm
2022-03-10Invalidate the nic's rx descriptor cache when taking the interface upJonathan Matthew
2022-03-10Do not clear the PG_BUSY flag before passing the anon to uvm_anon_release().Martin Pieuchot
2022-03-10Add support for Sunrisepoint-H and Sunrisepoint-LP platforms.hastings
2022-03-10Add mtw(4) to fw_update(8).hastings
2022-03-10Inform fw_update(8) about mtw(4) pattern.hastings
2022-03-10Simple regress for NULL deref reported by Guido Vranken and fixed inTheo Buehler
2022-03-10authentcation -> authenticationJonathan Gray
2022-03-10tansformed -> transformedJonathan Gray
2022-03-10immediatly -> immediatelyJonathan Gray
2022-03-10verion -> versionJonathan Gray
2022-03-10unsusual -> unusualJonathan Gray
2022-03-09spelling/wordingJonathan Gray
2022-03-09Update libexpat to 2.4.7. Relevant for OpenBSD are bug fixes #572Alexander Bluhm
2022-03-09Change the logic around rounding up the needed memory for sysctls sinceClaudio Jeker
2022-03-09bandwith -> bandwidthJonathan Gray
2022-03-09fix a minor bug that's going to become more relevant: mark cwds asMarc Espie
2022-03-09Idenfitier -> IdentifierJonathan Gray
2022-03-09Improve stability of roaming on iwn(4), in particular with wpa_supplicant.Stefan Sperling
2022-03-09Arm is not ready for unwinding yet. Disable unwind info generation for now.Todd Mortimer