summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
3 dayskernel: ucred: Add SYS_getuidIan Moffett
3 dayskernel: dev: Add /dev/randomAlex Funo
4 dayskernel: proc: Add cred per processaIan Moffett
4 dayskernel: cred: Introduce SYS_setuid syscallIan Moffett
4 dayskernel: proc: Add initial setuid()Ian Moffett
4 dayskernel: Add uid_t in sys/types.hIan Moffett
4 dayskernel: Add sys/ucred.hIan Moffett
4 dayskernel: exit: Panic if PID 1 diesIan Moffett
4 dayskernel: cons: Use glyph relative pos in cons attrIan Moffett
5 dayskernel: nvme: Pack nvme_smart_data structIan Moffett
6 dayskernel: nvme: Add SMART + logpage supportIan Moffett
6 dayskernel: string: Escape '%' with "%%"Ian Moffett
6 dayskernel: dmi: Ensure header base is virtualIan Moffett
6 dayskernel: cons: Introduce /ctl/console/attrIan Moffett
6 dayskernel: ansi: Remove stray newlineIan Moffett
6 dayskernel: ansi: Clear screen with "\033[2J"Ian Moffett
6 dayskernel: nvme: Add NVMe driver write hookIan Moffett
6 dayskernel: Do not defer storage driver initIan Moffett
6 dayskernel: ahci: Lower link wait time to 8 msIan Moffett
6 dayskernel: tmpfs: Check NULL 'dirent', not 'res'Ian Moffett
8 dayskernel/amd64: Add support for coredumpsIan Moffett
8 dayskernel: lib: Add CRC32 supportIan Moffett
8 dayskernel/amd64: conf: Add CPU_SMEP optionIan Moffett
8 dayskernel/amd64: cpu: Support SMEPIan Moffett
8 dayskernel/amd64: Add 'feat' field in cpu_infoIan Moffett
8 dayskernel: tmpfs: Prevent read() on empty filesIan Moffett
8 dayskernel: tmpfs: Do not NULL np->data during reclaimIan Moffett
9 dayskernel: Ensure mutually exclusive console accessIan Moffett
9 dayskernel: devfs: Add block device stat mechanismIan Moffett
9 dayskernel: synch: Use md_pause() in spinwait loopIan Moffett
9 dayskernel: synch: Add mutual exclusion locksIan Moffett
9 daysusr: libc: Add POSIX getpid() and getppid()Ian Moffett
9 dayskernel: proc: Add getpid() and getppid()Ian Moffett
9 dayskernel: driver: Implement driver blacklistIan Moffett
9 dayskernel: driver: Assign names to all driversIan Moffett
10 dayskernel/aarch64: Add 'board_info' structureIan Moffett
10 dayskernel: console: Add 'show_curs' feat flagIan Moffett
10 dayskernel: console: Remove extra newlineIan Moffett
11 dayskernel: console: Introduce /ctl/console/featIan Moffett
11 dayskernel: ctlfs: Implement ctlfs write() operationsIan Moffett
11 dayskernel: ctlfs: Add ctlfs_get_ops() to fetch ctlopsIan Moffett
11 dayskernel: console: Introduce cons_screen featuresIan Moffett
11 dayskernel: cons_ansi: Use `scr' var for console callsIan Moffett
11 daysdev: uacpi: Always include machine/intr.hIan Moffett
11 dayskernel: tmpfs: Add tmpfs getattr callbackIan Moffett
11 dayskernel: tmpfs: Add 'mode' field to tmpfs nodesIan Moffett
11 dayskernel: descrip: Return new offset in fd_seek()Ian Moffett
11 dayskernel: tmpfs: Store the *real* size in a nodeIan Moffett
11 dayskernel: tmpfs: Remove debugging kprintf()Ian Moffett
12 dayskernel: vnode: Only include vm/*.h ifdef _KERNELIan Moffett