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
/
libc
/
include
Age
Commit message (
Expand
)
Author
42 hours
libc: Add __libc_init as well as cmdline arguments
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: string: Add strcmp()
Ian Moffett
6 days
libc: Add ctype.h
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
lib: libc: Add SYS_open system call interface
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 ssize_t to sys/stddef.h
Ian Moffett
2025-09-25
libc: Add stddef.h
Ian Moffett
2025-09-25
libc: Add stdint.h
Ian Moffett