summaryrefslogtreecommitdiff
path: root/sys/include
AgeCommit message (Expand)Author
29 hourskernel: cred: Introduce SYS_setuid syscallIan Moffett
29 hourskernel: proc: Add initial setuid()Ian Moffett
37 hourskernel: Add uid_t in sys/types.hIan Moffett
37 hourskernel: Add sys/ucred.hIan Moffett
38 hourskernel: cons: Use glyph relative pos in cons attrIan Moffett
3 dayskernel: nvme: Pack nvme_smart_data structIan Moffett
3 dayskernel: nvme: Add SMART + logpage supportIan Moffett
3 dayskernel: cons: Introduce /ctl/console/attrIan Moffett
5 dayskernel/amd64: Add support for coredumpsIan Moffett
5 dayskernel: lib: Add CRC32 supportIan Moffett
5 dayskernel/amd64: cpu: Support SMEPIan Moffett
5 dayskernel/amd64: Add 'feat' field in cpu_infoIan Moffett
6 dayskernel: Ensure mutually exclusive console accessIan Moffett
6 dayskernel: devfs: Add block device stat mechanismIan Moffett
7 dayskernel: synch: Add mutual exclusion locksIan Moffett
7 daysusr: libc: Add POSIX getpid() and getppid()Ian Moffett
7 dayskernel: proc: Add getpid() and getppid()Ian Moffett
7 dayskernel: driver: Implement driver blacklistIan Moffett
7 dayskernel: driver: Assign names to all driversIan Moffett
7 dayskernel/aarch64: Add 'board_info' structureIan Moffett
8 dayskernel: console: Add 'show_curs' feat flagIan Moffett
8 dayskernel: console: Introduce cons_screen featuresIan Moffett
9 dayskernel: tmpfs: Add 'mode' field to tmpfs nodesIan Moffett
9 dayskernel: tmpfs: Store the *real* size in a nodeIan Moffett
9 dayskernel: vnode: Only include vm/*.h ifdef _KERNELIan Moffett
10 dayskernel: Introduce SYS_inject syscallIan Moffett
11 daysusr: libc: Store auxiliary vector tag/value pairsIan Moffett
11 dayskernel: exec_elf64: Ensure '.bss' is zero filledIan Moffett
12 dayskernel: Add initial support for tmpfsIan Moffett
12 dayskernel: vfs: Add support for O_CREAT flagIan Moffett
13 dayskernel: namei: Add NAMEI_WANTPARENT flagIan Moffett
2025-06-24kernel: Add SMBIOS/DMI supportIan Moffett
2025-06-22kernel: mman: Make MAP_ANON 0x0000Ian Moffett
2025-06-22sys: param: Add PTR_NOFFSET define to sub pointersIan Moffett
2025-06-22kernel: Fix base-16 style in endian.hIan Moffett
2025-06-22kernel: e1000: Read MAC address into `netif'Ian Moffett
2025-06-22kernel: e1000: Use raw register VAP offsetsIan Moffett
2025-06-22kernel: phy: Add initial E1000 sourcesIan Moffett
2025-06-21kernel/amd64: mc1468xx: Add year, month and dayIan Moffett
2025-06-20kernel/amd64: intr: Add driver specific intr dataIan Moffett
2025-06-20kernel/amd64: intr: Ensure intr_hand.name has '\0'Ian Moffett
2025-06-20kernel/amd64: Remove unused 'intr_entry' structIan Moffett
2025-06-19kernel: pmap: Add arch-shared pmap_init() routineIan Moffett
2025-06-19kernel/aarch64: Add exception code + frame fixupsIan Moffett
2025-06-19kernel: Add __aligned(n) attributeIan Moffett
2025-06-18kernel/aarch64: frame: Remove extra whitespaceIan Moffett
2025-06-18kernel/aarch64: Implement initial vector stubsIan Moffett
2025-06-18kernel/aarch64: Add intr_register() stubIan Moffett
2025-06-18kernel/aarch64: Make stubs up to dateIan Moffett
2025-06-18kernel/aarch64: cdefs: Make halt macro properIan Moffett