summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-06-27kernel: namei: Add NAMEI_WANTPARENT flagIan Moffett
2025-06-25kernel: Add "starting init" message for verbosityIan Moffett
2025-06-25kernel/amd64: Deprecate reboot keyIan Moffett
2025-06-25kernel/amd64: mc1468xx: Implement date settingIan Moffett
2025-06-25kernel/amd64: mc1468xx: Add 2000 to the yearIan Moffett
2025-06-25kernel/amd64: i8042: Use DMI for quirk checkingIan Moffett
2025-06-25kernel/amd64: Throw away any pre-kernel huge pagesIan Moffett
2025-06-25kernel/amd64: Only use USER_DS in md_td_kick()Ian Moffett
2025-06-24docs: Update title of Hyra photoIan Moffett
2025-06-24docs: Update hyra.pngIan Moffett
2025-06-24kernel: Add SMBIOS/DMI supportIan Moffett
2025-06-24usr.bin: elfdump: Fix argument orderIan Moffett
2025-06-24rc: init.rc: Play startup toneIan Moffett
2025-06-24usr.sbin: init: Don't wait for init.rc to finishIan Moffett
2025-06-24usr.bin: osh: Clear argv after script commandIan Moffett
2025-06-24usr: Start shell + rc through /usr/sbin/initIan Moffett
2025-06-24usr.bin: Add initial 'cat' implementationIan Moffett
2025-06-24usr: rc: Add header comment in init.rcIan Moffett
2025-06-24usr.bin: osh: Add commentsIan Moffett
2025-06-24usr.bin: osh: Skip blank newlines in scriptsIan Moffett
2025-06-24usr: Add init.rc for userspace startup flexibilityIan Moffett
2025-06-24usr.bin: osh: Implement shell script parsingIan Moffett
2025-06-24kernel: exit: Only kill leaf if not exitingIan Moffett
2025-06-24usr: libc: Add realloc()Ian Moffett
2025-06-24usr: libc: Add fileno()Ian Moffett
2025-06-23kernel: conf: Default to console fg of #B57614Ian Moffett
2025-06-23usr.bin: elfdump: Add missing operator in elftypeIan Moffett
2025-06-23project: Bump version to 2.1Ian Moffett
2025-06-23usr.bin: Add 'elfdump' toolIan Moffett
2025-06-23github: Add Hyra screenshot to GitHub mirrorIan Moffett
2025-06-23usr.bin: mrow: Randomize mouse y after collisionIan Moffett
2025-06-23usr.bin: kfgwm: Allocate new windows with malloc()Ian Moffett
2025-06-23usr.bin: kfgwm: Ensure x/y does not overflowIan Moffett
2025-06-22libc: malloc: Add HEAP_ALIGN defineIan Moffett
2025-06-22libc: malloc: Fix typos in commentIan Moffett
2025-06-22usr: libc: Implement initial malloc() and free()Ian Moffett
2025-06-22kernel: mman: Make MAP_ANON 0x0000Ian Moffett
2025-06-22sys: param: Add PTR_NOFFSET define to sub pointersIan Moffett
2025-06-22kernel: Fix base-16 style in endian.hIan Moffett
2025-06-22kernel: e1000: Reset the controller before initIan Moffett
2025-06-22kernel: e1000: Read MAC address into `netif'Ian Moffett
2025-06-22kernel/amd64: Only print SIMD logs on BSP initIan Moffett
2025-06-22kernel: e1000: Grant NIC PCI MMIO/DMA capabilitiesIan Moffett
2025-06-22kernel: e1000: Use raw register VAP offsetsIan Moffett
2025-06-22kernel: phy: Add initial E1000 sourcesIan Moffett
2025-06-22kernel/amd64: Add SIMD (SSE + AVX) supportIan Moffett
2025-06-21build: Remove automatic installer warningIan Moffett
2025-06-21kernel: ctlfs: Do not reclaim ctlfs entriesIan Moffett
2025-06-21usr.bin: date: Print month and day of the weekIan Moffett
2025-06-21kernel/amd64: mc1468xx: Add year, month and dayIan Moffett