summaryrefslogtreecommitdiff
path: root/sys/include
AgeCommit message (Expand)Author
19 hourskernel: vfs: Add support for O_CREAT flagIan Moffett
36 hourskernel: namei: Add NAMEI_WANTPARENT flagIan Moffett
4 dayskernel: Add SMBIOS/DMI supportIan Moffett
6 dayskernel: mman: Make MAP_ANON 0x0000Ian Moffett
6 dayssys: param: Add PTR_NOFFSET define to sub pointersIan Moffett
6 dayskernel: Fix base-16 style in endian.hIan Moffett
6 dayskernel: e1000: Read MAC address into `netif'Ian Moffett
6 dayskernel: e1000: Use raw register VAP offsetsIan Moffett
7 dayskernel: phy: Add initial E1000 sourcesIan Moffett
7 dayskernel/amd64: mc1468xx: Add year, month and dayIan Moffett
9 dayskernel/amd64: intr: Add driver specific intr dataIan Moffett
9 dayskernel/amd64: intr: Ensure intr_hand.name has '\0'Ian Moffett
9 dayskernel/amd64: Remove unused 'intr_entry' structIan Moffett
9 dayskernel: pmap: Add arch-shared pmap_init() routineIan Moffett
10 dayskernel/aarch64: Add exception code + frame fixupsIan Moffett
10 dayskernel: Add __aligned(n) attributeIan Moffett
10 dayskernel/aarch64: frame: Remove extra whitespaceIan Moffett
10 dayskernel/aarch64: Implement initial vector stubsIan Moffett
10 dayskernel/aarch64: Add intr_register() stubIan Moffett
10 dayskernel/aarch64: Make stubs up to dateIan Moffett
10 dayskernel/aarch64: cdefs: Make halt macro properIan Moffett
11 dayskernel: time: Introduce SYS_sleepIan Moffett
11 dayskernel: Introduce timespec structIan Moffett
12 dayskernel: Remove deprecated func declarationIan Moffett
12 dayskernel: netinet: Implement ARP reply logicIan Moffett
13 dayskernel: net: Implement IEEE 802.3 + ARP requestsIan Moffett
13 dayskernel: Add sys/endian.hIan Moffett
13 dayskernel: rtl: Expose NIC properly through if_var.hIan Moffett
13 dayskernel: rtl: Implement packet TXIan Moffett
2025-06-13kernel: cons: Clear entire screen on demandIan Moffett
2025-06-13kernel: spawn: Add argv + stub envp argumentsIan Moffett
2025-06-13kernel/amd64: Return stack top after stack initIan Moffett
2025-06-12kernel: pci: Add support for PCI ExpressIan Moffett
2025-06-11kernel: pci: Add 'cam_hook' structure for PCI I/OIan Moffett
2025-06-11kernel: Deprecate kern_instl for /usr/sbin/installIan Moffett
2025-06-11kernel: syscall: Add SYS_lseekIan Moffett
2025-06-11kernel: filedesc: Add fd_seek() as kernel lseek()Ian Moffett
2025-06-11kernel: 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