summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
23 hoursusr: libc: Add POSIX getpid() and getppid()Ian Moffett
23 hourskernel: proc: Add getpid() and getppid()Ian Moffett
23 hourskernel: driver: Implement driver blacklistIan Moffett
23 hourskernel: driver: Assign names to all driversIan Moffett
40 hourskernel/aarch64: Add 'board_info' structureIan Moffett
2 dayskernel: console: Add 'show_curs' feat flagIan Moffett
2 dayskernel: console: Remove extra newlineIan Moffett
3 dayskernel: console: Introduce /ctl/console/featmainIan Moffett
3 dayskernel: ctlfs: Implement ctlfs write() operationsIan Moffett
3 dayskernel: ctlfs: Add ctlfs_get_ops() to fetch ctlopsIan Moffett
3 dayskernel: console: Introduce cons_screen featuresIan Moffett
3 dayskernel: cons_ansi: Use `scr' var for console callsIan Moffett
3 daysdev: uacpi: Always include machine/intr.hIan Moffett
4 daysusr: libc: Implement ftell()Ian Moffett
4 dayskernel: tmpfs: Add tmpfs getattr callbackIan Moffett
4 dayskernel: tmpfs: Add 'mode' field to tmpfs nodesIan Moffett
4 dayskernel: descrip: Return new offset in fd_seek()Ian Moffett
4 dayskernel: tmpfs: Store the *real* size in a nodeIan Moffett
4 dayskernel: tmpfs: Remove debugging kprintf()Ian Moffett
4 dayskernel: vnode: Only include vm/*.h ifdef _KERNELIan Moffett
5 dayskernel: driver: Only init non-deferred driversIan Moffett
5 dayskernel: syslog: Remove unused variableIan Moffett
5 daysrc: Execute /usr/sbin/inject on initIan Moffett
5 daysusr.sbin: Add 'inject' program for loading KRQsIan Moffett
5 daysusr: libc: Add inject() implementationIan Moffett
5 daysusr.bin: osh: Allow execution of direct pathsIan Moffett
5 daysusr: Add 'echo' program to replace osh builtinIan Moffett
5 daysusr.bin: osh: Rename 'i' to 'buf_i'Ian Moffett
5 dayskernel: Introduce SYS_inject syscallIan Moffett
5 daysusr.sbin: init: Allow start path to be overriddenIan Moffett
5 daysbuild: Rename hyra-kernel to hyra.krqIan Moffett
5 daysusr.bin: osh: Ensure argv is zerored per commandIan Moffett
6 dayskernel: panic: Implement fresh panic screenIan Moffett
6 dayskernel: panic: Remove redundant newlineIan Moffett
6 dayskernel: syslog: Remove problematic lockIan Moffett
6 dayskernel/amd64: trap: Wrap regdump into a panic()Ian Moffett
6 dayskernel/amd64: trap: Restore IPL during user trapsIan Moffett
6 daysusr.bin: Add initial getconf implIan Moffett
6 daysusr: libc: Implement POSIX sysconf()Ian Moffett
6 daysusr: libc: Store auxiliary vector tag/value pairsIan Moffett
6 dayskernel: exec_elf64: Ensure '.bss' is zero filledIan Moffett
6 daysusr.bin: osh: Ignore tab as inputIan Moffett
6 dayskernel: cons: Handle horizontal tabs ('\t')Ian Moffett
6 daysusr.bin: cat: Use fgets() in catIan Moffett
6 daysusr: libc: Implement fgets()Ian Moffett
6 daysusr: libc: Implement fopen() and fclose()Ian Moffett
7 dayskernel/amd64: mp: Give each core an idle threadIan Moffett
7 dayskernel: descrip: Validate operations against sealIan Moffett
7 dayskernel: Add initial support for tmpfsIan Moffett
7 dayskernel: vfs: Add support for O_CREAT flagIan Moffett