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