summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
12 dayskernel: cred: Introduce SYS_setuid syscallIan Moffett
12 dayskernel: proc: Add initial setuid()Ian Moffett
12 daysusr: libc: Introduce POSIX fseek()Ian Moffett
12 daysusr: bin: Make 's' const within atoi()Ian Moffett
12 daysusr.bin: Add initial /etc/passwd parsingIan Moffett
12 dayskernel: Add uid_t in sys/types.hIan Moffett
12 daysbase: Add etc/passwd + base/etc/Ian Moffett
12 dayskernel: Add sys/ucred.hIan Moffett
12 daysusr: libc: Add strtok()Ian Moffett
12 dayskernel: exit: Panic if PID 1 diesIan Moffett
12 dayskernel: cons: Use glyph relative pos in cons attrIan Moffett
13 dayskernel: nvme: Pack nvme_smart_data structIan Moffett
13 dayskernel: nvme: Add SMART + logpage supportIan Moffett
13 dayskernel: string: Escape '%' with "%%"Ian Moffett
13 dayskernel: dmi: Ensure header base is virtualIan Moffett
14 dayskernel: cons: Introduce /ctl/console/attrIan Moffett
14 dayskernel: ansi: Remove stray newlineIan Moffett
14 daysusr.bin: osh: Use "\033[2J" to clear screenIan Moffett
14 dayskernel: ansi: Clear screen with "\033[2J"Ian Moffett
14 dayskernel: nvme: Add NVMe driver write hookIan Moffett
14 dayskernel: Do not defer storage driver initIan Moffett
14 dayskernel: ahci: Lower link wait time to 8 msIan Moffett
14 dayskernel: tmpfs: Check NULL 'dirent', not 'res'Ian Moffett
14 daysusr.bin: readcore: Add missing '\n'Ian Moffett
2025-07-05usr.bin: readcore: Make sure we close the dump fdIan Moffett
2025-07-05project: Bump version to 2.2Ian Moffett
2025-07-05usr.bin: Add 'readcore' programIan Moffett
2025-07-05kernel/amd64: Add support for coredumpsIan Moffett
2025-07-05kernel: lib: Add CRC32 supportIan Moffett
2025-07-05kernel/amd64: conf: Add CPU_SMEP optionIan Moffett
2025-07-05kernel/amd64: cpu: Support SMEPIan Moffett
2025-07-05kernel/amd64: Add 'feat' field in cpu_infoIan Moffett
2025-07-05kernel: tmpfs: Prevent read() on empty filesIan Moffett
2025-07-05kernel: 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
2025-07-03kernel/aarch64: Add 'board_info' structureIan Moffett
2025-07-02kernel: console: Add 'show_curs' feat flagIan Moffett
2025-07-02kernel: console: Remove extra newlineIan Moffett
2025-07-01kernel: console: Introduce /ctl/console/featIan Moffett
2025-07-01kernel: ctlfs: Implement ctlfs write() operationsIan Moffett
2025-07-01kernel: ctlfs: Add ctlfs_get_ops() to fetch ctlopsIan Moffett
2025-07-01kernel: console: Introduce cons_screen featuresIan Moffett
2025-07-01kernel: cons_ansi: Use `scr' var for console callsIan Moffett