summaryrefslogtreecommitdiff
path: root/src/sys/os
AgeCommit message (Expand)Author
12 hourskern/amd64: Implement syscall domains and windowsIan Moffett
14 hourskern: Add syscall entry and SYS_exit syscallIan Moffett
15 hourskern: init: Add copyrightIan Moffett
15 hourskern/amd64: proc: Add proc_kill() routineIan Moffett
15 hourskern: init: Load /usr/sbin/init after bootIan Moffett
18 hourskern: sched: Write proc result in sched_deq()Ian Moffett
30 hourskern/amd64: cpu: Add process load balancingIan Moffett
32 hourskern: init: Add L5 bootup logoIan Moffett
32 hourskern: Make memmap dump configurable via kconfIan Moffett
37 hourskernel: elf: Load ELFs into memoryIan Moffett
37 hourskernel: elf: Use memcpy() and remove memset() callIan Moffett
37 hourskern: elf: Fix frame calcs + style cleanupIan Moffett
37 hourskern: elf: Default to PROT_READ | PROT_USERIan Moffett
37 hourskern: elf: Don't load blank program headersIan Moffett
42 hourskern: Add initial ELF loader sourcesIan Moffett
2 dayskern: proc: Add initial proc init + PCB codeIan Moffett
2 dayskern: os: Introduce support for OMAR initramfsIan Moffett
3 dayskern/amd64: cpu: Add initial SMP startup codeIan Moffett
3 dayskern: Add initial scheduler skeletonIan Moffett
3 dayskernel/amd64: Add task state segment logicIan Moffett
3 dayskern: os_init: Move boot message at topIan Moffett
3 dayskern: Initialize ACPI early on during bootIan Moffett
3 dayskern: Add initial ACPI implIan Moffett
3 dayskern: os_init: Initialize console earlier onIan Moffett
3 dayskern: cons: Finish string writing logicIan Moffett
3 dayskern: io: Implement initial console logicIan Moffett
3 dayskern: os: Add initial kalloc subsystemIan Moffett
4 daysproject: Correct copyright authorIan Moffett
4 daysos: vm: Add physical memory managerIan Moffett
4 daysos: Add early boot messageIan Moffett
4 daysbuild: Do not have per subsystem libsIan Moffett
4 daysos: boot: Add boot variable informationIan Moffett
4 daysos: init: Panic at end of kernelIan Moffett
4 daysos: Add syslog loggingIan Moffett
4 daysos: Add spinlock supportIan Moffett
4 daysos: kern_init -> os_init.cIan Moffett
4 dayskern/amd64: cpu: Initialize GDTIan Moffett
4 daysbuild: TARGET -> TARGET_LIBIan Moffett
5 daysproject: 'kern' -> 'os'Ian Moffett