index
:
Hyra
dev
expt
main
sched-rewrite
stable
user
The Hyra Operating System
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
Age
Commit message (
Expand
)
Author
2024-04-16
libc: Add mmap() and munmap()
Ian Moffett
2024-04-16
kernel: vm_map: Add mmap() and munmap()
Ian Moffett
2024-04-10
libc: Add open()
Ian Moffett
2024-04-10
libc: Add read()
Ian Moffett
2024-04-10
libc: Add open()
Ian Moffett
2024-04-06
libc: Add write()
Ian Moffett
2024-04-06
build: Statically link libc
Ian Moffett
2024-04-01
libc: Add sys/types.h
Ian Moffett
2024-03-27
libc: Add fcntl.h
Ian Moffett
2024-03-27
libc: syscall: Add more syscall defines
Ian Moffett
2024-03-24
libc: build: Fixup Makefile
Ian Moffett
2024-03-24
libc: stdint: Add uintptr_t
Ian Moffett
2024-03-24
libc: build: Use target compiler
Ian Moffett
2024-03-21
libc: Add SYS_write
Ian Moffett
2024-03-21
libc: Implement strlen()
Ian Moffett
2024-03-17
libc: Remove useless defines
user
Ian Moffett
2024-03-16
kernel,libc: syscall: Improve syscall code
Ian Moffett
2024-03-16
libc: auxv: Update header guard
Ian Moffett
2024-03-16
libc: auxv: Move auxv.h to sys/auxv.h
Ian Moffett
2024-03-16
libc: auxv: Add missing include
Ian Moffett
2024-03-15
libc: Add size_t type
Ian Moffett
2024-03-15
libc: elf: Include correct header
Ian Moffett
2024-03-15
libc: Reimplement stdint.h
Ian Moffett
2024-03-15
libc: Add bits/_types.h
Ian Moffett
2024-03-15
libc: stddef: Handle NULL for C++
Ian Moffett
2024-03-15
libc: exit: Use _Noreturn
Ian Moffett
2024-03-15
libc: Fix style
Ian Moffett
2024-03-15
libc: Add missing unistd.h header
Ian Moffett
2024-03-14
libc: Remove crt-src
Ian Moffett
2024-03-14
libc: Initial hyra libc commit
Ian Moffett