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
/
src
/
unistd
Age
Commit message (
Expand
)
Author
31 hours
lib: libc: Implement gethostname() + sethostname()
Ian Moffett
2025-07-10
usr: libc: Duplicate cached username with strdup()
Ian Moffett
2025-07-09
lib: libc: Introduce POSIX getlogin()
Ian Moffett
2025-07-09
kernel: ucred: Add SYS_getuid
Ian Moffett
2025-07-09
usr: libc: Add setuid()
Ian Moffett
2025-07-03
usr: libc: Add POSIX getpid() and getppid()
Ian Moffett
2025-06-28
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
2024-09-09
libc: Add close()
Ian Moffett
2024-07-24
libc: Implement read()
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-20
libc: Reorganize sources
Ian Moffett