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
24 hours
kern: filedes: Fix erroneous sizeof()
Ian Moffett
24 hours
kern: filedes: Add missing whitespace
Ian Moffett
24 hours
kern: filedes: Ignore unitialized vnodes
Ian Moffett
24 hours
kern: vfs: Add write vop to vnodes
Ian Moffett
27 hours
kern: os: Verify access semantics in fd_write()
Ian Moffett
27 hours
kern: filedes: Duplicate FDs for standard streams
Ian Moffett
27 hours
kern: filedes: Save the mode in fd_open()
Ian Moffett
27 hours
os: vnode: Add refcounts to vnodes
Ian Moffett
42 hours
Fix conflicts
Ian Moffett
42 hours
kern: filedes: Add SYS_open system call
Ian Moffett
43 hours
kern: filedesc: Add fd_open() function
Ian Moffett
44 hours
kern: Add /dev/null
Ian Moffett
46 hours
kern: syscall: Add SYS_mount syscall
Ian Moffett
3 days
kern: syscall: Add initial SYS_spawn syscall
Ian Moffett
3 days
kern: proc: Add initial spawn function
Ian Moffett
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
[next]