index
:
camellia
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
user
/
lib
/
file.c
Age
Commit message (
Collapse
)
Author
2022-08-26
user/libc: prepare for OpenED port
dzwdz
2022-08-19
user/libc: fextflags, add nonbuffering mode for fread
dzwdz
useful for e.g. `hexdump -r /kdev/eth` to see packets as they come in
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