summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
21 hourskernel: ansi: Clear screen with "\033[2J"Ian Moffett
25 hourskernel: nvme: Add NVMe driver write hookIan Moffett
25 hourskernel: Do not defer storage driver initIan Moffett
25 hourskernel: ahci: Lower link wait time to 8 msIan Moffett
26 hourskernel: tmpfs: Check NULL 'dirent', not 'res'Ian Moffett
3 dayskernel/amd64: Add support for coredumpsIan Moffett
3 dayskernel: lib: Add CRC32 supportIan Moffett
3 dayskernel/amd64: conf: Add CPU_SMEP optionIan Moffett
3 dayskernel/amd64: cpu: Support SMEPIan Moffett
3 dayskernel/amd64: Add 'feat' field in cpu_infoIan Moffett
3 dayskernel: tmpfs: Prevent read() on empty filesIan Moffett
3 dayskernel: tmpfs: Do not NULL np->data during reclaimIan Moffett
4 dayskernel: Ensure mutually exclusive console accessIan Moffett
4 dayskernel: devfs: Add block device stat mechanismIan Moffett
4 dayskernel: synch: Use md_pause() in spinwait loopIan Moffett
4 dayskernel: synch: Add mutual exclusion locksIan Moffett
4 daysusr: libc: Add POSIX getpid() and getppid()Ian Moffett
4 dayskernel: proc: Add getpid() and getppid()Ian Moffett
4 dayskernel: driver: Implement driver blacklistIan Moffett
4 dayskernel: driver: Assign names to all driversIan Moffett
5 dayskernel/aarch64: Add 'board_info' structureIan Moffett
5 dayskernel: console: Add 'show_curs' feat flagIan Moffett
5 dayskernel: console: Remove extra newlineIan Moffett
6 dayskernel: console: Introduce /ctl/console/featIan Moffett
6 dayskernel: ctlfs: Implement ctlfs write() operationsIan Moffett
6 dayskernel: ctlfs: Add ctlfs_get_ops() to fetch ctlopsIan Moffett
6 dayskernel: console: Introduce cons_screen featuresIan Moffett
6 dayskernel: cons_ansi: Use `scr' var for console callsIan Moffett
6 daysdev: uacpi: Always include machine/intr.hIan Moffett
7 dayskernel: tmpfs: Add tmpfs getattr callbackIan Moffett
7 dayskernel: tmpfs: Add 'mode' field to tmpfs nodesIan Moffett
7 dayskernel: descrip: Return new offset in fd_seek()Ian Moffett
7 dayskernel: tmpfs: Store the *real* size in a nodeIan Moffett
7 dayskernel: tmpfs: Remove debugging kprintf()Ian Moffett
7 dayskernel: vnode: Only include vm/*.h ifdef _KERNELIan Moffett
8 dayskernel: driver: Only init non-deferred driversIan Moffett
8 dayskernel: syslog: Remove unused variableIan Moffett
8 dayskernel: Introduce SYS_inject syscallIan Moffett
8 daysusr.sbin: init: Allow start path to be overriddenIan Moffett
9 dayskernel: panic: Implement fresh panic screenIan Moffett
9 dayskernel: panic: Remove redundant newlineIan Moffett
9 dayskernel: syslog: Remove problematic lockIan Moffett
9 dayskernel/amd64: trap: Wrap regdump into a panic()Ian Moffett
9 dayskernel/amd64: trap: Restore IPL during user trapsIan Moffett
9 daysusr: libc: Store auxiliary vector tag/value pairsIan Moffett
9 dayskernel: exec_elf64: Ensure '.bss' is zero filledIan Moffett
9 dayskernel: cons: Handle horizontal tabs ('\t')Ian Moffett
10 dayskernel/amd64: mp: Give each core an idle threadIan Moffett
10 dayskernel: descrip: Validate operations against sealIan Moffett
10 dayskernel: Add initial support for tmpfsIan Moffett