summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
3 dayskernel: proc: Add initial setuid()Ian Moffett
3 dayskernel: Add uid_t in sys/types.hIan Moffett
3 dayskernel: Add sys/ucred.hIan Moffett
3 dayskernel: exit: Panic if PID 1 diesIan Moffett
3 dayskernel: cons: Use glyph relative pos in cons attrIan Moffett
5 dayskernel: nvme: Pack nvme_smart_data structIan Moffett
5 dayskernel: nvme: Add SMART + logpage supportIan Moffett
5 dayskernel: string: Escape '%' with "%%"Ian Moffett
5 dayskernel: dmi: Ensure header base is virtualIan Moffett
5 dayskernel: cons: Introduce /ctl/console/attrIan Moffett
5 dayskernel: ansi: Remove stray newlineIan Moffett
5 dayskernel: ansi: Clear screen with "\033[2J"Ian Moffett
5 dayskernel: nvme: Add NVMe driver write hookIan Moffett
5 dayskernel: Do not defer storage driver initIan Moffett
5 dayskernel: ahci: Lower link wait time to 8 msIan Moffett
5 dayskernel: tmpfs: Check NULL 'dirent', not 'res'Ian Moffett
7 dayskernel/amd64: Add support for coredumpsIan Moffett
7 dayskernel: lib: Add CRC32 supportIan Moffett
7 dayskernel/amd64: conf: Add CPU_SMEP optionIan Moffett
7 dayskernel/amd64: cpu: Support SMEPIan Moffett
7 dayskernel/amd64: Add 'feat' field in cpu_infoIan Moffett
7 dayskernel: tmpfs: Prevent read() on empty filesIan Moffett
7 dayskernel: tmpfs: Do not NULL np->data during reclaimIan Moffett
8 dayskernel: Ensure mutually exclusive console accessIan Moffett
8 dayskernel: devfs: Add block device stat mechanismIan Moffett
8 dayskernel: synch: Use md_pause() in spinwait loopIan Moffett
8 dayskernel: synch: Add mutual exclusion locksIan Moffett
8 daysusr: libc: Add POSIX getpid() and getppid()Ian Moffett
8 dayskernel: proc: Add getpid() and getppid()Ian Moffett
8 dayskernel: driver: Implement driver blacklistIan Moffett
8 dayskernel: driver: Assign names to all driversIan Moffett
9 dayskernel/aarch64: Add 'board_info' structureIan Moffett
9 dayskernel: console: Add 'show_curs' feat flagIan Moffett
9 dayskernel: console: Remove extra newlineIan Moffett
10 dayskernel: console: Introduce /ctl/console/featIan Moffett
10 dayskernel: ctlfs: Implement ctlfs write() operationsIan Moffett
10 dayskernel: ctlfs: Add ctlfs_get_ops() to fetch ctlopsIan Moffett
10 dayskernel: console: Introduce cons_screen featuresIan Moffett
10 dayskernel: cons_ansi: Use `scr' var for console callsIan Moffett
10 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
11 dayskernel: vnode: Only include vm/*.h ifdef _KERNELIan Moffett
12 dayskernel: driver: Only init non-deferred driversIan Moffett
12 dayskernel: syslog: Remove unused variableIan Moffett
12 dayskernel: Introduce SYS_inject syscallIan Moffett
12 daysusr.sbin: init: Allow start path to be overriddenIan Moffett