summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
9 dayskernel: cons: Remove problematic lockIan Moffett
9 dayslib: libc: Introduce POSIX getlogin()Ian Moffett
9 dayskernel: ucred: Add SYS_getuidIan Moffett
9 dayskernel: dev: Add /dev/randomAlex Funo
10 daysusr.sbin: init: Startup login programIan Moffett
10 daysusr.bin: login: Add initial auth logicIan Moffett
10 dayskernel: proc: Add cred per processaIan Moffett
10 daysusr: libc: Add setuid()Ian Moffett
10 dayskernel: cred: Introduce SYS_setuid syscallIan Moffett
10 dayskernel: proc: Add initial setuid()Ian Moffett
10 daysusr: libc: Introduce POSIX fseek()Ian Moffett
10 daysusr: bin: Make 's' const within atoi()Ian Moffett
10 daysusr.bin: Add initial /etc/passwd parsingIan Moffett
10 dayskernel: Add uid_t in sys/types.hIan Moffett
10 daysbase: Add etc/passwd + base/etc/Ian Moffett
10 dayskernel: Add sys/ucred.hIan Moffett
10 daysusr: libc: Add strtok()Ian Moffett
10 dayskernel: exit: Panic if PID 1 diesIan Moffett
10 dayskernel: cons: Use glyph relative pos in cons attrIan Moffett
12 dayskernel: nvme: Pack nvme_smart_data structIan Moffett
12 dayskernel: nvme: Add SMART + logpage supportIan Moffett
12 dayskernel: string: Escape '%' with "%%"Ian Moffett
12 dayskernel: dmi: Ensure header base is virtualIan Moffett
12 dayskernel: cons: Introduce /ctl/console/attrIan Moffett
12 dayskernel: ansi: Remove stray newlineIan Moffett
12 daysusr.bin: osh: Use "\033[2J" to clear screenIan Moffett
12 dayskernel: ansi: Clear screen with "\033[2J"Ian Moffett
12 dayskernel: nvme: Add NVMe driver write hookIan Moffett
12 dayskernel: Do not defer storage driver initIan Moffett
12 dayskernel: ahci: Lower link wait time to 8 msIan Moffett
12 dayskernel: tmpfs: Check NULL 'dirent', not 'res'Ian Moffett
12 daysusr.bin: readcore: Add missing '\n'Ian Moffett
14 daysusr.bin: readcore: Make sure we close the dump fdIan Moffett
14 daysproject: Bump version to 2.2Ian Moffett
14 daysusr.bin: Add 'readcore' programIan Moffett
14 dayskernel/amd64: Add support for coredumpsIan Moffett
14 dayskernel: lib: Add CRC32 supportIan Moffett
14 dayskernel/amd64: conf: Add CPU_SMEP optionIan Moffett
14 dayskernel/amd64: cpu: Support SMEPIan Moffett
14 dayskernel/amd64: Add 'feat' field in cpu_infoIan Moffett
14 dayskernel: tmpfs: Prevent read() on empty filesIan Moffett
14 dayskernel: tmpfs: Do not NULL np->data during reclaimIan Moffett
2025-07-03kernel: Ensure mutually exclusive console accessIan Moffett
2025-07-03kernel: devfs: Add block device stat mechanismIan Moffett
2025-07-03kernel: synch: Use md_pause() in spinwait loopIan Moffett
2025-07-03kernel: synch: Add mutual exclusion locksIan Moffett
2025-07-03usr: libc: Add POSIX getpid() and getppid()Ian Moffett
2025-07-03kernel: proc: Add getpid() and getppid()Ian Moffett
2025-07-03kernel: driver: Implement driver blacklistIan Moffett
2025-07-03kernel: driver: Assign names to all driversIan Moffett