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