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
Age
Commit message (
Expand
)
Author
47 hours
lib: libc: Add mount syscall interface
Ian Moffett
3 days
build: Use toolchain for user programs
Ian Moffett
8 days
libwidget: Add initial window drawing + cleanups
Ian Moffett
8 days
libwidget: Set widget operations upon init
Ian Moffett
8 days
libwidget: Use bigger window defaults
Ian Moffett
8 days
libc: l5: Add query system call wrapper
Ian Moffett
8 days
libwidget: Initialize vram/fbdev pointer
Ian Moffett
8 days
libwidget: Initialize default width and height
Ian Moffett
8 days
cmd: build: Include from libc incdir
Ian Moffett
9 days
lib: Add initial libwidget skeleton
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