summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-09-04user/netstack: make the verb the first component of the pathdzwdz
2022-09-04user/tests: make all tests automaticdzwdz
2022-09-04user/shell: use perrordzwdz
2022-09-03user/whitelist: when a command isn't given, default to a shelldzwdz
2022-09-03user/libc: generate strerror from camellia/errno.hdzwdz
2022-09-03user: implement a basic mkdirdzwdz
2022-09-03driver/ps2,serial: handle all pending reads at the same timedzwdz
2022-09-02user/ports: bare minimum to run doomgenericdzwdz
2022-09-02user/init: don't shutdown when a fs driver quitsdzwdz
2022-09-02kernel/proc: introduce child ids for telling children apartdzwdz
2022-09-01kernel: add a debug print for the amount of used memorydzwdz
2022-08-30set up the stack in user/bootstrap instead of the kerneldzwdz
2022-08-29user/termcook: make C-c kill the running processdzwdz
2022-08-29shared/printf: handle the %l and %ll length modifiersdzwdz
2022-08-29user/libc: setjmpdzwdz
2022-08-29user/lua: implement the bare minimum for it to link and "run"dzwdz
2022-08-28user/lua: prepare libc headersdzwdz
2022-08-28kernel/amd64: SSE supportdzwdz
2022-08-28user/fs: implement fs_delegate, badlydzwdz
2022-08-28kernel/driver: add postqueue_join / postqueue_popdzwdz
2022-08-28kernel/driver: clean up ps2, add the reqpathcmp() macrodzwdz
2022-08-28kernel/vfs: minor vfs_request / vfs_root_register reworkdzwdz
2022-08-28shared/path_simplify: return an unsigned valuedzwdz
2022-08-28user/libc: unlink()dzwdz
2022-08-27user/fs_whitelist: stop :ro from affecting unrelated pathsdzwdz
2022-08-27user/netstack: don't respond to RSTdzwdz
2022-08-27user/netstack: IP gateway, make networking work without a second vmdzwdz
2022-08-27user/netstack: ARP requestsdzwdz
2022-08-27user/elfload: fix argv corruption when it's passed from the stackdzwdz
2022-08-26user/find: fix segfault when called with argumentsdzwdz
2022-08-26user/ports: port oeddzwdz
2022-08-26user/libc: prepare for OpenED portdzwdz
2022-08-26user/libc: rename stdlib.c to unistd.c to match header namesdzwdz
2022-08-26shared: memmovedzwdz
2022-08-24user/httpddzwdz
2022-08-24user/netstack: take ip as argument when mountingdzwdz
2022-08-24user/netstack: fix the sequence number when connectingdzwdz
2022-08-24user/netstack: TCP outgoingdzwdz
2022-08-23user/netstack: TCP sendingdzwdz
2022-08-23user/netstack: TCP recvdzwdz
2022-08-23shared/ring: rename ring_size to ring_used, add ring_availdzwdz
2022-08-23user/netstack: TCP listen and closedzwdz
2022-08-22user/netstack: ip_parsedzwdz
2022-08-22user/netstack: outgoing UDP connectionsdzwdz
2022-08-22user/netstack: ARP cachedzwdz
2022-08-22syscalls/fs_respond: make the *buf argument constdzwdz
2022-08-22user/netstack: fix some meaningless type warningsdzwdz
2022-08-22user/net: use a more sensible path formatdzwdz
2022-08-22user/net: fix ip checksum calculationdzwdz
2022-08-22user/libc: strspn, strtokdzwdz