summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
13 daysusr.bin: Add 'nerve' program to poke ctlfsIan Moffett
14 dayskernel/amd64: mp: Pin one idle thread to each coreIan Moffett
14 daysdocs: man: Add cat(1)Ian Moffett
14 daysdocs: man: Add exit(2)Ian Moffett
14 daysdocs: man: Add mex(1)Ian Moffett
14 daysdocs: man: Add echo(1)Ian Moffett
14 daysdocs: man: Add beep(1)Ian Moffett
14 dayskernel: sched: Add support for CPU pinningIan Moffett
2025-07-17kernel: spawn: Deprecate SPAWN_WAITIan Moffett
2025-07-17lib: libc: Add waitpid()Ian Moffett
2025-07-17kernel: spawn: Add waitpid()Ian Moffett
2025-07-17kernel/amd64: Set up seperate syscall stackIan Moffett
2025-07-17kernel: exit: Reassign children to init on exitIan Moffett
2025-07-17kernel: init_main: Store 'init' as g_initIan Moffett
2025-07-17kernel: spawn: Continue if procp NULLIan Moffett
2025-07-16usr: Add 'kstat' program for system infoIan Moffett
2025-07-16kernel: accnt: Keep track of per-cpu statsIan Moffett
2025-07-16kernel: Sort out switch MI/MD switch logicIan Moffett
2025-07-16kernel: Move 'g_nthreads' to kern_accnt.cIan Moffett
2025-07-16kernel: Add initial accounting logicIan Moffett
2025-07-16kernel: proc: Decrement proc count on exitIan Moffett
2025-07-16sys: atomic: Add 64-bit operationsIan Moffett
2025-07-16kernel: filedesc: Ensure 'fd' is valid during r/wIan Moffett
2025-07-16kernel: et131x: Initialize internal RX/TX buffersIan Moffett
2025-07-16kernel: et131x: Disable loopbacks and watchdogIan Moffett
2025-07-14usr: libc: Add math.h + musl math impl portIan Moffett
2025-07-14kernel: Add initial MII register defsIan Moffett
2025-07-14kernel: et131x: Add initial MAC initializationIan Moffett
2025-07-14kernel: et131x: Create netcard state structIan Moffett
2025-07-14docs: et131x: Add MAC.hfdp bit definitionsIan Moffett
2025-07-14docs: et131x: Add information about MAC regsIan Moffett
2025-07-14kernel: phy: Give more control over LED stateIan Moffett
2025-07-14kernel: phy: Add initial et131x sourcesIan Moffett
2025-07-14docs: Begin ET131X NIC reverse engineering workIan Moffett
2025-07-13kernel/amd64: Track interrupt countIan Moffett
2025-07-13kernel/amd64: Get CPU family + modelIan Moffett
2025-07-13kernel/amd64: cpu_check_feat() -> cpu_get_info()Ian Moffett
2025-07-13kernel/amd64: Add I8042_POLL kconf(9) optionIan Moffett
2025-07-13kernel: Move crypto specifics to sys/crypto/*Ian Moffett
2025-07-13kernel: sched: Ensure 'ci' is not NULLIan Moffett
2025-07-13kernel: exit: Detach console on exitIan Moffett
2025-07-13kernel: time: Leave interrupts be on sleepIan Moffett
2025-07-13usr.bin: login: Remove useless debug messageIan Moffett
2025-07-13kernel/amd64: Return NULL if IA32_GS_BASE is unsetIan Moffett
2025-07-13usr: date: Read back date after writingIan Moffett
2025-07-13kernel: Avoid using kprintf() during panicIan Moffett
2025-07-13kernel: Make panic screen configurableIan Moffett
2025-07-11project: Bump version to 2.3Ian Moffett
2025-07-11docs: Add 'programs' section to READMEIan Moffett
2025-07-11usr.bin: Add 'sleep' programIan Moffett