index
:
L5Lunos
dev
master
[L] The points have aligned [5]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sys
/
include
Age
Commit message (
Expand
)
Author
2025-09-19
kern/amd64: proc: Add proc_self()
Ian Moffett
2025-09-19
kern: pci: Implement PCI leaf drivers + AHCI stub
Ian Moffett
2025-09-19
kern: Add '.modules' section to kernel binary
Ian Moffett
2025-09-19
kernel: pci: Add PCI lookup routine
Ian Moffett
2025-09-19
kern: pci: Add 'class' and 'subclass' to device
Ian Moffett
2025-09-19
kern: vfs: Add namei() prototype function
Ian Moffett
2025-09-19
kern: vfs: Add mountpoint lookup helper
Ian Moffett
2025-09-19
kernel: vfs: Add initial mount code + mount initrd
Ian Moffett
2025-09-19
kernel: mount: Add mountpoint allocation
Ian Moffett
2025-09-19
kern: vfs: Add path component counter
Ian Moffett
2025-09-18
kern: vfs: Add initial vfsops, and mount code
Ian Moffett
2025-09-18
kern: vfs: Add vnode allocation / release routines
Ian Moffett
2025-09-18
kern: vfs: Add initial vnode definitions
Ian Moffett
2025-09-18
kern: pci: Implement device list as TAILQ
Ian Moffett
2025-09-18
kern: Bump L5 version to v0.0.2
Ian Moffett
2025-09-18
kern: pci: Add initial bus enumeration
Ian Moffett
2025-09-18
kern: io: Add initial PCI CAM driver
Ian Moffett
2025-09-17
kern/amd64: Implement syscall domains and windows
Ian Moffett
2025-09-17
kern: Add syscall entry and SYS_exit syscall
Ian Moffett
2025-09-17
sys: proc: Wrap structures in _KERNEL guard
Ian Moffett
2025-09-17
kern/amd64: proc: Add proc_kill() routine
Ian Moffett
2025-09-17
kern/amd64: mmu: Add mmu_free_vas() to cleanup VAS
Ian Moffett
2025-09-17
sys: proc: Add docs for extra proc fields
Ian Moffett
2025-09-17
kern/amd64: proc: Add initial context switch logic
Ian Moffett
2025-09-17
kern/amd64: cpu: Add process load balancing
Ian Moffett
2025-09-17
sys: cpuvar: Mark machine dependent routines as MD
Ian Moffett
2025-09-17
kern: init: Add L5 bootup logo
Ian Moffett
2025-09-17
kern/amd64: mp: Add cpu_get() routine
Ian Moffett
2025-09-16
kern/amd64: mdcpu: Document GDT fields in mdcore
Ian Moffett
2025-09-16
kern/amd64: cpu: Make GDT per-cpu to match TSS
Ian Moffett
2025-09-16
kern: proc: Add initialization code for ring 3
Ian Moffett
2025-09-16
kern/amd64: Add 'curproc' field to 'pcore'
Ian Moffett
2025-09-16
kern/amd64: proc: Store trapframe in PCB
Ian Moffett
2025-09-16
kern: vm: Implement lazy allocation for vm_map()
Ian Moffett
2025-09-16
kern/amd64: mmu: Add routine to switch VAS
Ian Moffett
2025-09-16
kern: Add initial ELF loader sources
Ian Moffett
2025-09-16
sys: Add sys/elf.h
Ian Moffett
2025-09-16
kern: proc: Add initial proc init + PCB code
Ian Moffett
2025-09-16
kern/amd64: mmu: Add mmu_new_vas() routine
Ian Moffett
2025-09-16
sys: Add sys/atomic.h
Ian Moffett
2025-09-15
sys: mman: Add PROT_USER flag
Ian Moffett
2025-09-15
kern: os: Introduce support for OMAR initramfs
Ian Moffett
2025-09-15
kern: vm: Add MI vm_map() function
Ian Moffett
2025-09-15
kern/amd64: cpu: Add initial SMP startup code
Ian Moffett
2025-09-15
sys: limits: Add CPU_MAX limit
Ian Moffett
2025-09-15
kern: Add initial scheduler skeleton
Ian Moffett
2025-09-15
sys: Add sys/queue.h
Ian Moffett
2025-09-15
kern/amd64: lapic: Add LAPIC timer support
Ian Moffett
2025-09-15
kern/amd64: intel: Add i8254 PIT driver
Ian Moffett
2025-09-15
kernel/amd64: Add task state segment logic
Ian Moffett
[next]