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