Commit Graph

85 Commits

Author SHA1 Message Date
K. Lange bea8d8f6db libc updates 2018-08-21 21:50:52 +09:00
K. Lange 64ae8d07bd fixup environ handling 2018-08-14 14:39:48 +09:00
K. Lange 320a8c55ee Remove . from default PATH 2018-08-14 14:04:53 +09:00
K. Lange 001f253ef0 printf %u 2018-08-08 15:03:47 +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 bd3f1b0334 get/sethostname 2018-08-02 03:40:43 +09:00
K. Lange ba10025308 perror should use strerror 2018-07-19 22:52:27 +09:00
K. Lange b9419c756b some missing stdio stuff 2018-07-19 19:12:49 +09:00
K. Lange 89d107374c provide dlfcn in libc 2018-07-19 19:04:17 +09:00
K. Lange c35ccc0722 vasprintf should return int 2018-07-19 18:50:15 +09:00
K. Lange 35a2a4bc5c more filesystem permission things, add rm 2018-07-18 15:35:52 +09:00
K. Lange 1ecdb29e51 chown in libc 2018-07-18 12:37:21 +09:00
K. Lange b1fe4fa4ce More errno stuff 2018-07-18 10:45:42 +09:00
K. Lange dace5d456b Various errno-related fixes 2018-07-18 10:25:01 +09:00
K. Lange 16905dc784 oops, kinda fix a+? 2018-07-17 19:44:15 +09:00
K. Lange 4873b141ec Properly support w/+ in stdio? 2018-07-17 17:09:22 +09:00
K. Lange ff1338d137 Replace http-get with new fetch (based on old fetch) 2018-07-01 17:11:35 +09:00
K. Lange 38e380fc49 Fix setvbuf 2018-07-01 09:30:16 +09:00
K. Lange 397b6045b5 precision specifiers for %f 2018-06-30 13:55:45 +09:00
K. Lange 03ab5b9f78 Fix missing execve; add .* printf support for s 2018-06-29 10:42:56 +09:00
K. Lange 79ac5ba9b1 Fix several Python things 2018-06-26 20:53:48 +09:00
K. Lange 33b87a9de9 Fix more wchar 2018-06-25 20:43:34 +09:00
K. Lange 146a2240bb Python wants %i for line numbers 2018-06-25 20:22:01 +09:00
K. Lange bb689dd36c Yet more libc fixes, Python now runs 2018-06-25 20:15:45 +09:00
K. Lange a97772d208 More printf stuff for python 2018-06-25 19:42:07 +09:00
K. Lange 92fec3ece8 libc fixes 2018-06-25 18:15:02 +09:00
K. Lange 22a3321c25 More libc 2018-06-25 16:34:07 +09:00
K. Lange 5cd281a1a6 More libc for Python (almost done) 2018-06-25 15:45:32 +09:00
K. Lange a404c0f0af Enough to build lua 2018-06-25 13:15:09 +09:00
K. Lange a283332be6 At least define a bunch of libc stuff 2018-06-25 12:11:33 +09:00
K. Lange 08e3f58146 Some bad locale functions 2018-06-10 19:31:18 +09:00
K. Lange 6e1e9a4c97 Experimental, hacky printf(%f) 2018-06-10 19:06:48 +09:00
K. Lange 91fdce2c27 Fix const warning in libc/symlink 2018-06-04 15:24:53 +09:00
K. Lange a547437e3f Fix conflicting definition for symlink 2018-05-22 08:30:10 +09:00
K. Lange e5d5921526 symlink support in migrate 2018-05-21 21:45:18 +09:00
K. Lange 4a4b316de3 stdio stuff 2018-05-15 12:39:38 +09:00
K. Lange 5a4cfde32d Fix fgetc returning negative values 2018-05-14 22:31:13 +09:00
K. Lange ffa4bd7360 Add login, sudo, user session, auth lib, etc. 2018-05-10 22:33:32 +09:00
K. Lange 554e6d10ed More libc stuff 2018-05-10 22:23:46 +09:00
K. Lange b6d6d8900e include pthread in libc 2018-05-09 21:26:45 +09:00
K. Lange fc37b60272 add rand() 2018-05-09 19:43:02 +09:00
K. Lange b23d7a2930 some stuff to get further in python builds 2018-05-09 17:02:31 +09:00
K. Lange 643049ff32 atol ~= atoi, labs 2018-05-09 16:55:10 +09:00
K. Lange 0ca57752a6 feof 2018-05-08 22:49:53 +09:00
K. Lange 5860f11968 fopen(...,"a") should create? 2018-05-08 22:39:30 +09:00
K. Lange 8ccbcb001c Allow switching rendering mode in terminal on the fly 2018-05-08 17:16:58 +09:00
K. Lange b42bec5b70 Make some fixes to libc and linker to allow environ to be set before initializers run 2018-05-08 17:03:04 +09:00
K. Lange a3b1b253d7 stdio fgets and stuff that actually kinda work correctly 2018-05-04 17:53:31 +09:00
K. Lange 9adae25874 Import some apps from mainline/extre 2018-05-04 13:11:06 +09:00
K. Lange 6d5d88cf53 Add stub network functions - headers need reorg 2018-05-04 12:40:18 +09:00