summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
8 dayskernel/aarch64: Implement vas and map/unmap stubsIan Moffett
8 dayskernel: pmap: Add arch-shared pmap_init() routineIan Moffett
9 daysusr: libc: Add AARCH64 stubsIan Moffett
9 daysbuild: Define AARCH64 specific flags in configureIan Moffett
9 daysusr: libc: Look in src/arch/$(ARCH) for asm filesIan Moffett
9 daysbuild: Pass "CC" makevar to user makefilesIan Moffett
9 dayskernel/aarch64: Add exception code + frame fixupsIan Moffett
9 dayskernel: Add __aligned(n) attributeIan Moffett
9 dayskernel/aarch64: frame: Remove extra whitespaceIan Moffett
9 dayskernel/aarch64: Remove stray alignment directiveIan Moffett
9 dayskernel/aarch64: Implement initial vector stubsIan Moffett
9 dayskernel/aarch64: Add intr_register() stubIan Moffett
9 dayskernel/aarch64: Make stubs up to dateIan Moffett
9 dayskernel/aarch64: cdefs: Make halt macro properIan Moffett
11 daysusr: libc: Add sleep() in time.hIan Moffett
11 dayskernel: time: Introduce SYS_sleepIan Moffett
11 dayskernel: Introduce timespec structIan Moffett
11 dayskernel: Remove deprecated func declarationIan Moffett
11 dayskernel: netinet: Implement ARP reply logicIan Moffett
11 dayskernel: netinet: Simply memcpy ether_saddrIan Moffett
12 dayskernel: rtl: Fix up includes and remove "TODO"Ian Moffett
12 dayskernel: net: Implement IEEE 802.3 + ARP requestsIan Moffett
12 dayskernel: Add sys/endian.hIan Moffett
12 dayskernel: rtl: Expose NIC properly through if_var.hIan Moffett
12 dayskernel: rtl: Remove TODO comment (completed)Ian Moffett
12 dayskernel: rtl: Implement packet TXIan Moffett
12 daysusr.bin: Add beep commandIan Moffett
12 daysusr: libc: Add atoi()Ian Moffett
13 dayskernel: ahci: Wait until ready before any I/OIan Moffett
14 dayskernel: ahci: Don't zero allocated PAs anymoreIan Moffett
14 dayskernel: Prevent physmem clobbers + zero memoryIan Moffett
14 dayskernel: physmem: Make globals staticIan Moffett
14 daysproject: Bump version to 2.0Ian Moffett
14 daysusr.bin: osh: Add builtin 'clear' commandIan Moffett
14 dayskernel: cons: Clear entire screen on demandIan Moffett
14 daysusr.bin: Add 'mex' portIan Moffett
14 daysusr: libc: Set argc/argv when calling main()Ian Moffett
14 dayskernel: spawn: Add argv + stub envp argumentsIan Moffett
14 dayskernel: initramfs: Ensure n->size <= sio->lenIan Moffett
14 dayskernel: Only free thread data on exitIan Moffett
14 dayskernel: exit: Don't use thread data on exitIan Moffett
14 daysusr: libc: Support padding of hex digitsIan Moffett
14 dayskernel/amd64: Return stack top after stack initIan Moffett
14 daysusr: libc: Add printf()Ian Moffett
2025-06-12kernel: elf: Ensure loadmap is zeroredIan Moffett
2025-06-12kernel: pci: Add support for PCI ExpressIan Moffett
2025-06-11kernel: lib: Reset pad_width to 0 in vsnprintf()Ian Moffett
2025-06-11kernel: pci: Add 'cam_hook' structure for PCI I/OIan Moffett
2025-06-11project: Bump version to 1.9Ian Moffett
2025-06-11kernel: Deprecate kern_instl for /usr/sbin/installIan Moffett