aboutsummaryrefslogtreecommitdiff
path: root/sys/linux/src/write.c
AgeCommit message (Collapse)Author
2021-12-05feat(huge): huge refactor (in progress).Nicholas Noll
Commented out libc includes to uncover all explicit dependencies. A large fraction has now been ported over (no testing). I did not port over the command line tools, such as the rc shell. These will be done independently - as of now I just want the library to stand independent. Compilation currently fails due to the lack of math functions.
2021-11-20chore: simplify makefilesNicholas
2021-11-19chore: make dependence on static syscalls explicitNicholas Noll