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
/
stdio
Age
Commit message (
Expand
)
Author
33 hours
lib: libc: Add "rb" mode for fopen()
Ian Moffett
2025-07-25
usr: libc: Escape '%' with '%%' in vsnprintf()
Ian Moffett
2025-07-09
usr: libc: Introduce POSIX fseek()
Ian Moffett
2025-07-01
usr: libc: Implement ftell()
Ian Moffett
2025-06-28
usr: libc: Implement fgets()
Ian Moffett
2025-06-28
usr: libc: Implement fopen() and fclose()
Ian Moffett
2025-06-24
usr: libc: Add fileno()
Ian Moffett
2025-06-13
usr: libc: Support padding of hex digits
Ian Moffett
2025-06-13
usr: libc: Add printf()
Ian Moffett
2025-06-09
usr: libc: Reset pad_width if used
Ian Moffett
2025-06-08
usr: libc: Add snprintf() impl
Ian Moffett
2025-06-08
usr: libc: Add initial vsnprintf() impl
Ian Moffett
2025-06-07
usr: libc: Add stdio read routines
Quinn Stephens
2025-06-05
usr: libc: Add stdio.h
Quinn Stephens
2024-06-24
Clean out for expt
Ian Moffett
2024-05-19
libc: vsnprintf: Add '%d' support
Ian Moffett
2024-05-17
libc: Add printf()
Ian Moffett
2024-05-17
libc: Add initial vsnprintf() code
Ian Moffett
2024-04-21
libc: Add close() and stdio functions
Kaimakan71