This website requires JavaScript.
Explore
Help
Sign In
wash
/
rosetta
Watch
1
Star
0
Fork
0
You've already forked rosetta
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e9ccefd98051d1efbcea853ac083db67e639ea2f
rosetta
/
lib
/
libc
/
io
/
unistd
History
Max Wash
e30368553f
lib: c: io: implement getdents()
2026-03-24 12:42:39 +00:00
..
close.c
lib: c: io: implement close()
2026-03-21 10:41:29 +00:00
getdents.c
lib: c: io: implement getdents()
2026-03-24 12:42:39 +00:00
lseek.c
lib: c: io: implement lseek()
2026-03-21 10:44:58 +00:00
mmap.c
lib: c: io: mmap can now reserve a region of memory when called with PROT_NONE
2026-03-21 10:40:44 +00:00
munmap.c
lib: c: io: munmap now unmaps and unreserves a region of memory
2026-03-21 10:40:15 +00:00
open.c
lib: c: re-organise into separate static modules, plus a single shared library
2026-03-10 19:15:59 +00:00
read.c
lib: c: io: update fs_read usage
2026-03-24 12:42:08 +00:00
write.c
lib: c: re-organise into separate static modules, plus a single shared library
2026-03-10 19:15:59 +00:00