summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
40 hourskernel: ansi: Remove stray newlineIan Moffett
42 hoursusr.bin: osh: Use "\033[2J" to clear screenIan Moffett
42 hourskernel: ansi: Clear screen with "\033[2J"Ian Moffett
45 hourskernel: nvme: Add NVMe driver write hookIan Moffett
45 hourskernel: Do not defer storage driver initIan Moffett
45 hourskernel: ahci: Lower link wait time to 8 msIan Moffett
47 hourskernel: tmpfs: Check NULL 'dirent', not 'res'Ian Moffett
47 hoursusr.bin: readcore: Add missing '\n'Ian Moffett
4 daysusr.bin: readcore: Make sure we close the dump fdIan Moffett
4 daysproject: Bump version to 2.2mainIan Moffett
4 daysusr.bin: Add 'readcore' programIan Moffett
4 dayskernel/amd64: Add support for coredumpsIan Moffett
4 dayskernel: lib: Add CRC32 supportIan Moffett
4 dayskernel/amd64: conf: Add CPU_SMEP optionIan Moffett
4 dayskernel/amd64: cpu: Support SMEPIan Moffett
4 dayskernel/amd64: Add 'feat' field in cpu_infoIan Moffett
4 dayskernel: tmpfs: Prevent read() on empty filesIan Moffett
4 dayskernel: tmpfs: Do not NULL np->data during reclaimIan Moffett
5 dayskernel: Ensure mutually exclusive console accessIan Moffett
5 dayskernel: devfs: Add block device stat mechanismIan Moffett
5 dayskernel: synch: Use md_pause() in spinwait loopIan Moffett
5 dayskernel: synch: Add mutual exclusion locksIan Moffett
5 daysusr: libc: Add POSIX getpid() and getppid()Ian Moffett
5 dayskernel: proc: Add getpid() and getppid()Ian Moffett
5 dayskernel: driver: Implement driver blacklistIan Moffett
5 dayskernel: driver: Assign names to all driversIan Moffett
6 dayskernel/aarch64: Add 'board_info' structureIan Moffett
6 dayskernel: console: Add 'show_curs' feat flagIan Moffett
6 dayskernel: console: Remove extra newlineIan Moffett
7 dayskernel: console: Introduce /ctl/console/featIan Moffett
7 dayskernel: ctlfs: Implement ctlfs write() operationsIan Moffett
7 dayskernel: ctlfs: Add ctlfs_get_ops() to fetch ctlopsIan Moffett
7 dayskernel: console: Introduce cons_screen featuresIan Moffett
7 dayskernel: cons_ansi: Use `scr' var for console callsIan Moffett
7 daysdev: uacpi: Always include machine/intr.hIan Moffett
7 daysusr: libc: Implement ftell()Ian 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
8 dayskernel: vnode: Only include vm/*.h ifdef _KERNELIan Moffett
9 dayskernel: driver: Only init non-deferred driversIan Moffett
9 dayskernel: syslog: Remove unused variableIan Moffett
9 daysrc: Execute /usr/sbin/inject on initIan Moffett
9 daysusr.sbin: Add 'inject' program for loading KRQsIan Moffett
9 daysusr: libc: Add inject() implementationIan Moffett
9 daysusr.bin: osh: Allow execution of direct pathsIan Moffett
9 daysusr: Add 'echo' program to replace osh builtinIan Moffett
9 daysusr.bin: osh: Rename 'i' to 'buf_i'Ian Moffett