summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
15 hourskern: init: Add copyrightIan Moffett
16 hourskern/amd64: proc: Add proc_kill() routineIan Moffett
16 hourskern: init: Load /usr/sbin/init after bootIan Moffett
16 hoursbuild: 'cmd/test' -> 'cmd/init'Ian Moffett
16 hourskern/amd64: mmu: Add mmu_free_vas() to cleanup VASIan Moffett
16 hourssys: proc: Add docs for extra proc fieldsIan Moffett
17 hourscmd: test: Use and link with libc stubIan Moffett
17 hourslib: Add initial libc stubIan Moffett
17 hoursbuild: Add user.mkIan Moffett
19 hoursdocs: Add build instructionsIan Moffett
19 hourskern/amd64: proc: Add initial context switch logicIan Moffett
19 hourskern: sched: Write proc result in sched_deq()Ian Moffett
19 hoursbuild: Add test program to src/cmd/Ian Moffett
31 hourskern/amd64: cpu: Add process load balancingIan Moffett
31 hourskernel/amd64: mp: Use NULL instead of wrappingIan Moffett
31 hourssys: cpuvar: Mark machine dependent routines as MDIan Moffett
32 hourskern: init: Add L5 bootup logoIan Moffett
32 hourskern: Make memmap dump configurable via kconfIan Moffett
33 hourskern/amd64: mp: Add cpu_get() routineIan Moffett
33 hoursbuild: Create sysroot on bootstrapIan Moffett
33 hourskern/amd64: mp: Use zero-based index in corelistIan Moffett
34 hourskern/amd64: mdcpu: Document GDT fields in mdcoreIan Moffett
34 hourskern/amd64: cpu: Make GDT per-cpu to match TSSIan Moffett
34 hourskern/amd64: proc: Do not kick proc in md_set_ip()Ian Moffett
35 hourskern/amd64: tss: Fix stack allocation sizeIan Moffett
35 hourskern/amd64: cpu: Initialize platform before LAPICIan Moffett
36 hourstools: Add script to get hardware documentationIan Moffett
36 hoursMerge branch 'dev'Ian Moffett
36 hourskern: proc: Add initialization code for ring 3Ian Moffett
37 hourskern: proc: Add initialization code for ring 3Ian 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
37 hourskern/amd64: Add 'curproc' field to 'pcore'Ian Moffett
37 hourskern/amd64: proc: Store trapframe in PCBIan Moffett
37 hourskern/amd64: mmu: Condence update into one line + fixIan Moffett
41 hourskern: vm: Implement lazy allocation for vm_map()Ian Moffett
41 hourskern/amd64: mmu: Add routine to switch VASIan Moffett
42 hourskern/amd65: mmu: Do not pass virtual address overIan Moffett
43 hourskern: Add initial ELF loader sourcesIan Moffett
43 hourssys: Add sys/elf.hIan Moffett
2 dayskern: proc: Add initial proc init + PCB codeIan Moffett
2 dayskern/amd64: mmu: Add mmu_new_vas() routineIan Moffett
2 dayssys: Add sys/atomic.hIan Moffett
2 dayssys: mman: Add PROT_USER flagIan Moffett
2 dayskern: os: Introduce support for OMAR initramfsIan Moffett
2 dayskern: vm_map: Add guard pages at end of mappingsIan Moffett
3 dayskern: vm: Add MI vm_map() functionIan Moffett