summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
40 hoursusr.sbin: init: Don't wait for init.rc to finishIan Moffett
43 hoursusr.bin: osh: Clear argv after script commandIan Moffett
43 hoursusr: Start shell + rc through /usr/sbin/initIan Moffett
43 hoursusr.bin: Add initial 'cat' implementationIan Moffett
44 hoursusr: rc: Add header comment in init.rcIan Moffett
44 hoursusr.bin: osh: Add commentsIan Moffett
44 hoursusr.bin: osh: Skip blank newlines in scriptsIan Moffett
45 hoursusr: Add init.rc for userspace startup flexibilityIan Moffett
45 hoursusr.bin: osh: Implement shell script parsingIan Moffett
45 hourskernel: exit: Only kill leaf if not exitingIan Moffett
45 hoursusr: libc: Add realloc()Ian Moffett
45 hoursusr: libc: Add fileno()Ian Moffett
2 dayskernel: conf: Default to console fg of #B57614Ian Moffett
2 daysusr.bin: elfdump: Add missing operator in elftypeIan Moffett
2 daysproject: Bump version to 2.1Ian Moffett
2 daysusr.bin: Add 'elfdump' toolIan Moffett
2 daysgithub: Add Hyra screenshot to GitHub mirrorIan Moffett
2 daysusr.bin: mrow: Randomize mouse y after collisionIan Moffett
2 daysusr.bin: kfgwm: Allocate new windows with malloc()Ian Moffett
2 daysusr.bin: kfgwm: Ensure x/y does not overflowIan Moffett
3 dayslibc: malloc: Add HEAP_ALIGN defineIan Moffett
3 dayslibc: malloc: Fix typos in commentIan Moffett
3 daysusr: libc: Implement initial malloc() and free()Ian Moffett
3 dayskernel: mman: Make MAP_ANON 0x0000Ian Moffett
3 dayssys: param: Add PTR_NOFFSET define to sub pointersIan Moffett
3 dayskernel: Fix base-16 style in endian.hIan Moffett
4 dayskernel: e1000: Reset the controller before initIan Moffett
4 dayskernel: e1000: Read MAC address into `netif'Ian Moffett
4 dayskernel/amd64: Only print SIMD logs on BSP initIan Moffett
4 dayskernel: e1000: Grant NIC PCI MMIO/DMA capabilitiesIan Moffett
4 dayskernel: e1000: Use raw register VAP offsetsIan Moffett
4 dayskernel: phy: Add initial E1000 sourcesIan Moffett
4 dayskernel/amd64: Add SIMD (SSE + AVX) supportIan Moffett
4 daysbuild: Remove automatic installer warningIan Moffett
4 dayskernel: ctlfs: Do not reclaim ctlfs entriesIan Moffett
4 daysusr.bin: date: Print month and day of the weekIan Moffett
4 dayskernel/amd64: mc1468xx: Add year, month and dayIan Moffett
4 daysusr: usr.bin/time -> usr.bin/dateIan Moffett
4 daysusr.bin: mrow: Set max mouse speed at 2Ian Moffett
5 daysusr.bin: mrow: Add stdbool.h includeIan Moffett
5 daysusr.bin: mrow: Update mouse speed per hitIan Moffett
5 daysusr.bin: mrow: Log final score on exitIan Moffett
5 daysusr.bin: Add 'mrow' gameIan Moffett
5 daysusr.bin: beep: Fix payload orderIan Moffett
5 daysusr: libc: Add rand() and srand()Ian Moffett
6 dayskernel/amd64: intr: Add driver specific intr dataIan Moffett
6 dayskernel/amd64: intr: Ensure intr_hand.name has '\0'Ian Moffett
6 dayskernel/amd64: Remove unused 'intr_entry' structIan Moffett
6 dayskernel/aarch64: pmap: Handle PROT_EXEC prot flagIan Moffett
6 dayskernel/aarch64: Implement vas and map/unmap stubsIan Moffett