index
:
Hyra
expt
main
old
stable
user
The Hyra Operating System
Ian Moffett <ian@osmora.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
include
/
unistd.h
Age
Commit message (
Expand
)
Author
3 days
lib: libc: Introduce POSIX getlogin()
Ian Moffett
3 days
kernel: ucred: Add SYS_getuid
Ian Moffett
4 days
usr: libc: Add setuid()
Ian Moffett
9 days
usr: libc: Add POSIX getpid() and getppid()
Ian Moffett
14 days
usr: libc: Implement POSIX sysconf()
Ian Moffett
2025-06-11
usr: libc: Add lseek()
Ian Moffett
2025-06-09
usr: libc: Add access() in unistd.h
Ian Moffett
2025-03-28
sys: Make proper sys/types.h + add clang nostdinc
Ian Moffett
2025-02-22
kernel: vfs: Add support for write()
Ian Moffett
2025-02-16
project: Update copyright date to 2025
Ian Moffett
2025-01-03
libc: unistd: Add __BEGIN_DECLS/__END_DECLS
Ian Moffett
2024-09-09
libc: Add close()
Ian Moffett
2024-07-22
libc: Add open()
Ian Moffett
2024-06-24
Clean out for expt
Ian Moffett
2024-04-28
libc: Add execv()
Ian Moffett
2024-04-21
libc: Add close() and stdio functions
Kaimakan71
2024-04-10
libc: Add read()
Ian Moffett
2024-04-06
libc: Add write()
Ian Moffett
2024-03-15
libc: exit: Use _Noreturn
Ian Moffett
2024-03-15
libc: Add missing unistd.h header
Ian Moffett