Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-11 | shared/header: don't mix kinds of declarations between headers | dzwdz | |
syscalls.h shouldn't define a random struct etc | |||
2022-08-08 | user/libc: cwd | dzwdz | |
2022-08-05 | user/libc: fseek + ftell for getting a file's size | dzwdz | |
2022-08-04 | do some simple TODOs, organize the rest; general code maintainance | dzwdz | |
2022-08-03 | user/libc: "!files" | dzwdz | |
similar to /dev/{stdin,stdout,stderr} on Linux, except handled by the libc instead of the kernel because that's the simplest way | |||
2022-08-01 | fix some sign comparision warnings | dzwdz | |
2022-07-30 | user: stderr | dzwdz | |
2022-07-29 | syscall/write: WRITE_TRUNCATE | dzwdz | |
2022-07-29 | syscall: up the max argument count to 5; make write accept flags | dzwdz | |
2022-07-27 | user/libc: a shitty fgets() | dzwdz | |
2022-07-27 | user/libc: fseek() | dzwdz | |
2022-07-26 | user/libc: separate into files | dzwdz | |