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