summaryrefslogtreecommitdiff
path: root/sys/include
AgeCommit message (Expand)Author
2 dayskernel: mman: Make MAP_ANON 0x0000Ian Moffett
2 dayssys: param: Add PTR_NOFFSET define to sub pointersIan Moffett
2 dayskernel: Fix base-16 style in endian.hIan Moffett
3 dayskernel: e1000: Read MAC address into `netif'Ian Moffett
3 dayskernel: e1000: Use raw register VAP offsetsIan Moffett
3 dayskernel: phy: Add initial E1000 sourcesIan Moffett
4 dayskernel/amd64: mc1468xx: Add year, month and dayIan Moffett
5 dayskernel/amd64: intr: Add driver specific intr dataIan Moffett
5 dayskernel/amd64: intr: Ensure intr_hand.name has '\0'Ian Moffett
5 dayskernel/amd64: Remove unused 'intr_entry' structIan Moffett
6 dayskernel: pmap: Add arch-shared pmap_init() routineIan Moffett
6 dayskernel/aarch64: Add exception code + frame fixupsIan Moffett
6 dayskernel: Add __aligned(n) attributeIan Moffett
6 dayskernel/aarch64: frame: Remove extra whitespaceIan Moffett
6 dayskernel/aarch64: Implement initial vector stubsIan Moffett
6 dayskernel/aarch64: Add intr_register() stubIan Moffett
7 dayskernel/aarch64: Make stubs up to dateIan Moffett
7 dayskernel/aarch64: cdefs: Make halt macro properIan Moffett
8 dayskernel: time: Introduce SYS_sleepIan Moffett
8 dayskernel: Introduce timespec structIan Moffett
8 dayskernel: Remove deprecated func declarationIan Moffett
8 dayskernel: netinet: Implement ARP reply logicIan Moffett
9 dayskernel: net: Implement IEEE 802.3 + ARP requestsIan Moffett
9 dayskernel: Add sys/endian.hIan Moffett
9 dayskernel: rtl: Expose NIC properly through if_var.hIan Moffett
9 dayskernel: rtl: Implement packet TXIan Moffett
11 dayskernel: cons: Clear entire screen on demandIan Moffett
11 dayskernel: spawn: Add argv + stub envp argumentsIan Moffett
11 dayskernel/amd64: Return stack top after stack initIan Moffett
13 dayskernel: pci: Add support for PCI ExpressIan Moffett
13 dayskernel: pci: Add 'cam_hook' structure for PCI I/OIan Moffett
14 dayskernel: Deprecate kern_instl for /usr/sbin/installIan Moffett
14 dayskernel: syscall: Add SYS_lseekIan Moffett
14 dayskernel: filedesc: Add fd_seek() as kernel lseek()Ian Moffett
14 dayskernel: filedesc: Add _KERNEL guardIan Moffett
2025-06-10kernel: ahci: Fix issue of undetectable devicesIan Moffett
2025-06-10kernel: ahci: Improve port reset logicIan Moffett
2025-06-10kernel/amd64: bus: Make MMIO_OFFSET same as HDDMIan Moffett
2025-06-10kernel: cons: Make ANSI_BLUE a darker shadeIan Moffett
2025-06-09kernel: vfs: Add SYS_access syscallIan Moffett
2025-06-09usr: libc: Add stat() in sys/stat.hIan Moffett
2025-06-09kernel: proc: Make per-process flags volatileIan Moffett
2025-06-09kernel: cons: Add ANSI cursor pos reset sequenceIan Moffett
2025-06-07kernel: phy: Rename rtl8139 driver to rt81xxIan Moffett
2025-06-07kernel: 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