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