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