summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2024-02-28kernel: vfs_cache: Fix type bugIan Moffett
2024-02-28kernel: vfs: Move mountlist_entry to vfs_cache.cIan Moffett
2024-02-28kernel: vfs: Do not leak memoryIan Moffett
2024-02-28kernel: vfs: Add more documentationIan Moffett
2024-02-28kernel: Add initial VFS implementationIan Moffett
2024-02-26kernel: Add initial ELF loader implementationIan Moffett
2024-02-26kernel: sched: Fix mistake in context switch codeIan Moffett
2024-02-26kernel: Remove tty_init() callsIan Moffett
2024-02-26kernel: sched: Fix broken preemptionsIan Moffett
2024-02-26kernel: sched: Fix PID allocation logicIan Moffett
2024-02-26kernel: sched: Create schedvar.hIan Moffett
2024-02-25kernel: Move video console codeIan Moffett
2024-02-23kernel: Add initial scheduler implementationIan Moffett
2024-02-17kernel: syslog: Add '%p'Ian Moffett
2024-02-17kernel: syslog: Add TODOIan Moffett
2024-02-14kernel: cpu: Add hint_spinwait()Ian Moffett
2024-02-14kernel: Add __TRY_CALL() macroIan Moffett
2024-02-14kernel/amd64: hpet: HPET is architecture specificIan Moffett
2024-02-11kernel: sched: Add initial sched related codeIan Moffett
2024-02-11kernel: Add machine independent CPU routinesIan Moffett
2024-01-17kernel: vm: Init virtual memory in pre_init()Ian Moffett
2024-01-17kernel: Add serial logging supportIan Moffett
2024-01-17kernel: syslog: Better abstract loggingIan Moffett
2024-01-10kernel/amd64: machdep: Add pre_init()Ian Moffett
2024-01-01project-wide: Make copyright year a rangeIan Moffett
2024-01-01project-wide: Update copyright yearIan Moffett
2023-12-21build: Update build constant OS prefixesIan Moffett
2023-12-13kernel: tty: Cleanup comment widthIan Moffett
2023-12-11kernel: init: Fixup call orderIan Moffett
2023-11-24kernel: Fixup VM header namingIan Moffett
2023-11-13project-wide: Update project namesigsegv7
2023-10-11kernel: vm: Create vm_init()sigsegv7
2023-09-27kernel: tty_subr.c -> subr_tty.csigsegv7
2023-09-20kernel: init_main: Dump timer registrysigsegv7
2023-09-20kernel: Add timer abstractionsigsegv7
2023-09-14kernel: init: Init ACPI before processorsigsegv7
2023-09-12project-wide: migrate to gitsigsegv7
2023-09-03project-wide: update project authoremilia
2023-08-19project-wide: Update author nameemilia
2023-07-28kernel: Cleanup arch abstraction layerian
2023-07-14kernel: Update build infoian
2023-07-13kernel/acpi: Add basic ACPI Init logician
2023-07-08Made a branch/0.x.x and tags/0.0.1, following the Subversion habit.nishi
2023-07-08kernel/amd64: Abstract architecture specificsian
2023-07-07should be working, should benishi