summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
14 daysusr.bin: beep: Fix payload orderIan Moffett
14 daysusr: libc: Add rand() and srand()Ian Moffett
2025-06-20kernel/amd64: intr: Add driver specific intr dataIan Moffett
2025-06-20kernel/amd64: intr: Ensure intr_hand.name has '\0'Ian Moffett
2025-06-20kernel/amd64: Remove unused 'intr_entry' structIan Moffett
2025-06-19kernel/aarch64: pmap: Handle PROT_EXEC prot flagIan Moffett
2025-06-19kernel/aarch64: Implement vas and map/unmap stubsIan Moffett
2025-06-19kernel: pmap: Add arch-shared pmap_init() routineIan Moffett
2025-06-19usr: libc: Add AARCH64 stubsIan Moffett
2025-06-19build: Define AARCH64 specific flags in configureIan Moffett
2025-06-19usr: libc: Look in src/arch/$(ARCH) for asm filesIan Moffett
2025-06-19build: Pass "CC" makevar to user makefilesIan Moffett
2025-06-19kernel/aarch64: Add exception code + frame fixupsIan Moffett
2025-06-19kernel: Add __aligned(n) attributeIan Moffett
2025-06-18kernel/aarch64: frame: Remove extra whitespaceIan Moffett
2025-06-18kernel/aarch64: Remove stray alignment directiveIan Moffett
2025-06-18kernel/aarch64: Implement initial vector stubsIan Moffett
2025-06-18kernel/aarch64: Add intr_register() stubIan Moffett
2025-06-18kernel/aarch64: Make stubs up to dateIan Moffett
2025-06-18kernel/aarch64: cdefs: Make halt macro properIan Moffett
2025-06-17usr: libc: Add sleep() in time.hIan Moffett
2025-06-17kernel: time: Introduce SYS_sleepIan Moffett
2025-06-17kernel: Introduce timespec structIan Moffett
2025-06-17kernel: Remove deprecated func declarationIan Moffett
2025-06-17kernel: netinet: Implement ARP reply logicIan Moffett
2025-06-17kernel: netinet: Simply memcpy ether_saddrIan Moffett
2025-06-16kernel: rtl: Fix up includes and remove "TODO"Ian Moffett
2025-06-16kernel: net: Implement IEEE 802.3 + ARP requestsIan Moffett
2025-06-16kernel: Add sys/endian.hIan Moffett
2025-06-16kernel: rtl: Expose NIC properly through if_var.hIan Moffett
2025-06-15kernel: rtl: Remove TODO comment (completed)Ian Moffett
2025-06-15kernel: rtl: Implement packet TXIan Moffett
2025-06-15usr.bin: Add beep commandIan Moffett
2025-06-15usr: libc: Add atoi()Ian Moffett
2025-06-14kernel: ahci: Wait until ready before any I/OIan Moffett
2025-06-14kernel: ahci: Don't zero allocated PAs anymoreIan Moffett
2025-06-14kernel: Prevent physmem clobbers + zero memoryIan Moffett
2025-06-13kernel: physmem: Make globals staticIan Moffett
2025-06-13project: Bump version to 2.0Ian Moffett
2025-06-13usr.bin: osh: Add builtin 'clear' commandIan Moffett
2025-06-13kernel: cons: Clear entire screen on demandIan Moffett
2025-06-13usr.bin: Add 'mex' portIan Moffett
2025-06-13usr: libc: Set argc/argv when calling main()Ian Moffett
2025-06-13kernel: spawn: Add argv + stub envp argumentsIan Moffett
2025-06-13kernel: initramfs: Ensure n->size <= sio->lenIan Moffett
2025-06-13kernel: Only free thread data on exitIan Moffett
2025-06-13kernel: exit: Don't use thread data on exitIan Moffett
2025-06-13usr: libc: Support padding of hex digitsIan Moffett
2025-06-13kernel/amd64: Return stack top after stack initIan Moffett
2025-06-13usr: libc: Add printf()Ian Moffett