summaryrefslogtreecommitdiff
path: root/sys/include
AgeCommit message (Expand)Author
44 hourskernel/aarch64: Make stubs up to dateIan Moffett
44 hourskernel/aarch64: cdefs: Make halt macro properIan Moffett
3 dayskernel: time: Introduce SYS_sleepIan Moffett
3 dayskernel: Introduce timespec structIan Moffett
3 dayskernel: Remove deprecated func declarationIan Moffett
4 dayskernel: netinet: Implement ARP reply logicIan Moffett
4 dayskernel: net: Implement IEEE 802.3 + ARP requestsIan Moffett
4 dayskernel: Add sys/endian.hIan Moffett
4 dayskernel: rtl: Expose NIC properly through if_var.hIan Moffett
5 dayskernel: rtl: Implement packet TXIan Moffett
7 dayskernel: cons: Clear entire screen on demandIan Moffett
7 dayskernel: spawn: Add argv + stub envp argumentsIan Moffett
7 dayskernel/amd64: Return stack top after stack initIan Moffett
9 dayskernel: pci: Add support for PCI ExpressIan Moffett
9 dayskernel: pci: Add 'cam_hook' structure for PCI I/OIan Moffett
9 dayskernel: Deprecate kern_instl for /usr/sbin/installIan Moffett
9 dayskernel: syscall: Add SYS_lseekIan Moffett
9 dayskernel: filedesc: Add fd_seek() as kernel lseek()Ian Moffett
9 dayskernel: filedesc: Add _KERNEL guardIan Moffett
10 dayskernel: ahci: Fix issue of undetectable devicesIan Moffett
10 dayskernel: ahci: Improve port reset logicIan Moffett
10 dayskernel/amd64: bus: Make MMIO_OFFSET same as HDDMIan Moffett
10 dayskernel: cons: Make ANSI_BLUE a darker shadeIan Moffett
11 dayskernel: vfs: Add SYS_access syscallIan Moffett
11 daysusr: libc: Add stat() in sys/stat.hIan Moffett
11 dayskernel: proc: Make per-process flags volatileIan Moffett
11 dayskernel: cons: Add ANSI cursor pos reset sequenceIan Moffett
13 dayskernel: phy: Rename rtl8139 driver to rt81xxIan Moffett
13 dayskernel: Add sys/time.hIan Moffett
2025-06-05kernel: cons: Add initial ANSI escape seq implIan Moffett
2025-06-05kernel: cons: Add color attribute helpersIan Moffett
2025-06-03kernel: video: Add /ctl/fb0/attrIan Moffett
2025-06-03kernel: device: Harden cdev mmap() bounds checksIan Moffett
2025-06-03kernel: syscall: Add SYS_mmap and SYS_munmapIan Moffett
2025-06-03kernel: vm: Prepare for user mmap() interfaceIan Moffett
2025-06-02kernel: fbdev: Add /dev/fb0 char deviceIan Moffett
2025-06-02kernel: vm: Add initial device pager implIan Moffett
2025-06-02kernel: vfs: Store device major/minor in vnodeIan Moffett
2025-06-02kernel: device: Add mmap() hook for cdevswIan Moffett
2025-06-01kernel/amd64: pmap: Add PTE dirty bit handlingIan Moffett
2025-06-01kernel/amd64: Add support for TLB shootdownsIan Moffett
2025-06-01kernel/amd64: cdefs: Add __invlpg() asm wrapperIan Moffett
2025-06-01kernel/amd64: mp: Keep track of CPUs by indexIan Moffett
2025-05-31kernel: spawn: Add support for SPAWN_WAIT flagIan Moffett
2025-05-31kernel: proc: Add proc_reap() for zombies, etcIan Moffett
2025-05-31kernel: proc: Add PROC_SLEEP to pause threadsIan Moffett
2025-05-31kernel: sched: Add sched_switch_to()Ian Moffett
2025-05-31kernel: proc: `spawn_data' -> `data'Ian Moffett
2025-05-30kernel: drivers: Add missing whitespaceIan Moffett
2025-05-29kernel/amd64: hpet: Add hpet_time_nsec()Ian Moffett