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
/
os
Age
Commit message (
Expand
)
Author
6 days
np: codegen: Deprecate AST in favor of stackgen
Ian Moffett
7 days
np: parse: Allocate new PIIR stack into work desc
Ian Moffett
7 days
np: parse: Create proc AST, handle end/begin, ...
Ian Moffett
7 days
np: parse: Add AST structure and initial logic
Ian Moffett
7 days
np: init: Keep track of objects with PTRBOX
Ian Moffett
8 days
np: lex: Cache last char during parse
Ian Moffett
8 days
kern: Add initial pirho compiler sources
Ian Moffett
8 days
kern: os: Document the mac_border structure
Ian Moffett
9 days
kern: ns: Include nsvar.h in os/ns.h
Ian Moffett
9 days
kern: ns: Remove unused length field
Ian Moffett
9 days
kern: Add initial object namespace sources
Ian Moffett
10 days
kern: Add safe copyin() and copyout()
Ian Moffett
11 days
kern: Add initial signals work
Ian Moffett
12 days
kernel: filedesc: Allocate standard streams
Ian Moffett
13 days
libc: Add resource border crossing interface
Ian Moffett
13 days
kern: mac: Make mac_map() return ssize_t
Ian Moffett
2025-09-23
kern: security: Add initial support for MAC
Ian Moffett
2025-09-21
kern: vnode: Add filesystem specific data to vnode
Ian Moffett
2025-09-21
sys: vnode: "driver" -> "filesystem"
Ian Moffett
2025-09-21
kern: vfs: Add lookup by name helper
Ian Moffett
2025-09-21
kern: clkdev: Add callback to get elapsed time
Ian Moffett
2025-09-21
kern: Introduce clock device framework
Ian Moffett
2025-09-20
kern: syscall: Add initial write(2) stub
Ian Moffett
2025-09-20
kern: pci: Add bus framework and PCI BAR mapper
Ian Moffett
2025-09-19
kern: Add '.modules' section to kernel binary
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-17
kern/amd64: proc: Add initial context switch logic
Ian Moffett
2025-09-16
kern: Add initial ELF loader sources
Ian Moffett
2025-09-15
kern: os: Introduce support for OMAR initramfs
Ian Moffett
2025-09-15
kern: Add initial scheduler skeleton
Ian Moffett
2025-09-15
kern: Add sys/mmio.h
Ian Moffett
2025-09-15
kern: os: Add initial kalloc subsystem
Ian Moffett
2025-09-15
kern: os: Add assert.h
Ian Moffett
2025-09-13
os: Add spinlock support
Ian Moffett