summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
13 dayskernel/amd64: Add I8042_POLL kconf(9) optionIan Moffett
14 dayskernel: Move crypto specifics to sys/crypto/*Ian Moffett
14 dayskernel: sched: Ensure 'ci' is not NULLIan Moffett
14 dayskernel: exit: Detach console on exitIan Moffett
14 dayskernel: time: Leave interrupts be on sleepIan Moffett
14 daysusr.bin: login: Remove useless debug messageIan Moffett
14 dayskernel/amd64: Return NULL if IA32_GS_BASE is unsetIan Moffett
14 daysusr: date: Read back date after writingIan Moffett
2025-07-13kernel: Avoid using kprintf() during panicIan Moffett
2025-07-13kernel: Make panic screen configurableIan Moffett
2025-07-11project: Bump version to 2.3Ian Moffett
2025-07-11docs: Add 'programs' section to READMEIan Moffett
2025-07-11usr.bin: Add 'sleep' programIan Moffett
2025-07-11usr: getconf: Add NAME_MAX, PATH_MAX and SSIZE_MAXIan Moffett
2025-07-11kernel: limits: Add NAME_MAXIan Moffett
2025-07-11kernel: vnode: Refactor definitionsIan Moffett
2025-07-11kernel: initramfs: Set file mode to OMAR modeIan Moffett
2025-07-11kernel: initramfs: Use OMAR rev 2 (latest)Ian Moffett
2025-07-11build: 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