summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
38 hourslib: libc: Add waitpid()Ian Moffett
38 hourskernel: spawn: Add waitpid()Ian Moffett
38 hourskernel/amd64: Set up seperate syscall stackIan Moffett
38 hourskernel: exit: Reassign children to init on exitIan Moffett
38 hourskernel: init_main: Store 'init' as g_initIan Moffett
39 hourskernel: spawn: Continue if procp NULLIan Moffett
42 hoursusr: Add 'kstat' program for system infoIan Moffett
42 hourskernel: accnt: Keep track of per-cpu statsIan Moffett
42 hourskernel: Sort out switch MI/MD switch logicIan Moffett
43 hourskernel: Move 'g_nthreads' to kern_accnt.cIan Moffett
43 hourskernel: Add initial accounting logicIan Moffett
43 hourskernel: proc: Decrement proc count on exitIan Moffett
44 hourssys: atomic: Add 64-bit operationsIan Moffett
45 hourskernel: filedesc: Ensure 'fd' is valid during r/wIan Moffett
47 hourskernel: et131x: Initialize internal RX/TX buffersIan Moffett
48 hourskernel: et131x: Disable loopbacks and watchdogIan Moffett
4 daysusr: libc: Add math.h + musl math impl portIan Moffett
4 dayskernel: Add initial MII register defsIan Moffett
4 dayskernel: et131x: Add initial MAC initializationIan Moffett
4 dayskernel: et131x: Create netcard state structIan Moffett
4 daysdocs: et131x: Add MAC.hfdp bit definitionsIan Moffett
4 daysdocs: et131x: Add information about MAC regsIan Moffett
4 dayskernel: phy: Give more control over LED stateIan Moffett
4 dayskernel: phy: Add initial et131x sourcesIan Moffett
4 daysdocs: Begin ET131X NIC reverse engineering workIan Moffett
5 dayskernel/amd64: Track interrupt countIan Moffett
5 dayskernel/amd64: Get CPU family + modelIan Moffett
5 dayskernel/amd64: cpu_check_feat() -> cpu_get_info()Ian Moffett
5 dayskernel/amd64: Add I8042_POLL kconf(9) optionIan Moffett
5 dayskernel: Move crypto specifics to sys/crypto/*Ian Moffett
5 dayskernel: sched: Ensure 'ci' is not NULLIan Moffett
5 dayskernel: exit: Detach console on exitIan Moffett
5 dayskernel: time: Leave interrupts be on sleepIan Moffett
5 daysusr.bin: login: Remove useless debug messageIan Moffett
5 dayskernel/amd64: Return NULL if IA32_GS_BASE is unsetIan Moffett
5 daysusr: date: Read back date after writingIan Moffett
6 dayskernel: Avoid using kprintf() during panicIan Moffett
6 dayskernel: Make panic screen configurableIan Moffett
7 daysproject: Bump version to 2.3Ian Moffett
7 daysdocs: Add 'programs' section to READMEIan Moffett
7 daysusr.bin: Add 'sleep' programIan Moffett
7 daysusr: getconf: Add NAME_MAX, PATH_MAX and SSIZE_MAXIan Moffett
7 dayskernel: limits: Add NAME_MAXIan Moffett
7 dayskernel: vnode: Refactor definitionsIan Moffett
7 dayskernel: initramfs: Set file mode to OMAR modeIan Moffett
7 dayskernel: initramfs: Use OMAR rev 2 (latest)Ian Moffett
7 daysbuild: Update wallpaperIan Moffett
7 daysusr: date: Allow time-setting by userIan Moffett
7 dayskernel/amd64: i8042: Decode ESCAPE keyIan Moffett
8 daysusr: login: Parse custom shell pathIan Moffett