summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
8 dayslibc: malloc: Add HEAP_ALIGN defineIan Moffett
8 dayslibc: malloc: Fix typos in commentIan Moffett
8 daysusr: libc: Implement initial malloc() and free()Ian Moffett
8 dayskernel: mman: Make MAP_ANON 0x0000Ian Moffett
8 dayssys: param: Add PTR_NOFFSET define to sub pointersIan Moffett
8 dayskernel: Fix base-16 style in endian.hIan Moffett
8 dayskernel: e1000: Reset the controller before initIan Moffett
8 dayskernel: e1000: Read MAC address into `netif'Ian Moffett
8 dayskernel/amd64: Only print SIMD logs on BSP initIan Moffett
8 dayskernel: e1000: Grant NIC PCI MMIO/DMA capabilitiesIan Moffett
8 dayskernel: e1000: Use raw register VAP offsetsIan Moffett
9 dayskernel: phy: Add initial E1000 sourcesIan Moffett
9 dayskernel/amd64: Add SIMD (SSE + AVX) supportIan Moffett
9 daysbuild: Remove automatic installer warningIan Moffett
9 dayskernel: ctlfs: Do not reclaim ctlfs entriesIan Moffett
9 daysusr.bin: date: Print month and day of the weekIan Moffett
9 dayskernel/amd64: mc1468xx: Add year, month and dayIan Moffett
9 daysusr: usr.bin/time -> usr.bin/dateIan Moffett
9 daysusr.bin: mrow: Set max mouse speed at 2Ian Moffett
9 daysusr.bin: mrow: Add stdbool.h includeIan Moffett
9 daysusr.bin: mrow: Update mouse speed per hitIan Moffett
9 daysusr.bin: mrow: Log final score on exitIan Moffett
10 daysusr.bin: Add 'mrow' gameIan Moffett
10 daysusr.bin: beep: Fix payload orderIan Moffett
10 daysusr: libc: Add rand() and srand()Ian Moffett
11 dayskernel/amd64: intr: Add driver specific intr dataIan Moffett
11 dayskernel/amd64: intr: Ensure intr_hand.name has '\0'Ian Moffett
11 dayskernel/amd64: Remove unused 'intr_entry' structIan Moffett
11 dayskernel/aarch64: pmap: Handle PROT_EXEC prot flagIan Moffett
11 dayskernel/aarch64: Implement vas and map/unmap stubsIan Moffett
11 dayskernel: pmap: Add arch-shared pmap_init() routineIan Moffett
12 daysusr: libc: Add AARCH64 stubsIan Moffett
12 daysbuild: Define AARCH64 specific flags in configureIan Moffett
12 daysusr: libc: Look in src/arch/$(ARCH) for asm filesIan Moffett
12 daysbuild: Pass "CC" makevar to user makefilesIan Moffett
12 dayskernel/aarch64: Add exception code + frame fixupsIan Moffett
12 dayskernel: Add __aligned(n) attributeIan Moffett
12 dayskernel/aarch64: frame: Remove extra whitespaceIan Moffett
12 dayskernel/aarch64: Remove stray alignment directiveIan Moffett
12 dayskernel/aarch64: Implement initial vector stubsIan Moffett
12 dayskernel/aarch64: Add intr_register() stubIan Moffett
12 dayskernel/aarch64: Make stubs up to dateIan Moffett
12 dayskernel/aarch64: cdefs: Make halt macro properIan Moffett
13 daysusr: libc: Add sleep() in time.hIan Moffett
13 dayskernel: time: Introduce SYS_sleepIan Moffett
13 dayskernel: Introduce timespec structIan Moffett
14 dayskernel: Remove deprecated func declarationIan Moffett
14 dayskernel: netinet: Implement ARP reply logicIan Moffett
14 dayskernel: netinet: Simply memcpy ether_saddrIan Moffett
2025-06-16kernel: rtl: Fix up includes and remove "TODO"Ian Moffett