summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
28 hoursusr.bin: osh: Skip blank newlines in scriptsIan Moffett
28 hoursusr: Add init.rc for userspace startup flexibilityIan Moffett
28 hoursusr.bin: osh: Implement shell script parsingIan Moffett
28 hourskernel: exit: Only kill leaf if not exitingIan Moffett
28 hoursusr: libc: Add realloc()Ian Moffett
28 hoursusr: libc: Add fileno()Ian Moffett
34 hourskernel: conf: Default to console fg of #B57614mainIan Moffett
38 hoursusr.bin: elfdump: Add missing operator in elftypeIan Moffett
39 hoursproject: Bump version to 2.1Ian Moffett
40 hoursusr.bin: Add 'elfdump' toolIan Moffett
41 hoursgithub: Add Hyra screenshot to GitHub mirrorIan Moffett
41 hoursusr.bin: mrow: Randomize mouse y after collisionIan Moffett
41 hoursusr.bin: kfgwm: Allocate new windows with malloc()Ian Moffett
41 hoursusr.bin: kfgwm: Ensure x/y does not overflowIan Moffett
2 dayslibc: malloc: Add HEAP_ALIGN defineIan Moffett
2 dayslibc: malloc: Fix typos in commentIan Moffett
2 daysusr: libc: Implement initial malloc() and free()Ian Moffett
2 dayskernel: mman: Make MAP_ANON 0x0000Ian Moffett
2 dayssys: param: Add PTR_NOFFSET define to sub pointersIan Moffett
2 dayskernel: Fix base-16 style in endian.hIan Moffett
3 dayskernel: e1000: Reset the controller before initIan Moffett
3 dayskernel: e1000: Read MAC address into `netif'Ian Moffett
3 dayskernel/amd64: Only print SIMD logs on BSP initIan Moffett
3 dayskernel: e1000: Grant NIC PCI MMIO/DMA capabilitiesIan Moffett
3 dayskernel: e1000: Use raw register VAP offsetsIan Moffett
3 dayskernel: phy: Add initial E1000 sourcesIan Moffett
3 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
4 daysusr.bin: mrow: Add stdbool.h includeIan Moffett
4 daysusr.bin: mrow: Update mouse speed per hitIan Moffett
4 daysusr.bin: mrow: Log final score on exitIan Moffett
4 daysusr.bin: Add 'mrow' gameIan Moffett
4 daysusr.bin: beep: Fix payload orderIan Moffett
4 daysusr: libc: Add rand() and srand()Ian Moffett
5 dayskernel/amd64: intr: Add driver specific intr dataIan Moffett
5 dayskernel/amd64: intr: Ensure intr_hand.name has '\0'Ian Moffett
5 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
6 dayskernel: pmap: Add arch-shared pmap_init() routineIan Moffett
6 daysusr: libc: Add AARCH64 stubsIan Moffett
6 daysbuild: Define AARCH64 specific flags in configureIan Moffett
6 daysusr: libc: Look in src/arch/$(ARCH) for asm filesIan Moffett
6 daysbuild: Pass "CC" makevar to user makefilesIan Moffett
6 dayskernel/aarch64: Add exception code + frame fixupsIan Moffett