summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-06-09remove prototypes with no matching functionJonathan Gray
2024-06-09remove prototypes for functions removed in rev 1.34Jonathan Gray
2024-06-09remove unused prototypes and pin number definesJonathan Gray
2024-06-08remove unused SECMIN and SECHOUR definesJonathan Gray
2024-06-07remove unused TAB defines; ok miod@Jonathan Gray
2024-06-07Read IP forwarding variables only once.Alexander Bluhm
2024-06-07Make sure we select the deepest possible C-state during suspend-to-idle.Mark Kettenis
2024-06-07remove ph_ppp_proto define, unused since rev 1.123Jonathan Gray
2024-06-07remove MAXBUFSIZ define, unused since rev 1.33Jonathan Gray
2024-06-07remove unused defines, missed in rev 1.34Jonathan Gray
2024-06-07Fix slaac on P2P interfacesFlorian Obser
2024-06-07remove unused ROOTNAME define and part of a commentJonathan Gray
2024-06-07remove unused IPL_SOFTAUDIO define, missed in rev 1.200Jonathan Gray
2024-06-07Use TCP Large Receive Offload in vmx(4).Jan Klemkow
2024-06-07remove unused definesJonathan Gray
2024-06-07remove unused packet header length definesJonathan Gray
2024-06-07remove unused CONCAT defineJonathan Gray
2024-06-07remove UADDR_HINT_MAXGAP, missed when uaddr_hint allocator was removedJonathan Gray
2024-06-07ret-clean is compatible with unhibernate again, due to a fix inTheo de Raadt
2024-06-06Fix call instruction disassembler in ddb.Alexander Bluhm
2024-06-06Clear DF flag after kcopy faulted.Alexander Bluhm
2024-06-05disable -fret-clean in the kernel until the returns_twice situation is handledTheo de Raadt
2024-06-05Pass cpu_fork() function to the new process through caller-saved registersMiod Vallat
2024-06-05No need to call d_open/d_close for every hibernate resume i/o.Kenneth R Westerback
2024-06-05add support for VLAN tag offloading to dwqe(4)Stefan Sperling
2024-06-05Now that our hibernation sub-system supports 4096 byte sectors, addMarcus Glocker
2024-06-04Bump versions of boot media now capable of un-hibernating from non-DEV_BSIZEKenneth R Westerback
2024-06-04Enable hibernate/resume to nvme(4) disks with 4096 byte sectors.Kenneth R Westerback
2024-06-04Allow sbld allocation to fail when PMAP_CANFAIL.George Koehler
2024-06-04enable -fret-clean on amd64, for libc libcrypto ld.so kernel, and all theTheo de Raadt
2024-06-04vio(4): remove useless casts and fix spacingJan Klemkow
2024-06-04In dequeue_randomness() use an atomic instruction to increase theClaudio Jeker
2024-06-03Lock and unlock EPT pmaps before page table entry modification.Dave Voutila
2024-06-03Remove lock_class_sched_lock from lock_classes since the correspondingClaudio Jeker
2024-06-03Remove the now unsued s argument to SCHED_LOCK and SCHED_UNLOCK.Claudio Jeker
2024-06-03There is no more LO_CLASS_SCHED_LOCK lock class.Claudio Jeker
2024-06-03Remove superfluous pmap_extract() call in the hibernation path.Marcus Glocker
2024-06-03avoid shadowing a local variable in a lower scopeTheo de Raadt
2024-06-02pledge, MAP_STACK, and pinsyscall failures have been providing failureTheo de Raadt
2024-06-02Power down PCI devices in S0 as well. Needed for suspend-to-idle.Mark Kettenis
2024-06-01Move common definitions into the header file.Kenji Aoyama
2024-05-30Ensure pmap_create() waits in case kernel virtual space shortage.Martin Pieuchot
2024-05-30arm64: move cpu_suspended out of #ifdef SUSPENDTheo Buehler
2024-05-29Convert SCHED_LOCK from a recursive kernel lock to a mutex.Claudio Jeker
2024-05-29recognise Cortex-X925 (Blackhawk), Cortex-A725 (Chaberton)Jonathan Gray
2024-05-29Set 'needs-flag' for ufshci(4) as preparation for some future hibernateMarcus Glocker
2024-05-29Implement the guts for "suspend-to-idle" on amd64. This enables suspendMark Kettenis
2024-05-29fix WEP on athn(4) USB hostapStefan Sperling
2024-05-29repair qwx(4) WEP and TKIP via software cryptoStefan Sperling
2024-05-29regenJonathan Gray