Age | Commit message (Expand) | Author |
2022-08-26 | user/libc: rename stdlib.c to unistd.c to match header names | dzwdz |
2022-08-26 | shared: memmove | dzwdz |
2022-08-24 | meta: slightly less shitty readme | dzwdz |
2022-08-24 | user/httpd | dzwdz |
2022-08-24 | user/netstack: take ip as argument when mounting | dzwdz |
2022-08-24 | user/netstack: fix the sequence number when connecting | dzwdz |
2022-08-24 | user/netstack: TCP outgoing | dzwdz |
2022-08-23 | user/netstack: TCP sending | dzwdz |
2022-08-23 | user/netstack: TCP recv | dzwdz |
2022-08-23 | shared/ring: rename ring_size to ring_used, add ring_avail | dzwdz |
2022-08-23 | user/netstack: TCP listen and close | dzwdz |
2022-08-22 | user/netstack: ip_parse | dzwdz |
2022-08-22 | user/netstack: outgoing UDP connections | dzwdz |
2022-08-22 | user/netstack: ARP cache | dzwdz |
2022-08-22 | syscalls/fs_respond: make the *buf argument const | dzwdz |
2022-08-22 | user/netstack: fix some meaningless type warnings | dzwdz |
2022-08-22 | user/net: use a more sensible path format | dzwdz |
2022-08-22 | user/net: fix ip checksum calculation | dzwdz |
2022-08-22 | user/libc: strspn, strtok | dzwdz |
2022-08-21 | user: rename ethdump to netstack | dzwdz |
2022-08-21 | amd64/rtl8139: fix incorrect ring buffer wrapping reads | dzwdz |
2022-08-21 | user/ethdump: fragment sent packets | dzwdz |
2022-08-21 | user/ethdump: fix icmp checksums | dzwdz |
2022-08-21 | user/ethdump: replace most of the _start/_finish pairs with _send | dzwdz |
2022-08-21 | user/ethdump: IPv4 fragment reassembly | dzwdz |
2022-08-20 | user/ethdump: UDP support | dzwdz |
2022-08-20 | user/ethdump: turn into a file server | dzwdz |
2022-08-20 | user/libc: don't access the old stack from the new thread at all | dzwdz |
2022-08-19 | include: make camellia/syscalls.h compatible with assembly | dzwdz |
2022-08-19 | syscall/fs_wait: return a handle for each request | dzwdz |
2022-08-19 | syscall/fork: allow sharing handles between threads | dzwdz |
2022-08-19 | kernel: kzalloc | dzwdz |
2022-08-19 | kernel/proc: abstract away managing handles | dzwdz |
2022-08-19 | user/libc: fextflags, add nonbuffering mode for fread | dzwdz |
2022-08-18 | syscall/fork: FORK_SHAREMEM for primitive "threads" | dzwdz |
2022-08-17 | amd64/rtl8139: don't trust the card to have packets available on irq | dzwdz |
2022-08-17 | user/net: respond to pings | dzwdz |
2022-08-17 | user/ethdump: file per protocol, ethernet frame functions | dzwdz |
2022-08-17 | user/net: answer to ARP | dzwdz |
2022-08-17 | amd64/rtl8139: tx | dzwdz |
2022-08-17 | amd64/rtl8139: expose CRC when reading packets | dzwdz |
2022-08-17 | user/ethdump: parse the Ethernet, IPv4, ICMP frames | dzwdz |
2022-08-17 | amd64: rtl8139 driver with basic rx support | dzwdz |
2022-08-15 | kernel: combine kmain_early and kmain | dzwdz |
2022-08-15 | kernel: port to multiboot2 | dzwdz |
2022-08-14 | kernel/ata: "proper" read support | dzwdz |
2022-08-14 | user/iochk: tool for checking correctness of fs implementations | dzwdz |
2022-08-14 | user/hexdump: cli arguments, large file support, collapsing | dzwdz |
2022-08-14 | user/libc: port skeeto's getopt | dzwdz |
2022-08-14 | user/libc: ctype.h | dzwdz |