summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
3 hourskern/amd64: io: Add initial PCI CAM driverdevIan Moffett
5 hoursdocs: readme: Add OMAR and loader to "progress"Ian Moffett
5 hoursdocs: readme: Add goals sectionIan Moffett
5 hoursdocs: Add syscall updates to readme progressIan Moffett
6 hourskern/amd64: syscall: Use current platform latchIan Moffett
7 hourskern/amd64: Implement syscall domains and windowsIan Moffett
9 hourskern: Add syscall entry and SYS_exit syscallIan Moffett
9 hourssys: proc: Wrap structures in _KERNEL guardIan Moffett
10 hourskern: init: Add copyrightIan Moffett
10 hourskern/amd64: proc: Add proc_kill() routineIan Moffett
10 hourskern: init: Load /usr/sbin/init after bootIan Moffett
10 hoursbuild: 'cmd/test' -> 'cmd/init'Ian Moffett
11 hourskern/amd64: mmu: Add mmu_free_vas() to cleanup VASIan Moffett
11 hourssys: proc: Add docs for extra proc fieldsIan Moffett
11 hourscmd: test: Use and link with libc stubIan Moffett
11 hourslib: Add initial libc stubIan Moffett
12 hoursbuild: Add user.mkIan Moffett
13 hoursdocs: Add build instructionsIan Moffett
13 hourskern/amd64: proc: Add initial context switch logicIan Moffett
13 hourskern: sched: Write proc result in sched_deq()Ian Moffett
13 hoursbuild: Add test program to src/cmd/Ian Moffett
25 hourskern/amd64: cpu: Add process load balancingIan Moffett
25 hourskernel/amd64: mp: Use NULL instead of wrappingIan Moffett
26 hourssys: cpuvar: Mark machine dependent routines as MDIan Moffett
27 hourskern: init: Add L5 bootup logoIan Moffett
27 hourskern: Make memmap dump configurable via kconfIan Moffett
27 hourskern/amd64: mp: Add cpu_get() routineIan Moffett
27 hoursbuild: Create sysroot on bootstrapIan Moffett
27 hourskern/amd64: mp: Use zero-based index in corelistIan Moffett
29 hourskern/amd64: mdcpu: Document GDT fields in mdcoreIan Moffett
29 hourskern/amd64: cpu: Make GDT per-cpu to match TSSIan Moffett
29 hourskern/amd64: proc: Do not kick proc in md_set_ip()Ian Moffett
29 hourskern/amd64: tss: Fix stack allocation sizeIan Moffett
29 hourskern/amd64: cpu: Initialize platform before LAPICIan Moffett
31 hourstools: Add script to get hardware documentationIan Moffett
31 hoursMerge branch 'dev'Ian Moffett
31 hoursreamde: Add creditIan Moffett
31 hoursreadme: Fix typoIan Moffett
31 hourskern: proc: Add initialization code for ring 3Ian Moffett
31 hoursreamde: Add creditIan Moffett
32 hoursreadme: Fix typoIan Moffett
32 hourskern: proc: Add initialization code for ring 3Ian Moffett
32 hourskernel: elf: Load ELFs into memoryIan Moffett
32 hourskernel: elf: Use memcpy() and remove memset() callIan Moffett
32 hourskern: elf: Fix frame calcs + style cleanupIan Moffett
32 hourskern: elf: Default to PROT_READ | PROT_USERIan Moffett
32 hourskern: elf: Don't load blank program headersIan Moffett
32 hourskern/amd64: Add 'curproc' field to 'pcore'Ian Moffett
32 hourskern/amd64: proc: Store trapframe in PCBIan Moffett
32 hourskern/amd64: mmu: Condence update into one line + fixIan Moffett