summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
6 daysdocs: et131x: Add MAC.hfdp bit definitionsIan Moffett
6 daysdocs: et131x: Add information about MAC regsIan Moffett
7 dayskernel: phy: Give more control over LED stateIan Moffett
7 dayskernel: phy: Add initial et131x sourcesIan Moffett
7 daysdocs: Begin ET131X NIC reverse engineering workIan Moffett
7 dayskernel/amd64: Track interrupt countIan Moffett
7 dayskernel/amd64: Get CPU family + modelIan Moffett
7 dayskernel/amd64: cpu_check_feat() -> cpu_get_info()Ian Moffett
7 dayskernel/amd64: Add I8042_POLL kconf(9) optionIan Moffett
8 dayskernel: Move crypto specifics to sys/crypto/*Ian Moffett
8 dayskernel: sched: Ensure 'ci' is not NULLIan Moffett
8 dayskernel: exit: Detach console on exitIan Moffett
8 dayskernel: time: Leave interrupts be on sleepIan Moffett
8 daysusr.bin: login: Remove useless debug messageIan Moffett
8 dayskernel/amd64: Return NULL if IA32_GS_BASE is unsetIan Moffett
8 daysusr: date: Read back date after writingIan Moffett
8 dayskernel: Avoid using kprintf() during panicIan Moffett
8 dayskernel: Make panic screen configurableIan Moffett
9 daysproject: Bump version to 2.3Ian Moffett
9 daysdocs: Add 'programs' section to READMEIan Moffett
9 daysusr.bin: Add 'sleep' programIan Moffett
9 daysusr: getconf: Add NAME_MAX, PATH_MAX and SSIZE_MAXIan Moffett
9 dayskernel: limits: Add NAME_MAXIan Moffett
9 dayskernel: vnode: Refactor definitionsIan Moffett
9 dayskernel: initramfs: Set file mode to OMAR modeIan Moffett
9 dayskernel: initramfs: Use OMAR rev 2 (latest)Ian Moffett
9 daysbuild: Update wallpaperIan Moffett
10 daysusr: date: Allow time-setting by userIan Moffett
10 dayskernel/amd64: i8042: Decode ESCAPE keyIan Moffett
10 daysusr: login: Parse custom shell pathIan Moffett
10 daysusr: login: Clean up check_user() logicIan Moffett
10 dayskernel/sched: Undo sched_yield() changesIan Moffett
11 daysusr: login: Remove default 'USERNAME' defineIan Moffett
11 daysusr: login: Only rely on default shell for nowIan Moffett
11 dayskernel: exit: Clear out file descriptors on reapIan Moffett
11 dayskernel: sched: Greatly simplify yield logicIan Moffett
11 daysusr: login: Re-allow char echoing after bad loginIan Moffett
11 daysusr: login: Implement 'password' input/hashingIan Moffett
11 daysusr: libc: Duplicate cached username with strdup()Ian Moffett
11 daysusr: osh: Write current user to promptIan Moffett
11 daysusr: libc: Add strdup()Ian Moffett
11 daysuser: libc: Add crypto/sha256 supportIan Moffett
11 dayskernel: cons: Remove problematic lockIan Moffett
11 dayslib: libc: Introduce POSIX getlogin()Ian Moffett
11 dayskernel: ucred: Add SYS_getuidIan Moffett
11 dayskernel: dev: Add /dev/randomAlex Funo
12 daysusr.sbin: init: Startup login programIan Moffett
12 daysusr.bin: login: Add initial auth logicIan Moffett
12 dayskernel: proc: Add cred per processaIan Moffett
12 daysusr: libc: Add setuid()Ian Moffett