Commit Graph

22 Commits

Author SHA1 Message Date
K. Lange 51f0ef4e03 libc: Fix bad logic when looking for IP address 2021-09-28 18:36:53 +09:00
K. Lange 6899683bb4 strace: Initial support for a ptrace() mechanism, strace tool 2021-09-22 15:33:02 +09:00
K. Lange 8269614da7 net: Maybe allow udp binds? 2021-09-09 20:03:58 +09:00
K. Lange c0cb37f971 net: ongoing network work 2021-09-09 19:42:19 +09:00
K. Lange fd10920585 net: e1000 receive fixes? 2021-09-08 19:11:28 +09:00
K. Lange 64bfcce029 dhclient: fallback to /var/resolv.conf if /etc is read-only 2021-09-02 15:26:11 +09:00
K. Lange 4d68b0bc4a text: bring back shm-stored fonts provided by compositor 2021-08-28 14:50:52 +09:00
K. Lange 0c10d152ef libc: support ip addresses in gethostbyname 2021-06-19 16:26:21 +09:00
K. Lange 1467ec050e net: various improvements to still terrible network stack 2021-06-16 23:14:58 +09:00
K. Lange 82859a82e1 net: cleanup 2021-06-14 15:04:05 +09:00
K. Lange fdc1f653d6 net: more tcp; timeout nameserver lookups 2021-06-14 15:00:46 +09:00
K. Lange 4d8ee9840a net: hacked up udp stuff, dns resolver 2021-06-14 14:18:23 +09:00
K. Lange b35f7ac8c9 misaka: initial merge 2021-05-31 10:54:11 +09:00
K. Lange 020c3cdb3c libc: more net stubs 2021-03-25 15:52:19 +09:00
K. Lange a6251137f0 kernel: add fswait3 and hack around terminals blocking on their own reads 2019-12-05 17:42:46 +09:00
K. Lange 54e9044161 libc: add more toaru-specific syscall wrappers 2018-12-10 18:47:18 +09:00
K. Lange c9c18f70ad libc: move syscall defs; consistently use SYS_ macros 2018-12-10 10:09:27 +09:00
K. Lange ae6532607a Add libc wrappers for some syscalls, remove unused syscall.h imports 2018-08-02 13:13:27 +09:00
K. Lange dace5d456b Various errno-related fixes 2018-07-18 10:25:01 +09:00
K. Lange 6d5d88cf53 Add stub network functions - headers need reorg 2018-05-04 12:40:18 +09:00
K. Lange 8f2025864c Break up unistd into separate files for each function 2018-05-02 12:20:06 +09:00
K. Lange 4c8f8e43fb Use subdirectories for libc based on headers 2018-05-02 11:59:30 +09:00