summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
7 dayssys: atomic: Add 64-bit operationsIan Moffett
7 dayskernel: filedesc: Ensure 'fd' is valid during r/wIan Moffett
8 dayskernel: et131x: Initialize internal RX/TX buffersIan Moffett
8 dayskernel: et131x: Disable loopbacks and watchdogIan Moffett
9 daysusr: libc: Add math.h + musl math impl portIan Moffett
9 dayskernel: Add initial MII register defsIan Moffett
9 dayskernel: et131x: Add initial MAC initializationIan Moffett
9 dayskernel: et131x: Create netcard state structIan Moffett
10 daysdocs: et131x: Add MAC.hfdp bit definitionsIan Moffett
10 daysdocs: et131x: Add information about MAC regsIan Moffett
10 dayskernel: phy: Give more control over LED stateIan Moffett
10 dayskernel: phy: Add initial et131x sourcesIan Moffett
10 daysdocs: Begin ET131X NIC reverse engineering workIan Moffett
10 dayskernel/amd64: Track interrupt countIan Moffett
10 dayskernel/amd64: Get CPU family + modelIan Moffett
11 dayskernel/amd64: cpu_check_feat() -> cpu_get_info()Ian Moffett
11 dayskernel/amd64: Add I8042_POLL kconf(9) optionIan Moffett
11 dayskernel: Move crypto specifics to sys/crypto/*Ian Moffett
11 dayskernel: sched: Ensure 'ci' is not NULLIan Moffett
11 dayskernel: exit: Detach console on exitIan Moffett
11 dayskernel: time: Leave interrupts be on sleepIan Moffett
11 daysusr.bin: login: Remove useless debug messageIan Moffett
11 dayskernel/amd64: Return NULL if IA32_GS_BASE is unsetIan Moffett
11 daysusr: date: Read back date after writingIan Moffett
11 dayskernel: Avoid using kprintf() during panicIan Moffett
11 dayskernel: Make panic screen configurableIan Moffett
13 daysproject: Bump version to 2.3Ian Moffett
13 daysdocs: Add 'programs' section to READMEIan Moffett
13 daysusr.bin: Add 'sleep' programIan Moffett
13 daysusr: getconf: Add NAME_MAX, PATH_MAX and SSIZE_MAXIan Moffett
13 dayskernel: limits: Add NAME_MAXIan Moffett
13 dayskernel: vnode: Refactor definitionsIan Moffett
13 dayskernel: initramfs: Set file mode to OMAR modeIan Moffett
13 dayskernel: initramfs: Use OMAR rev 2 (latest)Ian Moffett
13 daysbuild: Update wallpaperIan Moffett
13 daysusr: date: Allow time-setting by userIan Moffett
13 dayskernel/amd64: i8042: Decode ESCAPE keyIan Moffett
13 daysusr: login: Parse custom shell pathIan Moffett
13 daysusr: login: Clean up check_user() logicIan Moffett
13 dayskernel/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