summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
3 dayskernel: Fix base-16 style in endian.hIan Moffett
4 dayskernel: e1000: Reset the controller before initIan Moffett
4 dayskernel: e1000: Read MAC address into `netif'Ian Moffett
4 dayskernel/amd64: Only print SIMD logs on BSP initIan Moffett
4 dayskernel: e1000: Grant NIC PCI MMIO/DMA capabilitiesIan Moffett
4 dayskernel: e1000: Use raw register VAP offsetsIan Moffett
4 dayskernel: phy: Add initial E1000 sourcesIan Moffett
4 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
5 daysusr.bin: mrow: Add stdbool.h includeIan Moffett
5 daysusr.bin: mrow: Update mouse speed per hitIan Moffett
5 daysusr.bin: mrow: Log final score on exitIan Moffett
5 daysusr.bin: Add 'mrow' gameIan Moffett
5 daysusr.bin: beep: Fix payload orderIan Moffett
5 daysusr: libc: Add rand() and srand()Ian Moffett
6 dayskernel/amd64: intr: Add driver specific intr dataIan Moffett
6 dayskernel/amd64: intr: Ensure intr_hand.name has '\0'Ian Moffett
6 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
7 daysusr: libc: Add AARCH64 stubsIan Moffett
7 daysbuild: Define AARCH64 specific flags in configureIan Moffett
7 daysusr: libc: Look in src/arch/$(ARCH) for asm filesIan Moffett
7 daysbuild: Pass "CC" makevar to user makefilesIan Moffett
7 dayskernel/aarch64: Add exception code + frame fixupsIan Moffett
7 dayskernel: Add __aligned(n) attributeIan Moffett
7 dayskernel/aarch64: frame: Remove extra whitespaceIan Moffett
7 dayskernel/aarch64: Remove stray alignment directiveIan Moffett
7 dayskernel/aarch64: Implement initial vector stubsIan Moffett
7 dayskernel/aarch64: Add intr_register() stubIan Moffett
7 dayskernel/aarch64: Make stubs up to dateIan Moffett
7 dayskernel/aarch64: cdefs: Make halt macro properIan Moffett
9 daysusr: libc: Add sleep() in time.hIan Moffett
9 dayskernel: time: Introduce SYS_sleepIan Moffett
9 dayskernel: Introduce timespec structIan Moffett
9 dayskernel: Remove deprecated func declarationIan Moffett
9 dayskernel: netinet: Implement ARP reply logicIan Moffett
9 dayskernel: netinet: Simply memcpy ether_saddrIan Moffett
10 dayskernel: rtl: Fix up includes and remove "TODO"Ian Moffett
10 dayskernel: net: Implement IEEE 802.3 + ARP requestsIan Moffett
10 dayskernel: Add sys/endian.hIan Moffett
10 dayskernel: rtl: Expose NIC properly through if_var.hIan Moffett
10 dayskernel: rtl: Remove TODO comment (completed)Ian Moffett
10 dayskernel: rtl: Implement packet TXIan Moffett