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