summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
14 daysusr.bin: Add 'sleep' programIan Moffett
14 daysusr: getconf: Add NAME_MAX, PATH_MAX and SSIZE_MAXIan Moffett
14 dayskernel: limits: Add NAME_MAXIan Moffett
14 dayskernel: vnode: Refactor definitionsIan Moffett
14 dayskernel: initramfs: Set file mode to OMAR modeIan Moffett
14 dayskernel: initramfs: Use OMAR rev 2 (latest)Ian Moffett
14 daysbuild: Update wallpaperIan Moffett
2025-07-11usr: date: Allow time-setting by userIan Moffett
2025-07-11kernel/amd64: i8042: Decode ESCAPE keyIan Moffett
2025-07-10usr: login: Parse custom shell pathIan Moffett
2025-07-10usr: login: Clean up check_user() logicIan Moffett
2025-07-10kernel/sched: Undo sched_yield() changesIan Moffett
2025-07-10usr: login: Remove default 'USERNAME' defineIan Moffett
2025-07-10usr: login: Only rely on default shell for nowIan Moffett
2025-07-10kernel: exit: Clear out file descriptors on reapIan Moffett
2025-07-10kernel: sched: Greatly simplify yield logicIan Moffett
2025-07-10usr: login: Re-allow char echoing after bad loginIan Moffett
2025-07-10usr: login: Implement 'password' input/hashingIan Moffett
2025-07-10usr: libc: Duplicate cached username with strdup()Ian Moffett
2025-07-10usr: osh: Write current user to promptIan Moffett
2025-07-10usr: libc: Add strdup()Ian Moffett
2025-07-10user: libc: Add crypto/sha256 supportIan Moffett
2025-07-09kernel: cons: Remove problematic lockIan Moffett
2025-07-09lib: libc: Introduce POSIX getlogin()Ian Moffett
2025-07-09kernel: ucred: Add SYS_getuidIan Moffett
2025-07-09kernel: dev: Add /dev/randomAlex Funo
2025-07-09usr.sbin: init: Startup login programIan Moffett
2025-07-09usr.bin: login: Add initial auth logicIan Moffett
2025-07-09kernel: proc: Add cred per processaIan Moffett
2025-07-09usr: libc: Add setuid()Ian Moffett
2025-07-09kernel: cred: Introduce SYS_setuid syscallIan Moffett
2025-07-09kernel: proc: Add initial setuid()Ian Moffett
2025-07-09usr: libc: Introduce POSIX fseek()Ian Moffett
2025-07-09usr: bin: Make 's' const within atoi()Ian Moffett
2025-07-08usr.bin: Add initial /etc/passwd parsingIan Moffett
2025-07-08kernel: Add uid_t in sys/types.hIan Moffett
2025-07-08base: Add etc/passwd + base/etc/Ian Moffett
2025-07-08kernel: Add sys/ucred.hIan Moffett
2025-07-08usr: libc: Add strtok()Ian Moffett
2025-07-08kernel: exit: Panic if PID 1 diesIan Moffett
2025-07-08kernel: cons: Use glyph relative pos in cons attrIan Moffett
2025-07-07kernel: nvme: Pack nvme_smart_data structIan Moffett
2025-07-07kernel: nvme: Add SMART + logpage supportIan Moffett
2025-07-07kernel: string: Escape '%' with "%%"Ian Moffett
2025-07-07kernel: dmi: Ensure header base is virtualIan Moffett
2025-07-07kernel: cons: Introduce /ctl/console/attrIan Moffett
2025-07-07kernel: ansi: Remove stray newlineIan Moffett
2025-07-07usr.bin: osh: Use "\033[2J" to clear screenIan Moffett
2025-07-07kernel: ansi: Clear screen with "\033[2J"Ian Moffett
2025-07-06kernel: nvme: Add NVMe driver write hookIan Moffett