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