summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
35 hoursusr.bin: mrow: Log final score on exitIan Moffett
36 hoursusr.bin: Add 'mrow' gameIan Moffett
36 hoursusr.bin: beep: Fix payload orderIan Moffett
36 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
5 daysusr: libc: Add sleep() in time.hIan Moffett
5 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
7 daysusr: libc: Add atoi()Ian Moffett
8 dayskernel: ahci: Wait until ready before any I/OIan Moffett
9 dayskernel: ahci: Don't zero allocated PAs anymoreIan Moffett
9 dayskernel: Prevent physmem clobbers + zero memoryIan Moffett
9 dayskernel: physmem: Make globals staticIan Moffett
9 daysproject: Bump version to 2.0Ian Moffett
9 daysusr.bin: osh: Add builtin 'clear' commandIan Moffett
9 dayskernel: cons: Clear entire screen on demandIan Moffett
9 daysusr.bin: Add 'mex' portIan Moffett
9 daysusr: libc: Set argc/argv when calling main()Ian Moffett
9 dayskernel: spawn: Add argv + stub envp argumentsIan Moffett
9 dayskernel: initramfs: Ensure n->size <= sio->lenIan Moffett
9 dayskernel: Only free thread data on exitIan Moffett
9 dayskernel: exit: Don't use thread data on exitIan Moffett
9 daysusr: libc: Support padding of hex digitsIan Moffett