index
:
L5
dev
master
An operating system for control systems
Ian Moffett <ian@osmora.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
Age
Commit message (
Expand
)
Author
44 hours
libc: Add __libc_init as well as cmdline arguments
Ian Moffett
3 days
libc: Add SYS_wait syscall interface
Ian Moffett
4 days
kern: reboot: Add reboot system call
Ian Moffett
4 days
libc: stdio: Add snprintf() decl
Ian Moffett
5 days
libc: stdio: Add vsnprintf() and printf() impl
Ian Moffett
5 days
libc: string: Add itoa() implementation
Ian Moffett
5 days
libc: Add stdarg.h
Ian Moffett
6 days
libc: crt: Exit after main routine
Ian Moffett
6 days
kern: proc: Add initial penv block support
Ian Moffett
6 days
libc: l5: Add spawn() syscall interface
Ian Moffett
6 days
libc: string: Add strcmp()
Ian Moffett
7 days
libc: Add ctype.h
Ian Moffett
7 days
libc: iotap: Add I/O tap syscall interface
Ian Moffett
8 days
libc: build: Clean all objects on `make clean'
Ian Moffett
8 days
libc: build: Build musl-math port
Ian Moffett
8 days
libc: Add musl math port
Ian Moffett
8 days
libc: Add fenv.h
Ian Moffett
8 days
libc: stdint: Add signed integer types
Ian Moffett
8 days
libc: stdint: Add missing _HAVE_UINT64_T
Ian Moffett
9 days
lib: libc: Add fcntl.h header
Ian Moffett
10 days
Fix conflicts
Ian Moffett
10 days
lib: libc: Add SYS_open system call interface
Ian Moffett
10 days
lib: libc: Add mount syscall interface
Ian Moffett
11 days
build: Use toolchain for user programs
Ian Moffett
2025-09-30
libwidget: Add initial window drawing + cleanups
Ian Moffett
2025-09-30
libwidget: Set widget operations upon init
Ian Moffett
2025-09-30
libwidget: Use bigger window defaults
Ian Moffett
2025-09-30
libc: l5: Add query system call wrapper
Ian Moffett
2025-09-30
libwidget: Initialize vram/fbdev pointer
Ian Moffett
2025-09-30
libwidget: Initialize default width and height
Ian Moffett
2025-09-30
cmd: build: Include from libc incdir
Ian Moffett
2025-09-29
lib: Add initial libwidget skeleton
Ian Moffett
2025-09-29
libc: string: Add memset()
Ian Moffett
2025-09-29
libc: string: Add memcpy()
Ian Moffett
2025-09-29
libc: Add POSIX errno.h header
Ian Moffett
2025-09-27
kern: Add initial signals work
Ian Moffett
2025-09-26
libc: stdio: Add POSIX puts()
Ian Moffett
2025-09-26
libc: unistd: Fix typo in header guard
Ian Moffett
2025-09-26
libc: unistd: Add write() system call wrapper
Ian Moffett
2025-09-26
libc: string: Add POSIX strnlen()
Ian Moffett
2025-09-26
libc: string: Add POSIX strlen()
Ian Moffett
2025-09-26
sys: unistd: Add standard stream file numbers
Ian Moffett
2025-09-25
libc: Add resource border crossing interface
Ian Moffett
2025-09-25
libc: Add ssize_t to sys/stddef.h
Ian Moffett
2025-09-25
libc: crt: Call main function from _start
Ian Moffett
2025-09-25
libc: Build all cfiles
Ian Moffett
2025-09-25
libc: Add stddef.h
Ian Moffett
2025-09-25
Merge branch 'master' into dev
Ian Moffett
2025-09-25
libc: Add stdint.h
Ian Moffett
2025-09-25
libc: Ensure system includes are synced
Ian Moffett
[next]