]> git.corax.cc Git - corax/commit
sys/io: Implement handling of processes and file descriptors
authorMatthias Kruk <m@m10k.eu>
Mon, 10 Aug 2020 12:08:54 +0000 (21:08 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 10 Aug 2020 12:08:54 +0000 (21:08 +0900)
commit812ef277f7e381186c0a69f31da7af4316106f6a
tree09305326acbf0b062af27f6182169d8ea8a19123
parent9ac7e7d5e80c55d8d559cf18e835f3fe9060efe1
sys/io: Implement handling of processes and file descriptors
sys/io/Makefile
sys/io/file.c [new file with mode: 0644]
sys/io/file.h [new file with mode: 0644]
sys/io/filedesc.c [new file with mode: 0644]
sys/io/filedesc.h [new file with mode: 0644]
sys/io/pipe.c [new file with mode: 0644]
sys/io/pipe.h [new file with mode: 0644]
sys/io/proc.c [new file with mode: 0644]
sys/io/proc.h [new file with mode: 0644]