summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
18 hourskernel: e1000: Reset the controller before initIan Moffett
18 hourskernel: e1000: Read MAC address into `netif'Ian Moffett
18 hourskernel/amd64: Only print SIMD logs on BSP initIan Moffett
18 hourskernel: e1000: Grant NIC PCI MMIO/DMA capabilitiesIan Moffett
19 hourskernel: e1000: Use raw register VAP offsetsIan Moffett
21 hourskernel: phy: Add initial E1000 sourcesmainIan Moffett
21 hourskernel/amd64: Add SIMD (SSE + AVX) supportIan Moffett
30 hoursbuild: Remove automatic installer warningIan Moffett
30 hourskernel: ctlfs: Do not reclaim ctlfs entriesIan Moffett
31 hoursusr.bin: date: Print month and day of the weekIan Moffett
31 hourskernel/amd64: mc1468xx: Add year, month and dayIan Moffett
31 hoursusr: usr.bin/time -> usr.bin/dateIan Moffett
31 hoursusr.bin: mrow: Set max mouse speed at 2Ian Moffett
41 hoursusr.bin: mrow: Add stdbool.h includeIan Moffett
42 hoursusr.bin: mrow: Update mouse speed per hitIan Moffett
42 hoursusr.bin: mrow: Log final score on exitIan Moffett
43 hoursusr.bin: Add 'mrow' gameIan Moffett
43 hoursusr.bin: beep: Fix payload orderIan Moffett
43 hoursusr: libc: Add rand() and srand()Ian Moffett
3 dayskernel/amd64: intr: Add driver specific intr dataIan Moffett
3 dayskernel/amd64: intr: Ensure intr_hand.name has '\0'Ian Moffett
3 dayskernel/amd64: Remove unused 'intr_entry' structIan Moffett
3 dayskernel/aarch64: pmap: Handle PROT_EXEC prot flagIan Moffett
3 dayskernel/aarch64: Implement vas and map/unmap stubsIan Moffett
3 dayskernel: pmap: Add arch-shared pmap_init() routineIan Moffett
4 daysusr: libc: Add AARCH64 stubsIan Moffett
4 daysbuild: Define AARCH64 specific flags in configureIan Moffett
4 daysusr: libc: Look in src/arch/$(ARCH) for asm filesIan Moffett
4 daysbuild: Pass "CC" makevar to user makefilesIan Moffett
4 dayskernel/aarch64: Add exception code + frame fixupsIan Moffett
4 dayskernel: Add __aligned(n) attributeIan Moffett
4 dayskernel/aarch64: frame: Remove extra whitespaceIan Moffett
4 dayskernel/aarch64: Remove stray alignment directiveIan Moffett
4 dayskernel/aarch64: Implement initial vector stubsIan Moffett
4 dayskernel/aarch64: Add intr_register() stubIan Moffett
4 dayskernel/aarch64: Make stubs up to dateIan Moffett
4 dayskernel/aarch64: cdefs: Make halt macro properIan Moffett
6 daysusr: libc: Add sleep() in time.hIan Moffett
6 dayskernel: time: Introduce SYS_sleepIan Moffett
6 dayskernel: Introduce timespec structIan Moffett
6 dayskernel: Remove deprecated func declarationIan Moffett
6 dayskernel: netinet: Implement ARP reply logicIan Moffett
6 dayskernel: netinet: Simply memcpy ether_saddrIan Moffett
7 dayskernel: rtl: Fix up includes and remove "TODO"Ian Moffett
7 dayskernel: net: Implement IEEE 802.3 + ARP requestsIan Moffett
7 dayskernel: Add sys/endian.hIan Moffett
7 dayskernel: rtl: Expose NIC properly through if_var.hIan Moffett
7 dayskernel: rtl: Remove TODO comment (completed)Ian Moffett
7 dayskernel: rtl: Implement packet TXIan Moffett
7 daysusr.bin: Add beep commandIan Moffett