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
/
os
Age
Commit message (
Expand
)
Author
3 days
kern: os: Add copyinstr()
Ian Moffett
3 days
kern: ns: Increment object count upon entry
Ian Moffett
8 days
kern: Add initial pirho compiler sources
Ian Moffett
8 days
kern: vfs: Return vnode result in namei()
Ian Moffett
9 days
kern: init: Initialize namespaces before modules
Ian Moffett
9 days
kern: ns: Extract true object data from entry
Ian Moffett
9 days
kern: Add initial object namespace sources
Ian Moffett
10 days
kern: Add safe copyin() and copyout()
Ian Moffett
10 days
build: Use clang during early state
Ian Moffett
11 days
kern: proc: Don't acquire maplist lock during init
Ian Moffett
11 days
kern: fs: Add initial devfs implementation
Ian Moffett
11 days
kern: namei: Fallback to path parse if lookup fail
Ian Moffett
11 days
kern: Add initial signals work
Ian Moffett
11 days
kern: proc: Protect mapping list with spinlock
Ian Moffett
12 days
kernel: filedesc: Allocate standard streams
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: omar: Implement image-like lookup VOP
Ian Moffett
2025-09-21
kern: Mount root filesystem in vfs_init()
Ian Moffett
2025-09-21
kern: vfs: Add support for image-like paths
Ian Moffett
2025-09-21
kern: vfs: Add lookup by name helper
Ian Moffett
2025-09-21
kern: Introduce clock device framework
Ian Moffett
2025-09-20
kern: Initialize ACPI before cpu_conf() call
Ian Moffett
2025-09-20
kern: syscall: Add initial write(2) stub
Ian Moffett
2025-09-20
kern: proc: Add address checking routine
Ian Moffett
2025-09-20
kern: proc: Move sys_exit() to sys/compat/unix/*
Ian Moffett
2025-09-19
kern: proc: Keep track of mapped areas with ranges
Ian Moffett
2025-09-19
kern: init: Initialize generic drivers
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
kernel: vfs: Handle root path in vfs_cmt_cnt()
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
build: Allow each subsystem to have their own conf
Ian Moffett
2025-09-18
kern: Bump L5 version to v0.0.2
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
kern: init: Add copyright
Ian Moffett
2025-09-17
kern/amd64: proc: Add proc_kill() routine
Ian Moffett
2025-09-17
kern: init: Load /usr/sbin/init after boot
Ian Moffett
2025-09-17
kern: sched: Write proc result in sched_deq()
Ian Moffett
2025-09-17
kern/amd64: cpu: Add process load balancing
Ian Moffett
2025-09-17
kern: init: Add L5 bootup logo
Ian Moffett
2025-09-17
kern: Make memmap dump configurable via kconf
Ian Moffett
2025-09-16
kernel: elf: Load ELFs into memory
Ian Moffett
2025-09-16
kernel: elf: Use memcpy() and remove memset() call
Ian Moffett
[next]