summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-06-01Change wakeup_proc() to no longer grab the SCHED_LOCK() instead it mustClaudio Jeker
2023-06-01Enable forwarding of ix(4) LRO Pakets via TSOJan Klemkow
2023-05-31Remove declarations for unused search_label() local variablesKenneth R Westerback
2023-05-30add net_tq_barriersDavid Gwynne
2023-05-30Use generic checksum calculation for TCP SYN+ACK packets.Alexander Bluhm
2023-05-30spellingJonathan Gray
2023-05-29virtio: Set DRIVER_OK earlierStefan Fritsch
2023-05-29some hackery to make arm64 ramdisk compile againTheo de Raadt
2023-05-29recognise Cortex-A520 (Hayes), Cortex-A720 (Hunter), Cortex-X4 (Hunter-ELP)Jonathan Gray
2023-05-27Implement battery charge control.Mark Kettenis
2023-05-26Remove net lock from DIOC{S,G}ETLIMITKlemens Nanni
2023-05-25Disable witness for mutexes created on the stack which allowsKurt Miller
2023-05-25Work around sparc64 WITNESS kernel failing to load by moving large witnessKurt Miller
2023-05-25Do not use wakeup_proc() outside of the sleep machinery. Just useClaudio Jeker
2023-05-23Force comport initialization for some class of deviceDenis Fondras
2023-05-23regenDenis Fondras
2023-05-23Add qcaoss(4), a driver for the Always On Subsystem found on Qualcomm SoCs.Patrick Wildt
2023-05-23New counters for LRO packets from hardware TCP offloading.Jan Klemkow
2023-05-22Fix TSO for traffic to a local address on a physical interface.Alexander Bluhm
2023-05-22Add EPYC Embedded 3000 10GbE NICDenis Fondras
2023-05-22The fp_ex_[st]w struct savefpu members were inherited from NetBSD wherePhilip Guenther
2023-05-22NENTRY() doesn't provide an endbr64, so give memmove one inPhilip Guenther
2023-05-21Typo in comment. 'parititon' -> 'partition'.Kenneth R Westerback
2023-05-21In sysctl_hwchargestop() check that hw_battery_setchargestop is setClaudio Jeker
2023-05-20Do not grab the `vmmaplk' recursively, prevent a self-deadlock.Martin Pieuchot
2023-05-20Implement battery charge control.Mark Kettenis
2023-05-19Add qcsmptp(4), a driver to share 32-bit values between (co-)processors.Patrick Wildt
2023-05-19Have mainbus attach nodes under /reserved-memory, so that qcsmem(4) showsPatrick Wildt
2023-05-19Add qcsmem(4), a driver for the shared memory table on Qualcomm SoCsPatrick Wildt
2023-05-19Clear interrupt before executing the interrupt handler as we otherwisePatrick Wildt
2023-05-19Since waitid(2) shares code with wait4(2) and doesn't expose anyPhilip Guenther
2023-05-19Move tcp_info structure to be under '#if __BSD_VISIBLE' to repairPhilip Guenther
2023-05-18Assert pf lock on interface handlingKlemens Nanni
2023-05-18sc_st_mtx is not sufficient protection to move state aroundAlexandr Nedvedicky
2023-05-18regenVitaliy Makkoveev
2023-05-18Backout sysctl(2) unlocking. Lock order issue was triggered in UVMVitaliy Makkoveev
2023-05-18Revert ip_sysctl() unlocking. Lock order issue was triggered in UVMVitaliy Makkoveev
2023-05-18Use TSO offloading in ix(4).Jan Klemkow
2023-05-17Add qcmtx(4), a driver for the hardware spinlock on Qualcomm SoCs thatPatrick Wildt
2023-05-17Add a framework for hardware locks.Patrick Wildt
2023-05-17Add qcipcc(4), a driver for the inter-processor mailbox interface usedPatrick Wildt
2023-05-17Add support for the Peripheral Authentication Service SMC interface.Patrick Wildt
2023-05-17Implement battery management sysctl. This will provide a set of sysctlsMark Kettenis
2023-05-17Tolerate difference in some of the features advertised by theMark Kettenis
2023-05-17Lenovo x13s requires a Qualcomm firmware file which is 13.7MB, so increasePatrick Wildt
2023-05-17fix stoeplitz_hash_h32.David Gwynne
2023-05-16Always set maximum queue length to passed in the IFQCTL_MAXLEN case.Vitaliy Makkoveev
2023-05-16Replace tab by space after #define in PR_* definitions.Vitaliy Makkoveev
2023-05-16Introduce temporary PR_MPSYSCTL flag to mark (*pr_sysctl)() handler MPVitaliy Makkoveev
2023-05-16Use separate IFCAPs for LRO and TSO.Jan Klemkow