index
:
L5Lunos
dev
master
[L] The points have aligned [5]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libc
Age
Commit message (
Expand
)
Author
30 hours
lib: libc: Add fcntl.h header
Ian Moffett
45 hours
Fix conflicts
Ian Moffett
45 hours
lib: libc: Add SYS_open system call interface
Ian Moffett
47 hours
lib: libc: Add mount syscall interface
Ian Moffett
3 days
build: Use toolchain for user programs
Ian Moffett
8 days
libc: l5: Add query system call wrapper
Ian Moffett
9 days
libc: string: Add memset()
Ian Moffett
9 days
libc: string: Add memcpy()
Ian Moffett
9 days
libc: Add POSIX errno.h header
Ian Moffett
11 days
kern: Add initial signals work
Ian Moffett
12 days
libc: stdio: Add POSIX puts()
Ian Moffett
12 days
libc: unistd: Fix typo in header guard
Ian Moffett
12 days
libc: unistd: Add write() system call wrapper
Ian Moffett
12 days
libc: string: Add POSIX strnlen()
Ian Moffett
12 days
libc: string: Add POSIX strlen()
Ian Moffett
12 days
sys: unistd: Add standard stream file numbers
Ian Moffett
13 days
libc: Add resource border crossing interface
Ian Moffett
13 days
libc: Add ssize_t to sys/stddef.h
Ian Moffett
13 days
libc: crt: Call main function from _start
Ian Moffett
13 days
libc: Build all cfiles
Ian Moffett
13 days
libc: Add stddef.h
Ian Moffett
13 days
Merge branch 'master' into dev
Ian Moffett
13 days
libc: Add stdint.h
Ian Moffett
13 days
libc: Ensure system includes are synced
Ian Moffett
2025-09-23
usr: libc: Add libc syscall interface
Ian Moffett
2025-09-20
build: Ignore *.a files
Ian Moffett
2025-09-17
lib: Add initial libc stub
Ian Moffett