summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
7 dayskernel: ctlfs: Do not reclaim ctlfs entriesIan Moffett
7 daysusr.bin: date: Print month and day of the weekIan Moffett
7 dayskernel/amd64: mc1468xx: Add year, month and dayIan Moffett
7 daysusr: usr.bin/time -> usr.bin/dateIan Moffett
7 daysusr.bin: mrow: Set max mouse speed at 2Ian Moffett
8 daysusr.bin: mrow: Add stdbool.h includeIan Moffett
8 daysusr.bin: mrow: Update mouse speed per hitIan Moffett
8 daysusr.bin: mrow: Log final score on exitIan Moffett
8 daysusr.bin: Add 'mrow' gameIan Moffett
8 daysusr.bin: beep: Fix payload orderIan Moffett
8 daysusr: libc: Add rand() and srand()Ian Moffett
9 dayskernel/amd64: intr: Add driver specific intr dataIan Moffett
9 dayskernel/amd64: intr: Ensure intr_hand.name has '\0'Ian Moffett
9 dayskernel/amd64: Remove unused 'intr_entry' structIan Moffett
9 dayskernel/aarch64: pmap: Handle PROT_EXEC prot flagIan Moffett
9 dayskernel/aarch64: Implement vas and map/unmap stubsIan Moffett
9 dayskernel: pmap: Add arch-shared pmap_init() routineIan Moffett
10 daysusr: libc: Add AARCH64 stubsIan Moffett
10 daysbuild: Define AARCH64 specific flags in configureIan Moffett
10 daysusr: libc: Look in src/arch/$(ARCH) for asm filesIan Moffett
10 daysbuild: Pass "CC" makevar to user makefilesIan Moffett
10 dayskernel/aarch64: Add exception code + frame fixupsIan Moffett
10 dayskernel: Add __aligned(n) attributeIan Moffett
10 dayskernel/aarch64: frame: Remove extra whitespaceIan Moffett
10 dayskernel/aarch64: Remove stray alignment directiveIan Moffett
10 dayskernel/aarch64: Implement initial vector stubsIan Moffett
10 dayskernel/aarch64: Add intr_register() stubIan Moffett
10 dayskernel/aarch64: Make stubs up to dateIan Moffett
10 dayskernel/aarch64: cdefs: Make halt macro properIan Moffett
12 daysusr: libc: Add sleep() in time.hIan Moffett
12 dayskernel: time: Introduce SYS_sleepIan Moffett
12 dayskernel: Introduce timespec structIan Moffett
12 dayskernel: Remove deprecated func declarationIan Moffett
12 dayskernel: netinet: Implement ARP reply logicIan Moffett
12 dayskernel: netinet: Simply memcpy ether_saddrIan Moffett
13 dayskernel: rtl: Fix up includes and remove "TODO"Ian Moffett
13 dayskernel: net: Implement IEEE 802.3 + ARP requestsIan Moffett
13 dayskernel: Add sys/endian.hIan Moffett
13 dayskernel: rtl: Expose NIC properly through if_var.hIan Moffett
13 dayskernel: rtl: Remove TODO comment (completed)Ian Moffett
13 dayskernel: rtl: Implement packet TXIan Moffett
13 daysusr.bin: Add beep commandIan Moffett
13 daysusr: libc: Add atoi()Ian Moffett
2025-06-14kernel: ahci: Wait until ready before any I/OIan Moffett
2025-06-14kernel: ahci: Don't zero allocated PAs anymoreIan Moffett
2025-06-14kernel: Prevent physmem clobbers + zero memoryIan Moffett
2025-06-13kernel: physmem: Make globals staticIan Moffett
2025-06-13project: Bump version to 2.0Ian Moffett
2025-06-13usr.bin: osh: Add builtin 'clear' commandIan Moffett
2025-06-13kernel: cons: Clear entire screen on demandIan Moffett