index
:
L5Lunos
dev
master
[L] The points have aligned [5]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
10 hours
kern/amd64: syscall: Use current platform latch
Ian Moffett
11 hours
kern/amd64: Implement syscall domains and windows
Ian Moffett
13 hours
kern: Add syscall entry and SYS_exit syscall
Ian Moffett
13 hours
sys: proc: Wrap structures in _KERNEL guard
Ian Moffett
14 hours
kern: init: Add copyright
Ian Moffett
14 hours
kern/amd64: proc: Add proc_kill() routine
Ian Moffett
14 hours
kern: init: Load /usr/sbin/init after boot
Ian Moffett
14 hours
build: 'cmd/test' -> 'cmd/init'
Ian Moffett
14 hours
kern/amd64: mmu: Add mmu_free_vas() to cleanup VAS
Ian Moffett
15 hours
sys: proc: Add docs for extra proc fields
Ian Moffett
15 hours
cmd: test: Use and link with libc stub
Ian Moffett
15 hours
lib: Add initial libc stub
Ian Moffett
16 hours
build: Add user.mk
Ian Moffett
17 hours
docs: Add build instructions
Ian Moffett
17 hours
kern/amd64: proc: Add initial context switch logic
Ian Moffett
17 hours
kern: sched: Write proc result in sched_deq()
Ian Moffett
17 hours
build: Add test program to src/cmd/
Ian Moffett
29 hours
kern/amd64: cpu: Add process load balancing
Ian Moffett
29 hours
kernel/amd64: mp: Use NULL instead of wrapping
Ian Moffett
29 hours
sys: cpuvar: Mark machine dependent routines as MD
Ian Moffett
30 hours
kern: init: Add L5 bootup logo
Ian Moffett
30 hours
kern: Make memmap dump configurable via kconf
Ian Moffett
31 hours
kern/amd64: mp: Add cpu_get() routine
Ian Moffett
31 hours
build: Create sysroot on bootstrap
Ian Moffett
31 hours
kern/amd64: mp: Use zero-based index in corelist
Ian Moffett
33 hours
kern/amd64: mdcpu: Document GDT fields in mdcore
Ian Moffett
33 hours
kern/amd64: cpu: Make GDT per-cpu to match TSS
Ian Moffett
33 hours
kern/amd64: proc: Do not kick proc in md_set_ip()
Ian Moffett
33 hours
kern/amd64: tss: Fix stack allocation size
Ian Moffett
33 hours
kern/amd64: cpu: Initialize platform before LAPIC
Ian Moffett
34 hours
tools: Add script to get hardware documentation
Ian Moffett
34 hours
Merge branch 'dev'
Ian Moffett
35 hours
kern: proc: Add initialization code for ring 3
Ian Moffett
35 hours
kern: proc: Add initialization code for ring 3
Ian Moffett
35 hours
kernel: elf: Load ELFs into memory
Ian Moffett
35 hours
kernel: elf: Use memcpy() and remove memset() call
Ian Moffett
35 hours
kern: elf: Fix frame calcs + style cleanup
Ian Moffett
35 hours
kern: elf: Default to PROT_READ | PROT_USER
Ian Moffett
35 hours
kern: elf: Don't load blank program headers
Ian Moffett
36 hours
kern/amd64: Add 'curproc' field to 'pcore'
Ian Moffett
36 hours
kern/amd64: proc: Store trapframe in PCB
Ian Moffett
36 hours
kern/amd64: mmu: Condence update into one line + fix
Ian Moffett
39 hours
kern: vm: Implement lazy allocation for vm_map()
Ian Moffett
40 hours
kern/amd64: mmu: Add routine to switch VAS
Ian Moffett
40 hours
kern/amd65: mmu: Do not pass virtual address over
Ian Moffett
41 hours
kern: Add initial ELF loader sources
Ian Moffett
41 hours
sys: Add sys/elf.h
Ian Moffett
2 days
kern: proc: Add initial proc init + PCB code
Ian Moffett
2 days
kern/amd64: mmu: Add mmu_new_vas() routine
Ian Moffett
2 days
sys: Add sys/atomic.h
Ian Moffett
[next]