161 Commits (0cc57ac7b4c0e48a9e4a99e52538c793f2516f31)
 

Author SHA1 Message Date
Dan Gohman c87e877f88 Move abort.c out of libc-bottom-half and into basics. 6 years ago
Frank Denis b1e234b683 Document that WASM_NM and WASM_AR may also be required 6 years ago
vms d987aad467 use ENOMEM instead of EINVAL, set EINVAL if length == 0 6 years ago
vms 30e5a1fd1f move to __builtin_add_overflow 6 years ago
vms ccfe4bda30 code deduplication 6 years ago
vms 4a8d1c7cf5 fix comment to correspond existing coding style 6 years ago
vms 20c48b57c7 fix mmap overflow and some other stuff 6 years ago
Sam Clegg 8e8cc34aad Makefile: Don't mix phony targets with directory names 6 years ago
vms 5ae626e99d delete a space in predefined-macros.txt 6 years ago
vms a64f654488 replace some macros with its builtins analogs 6 years ago
vms 2be6428b21 rename printf_no_Lf to __small_printf 6 years ago
Dan Gohman 51969495ee Define TIME_UTC to be 1. 6 years ago
Dan Gohman 1bdb356bef Define CLOCKS_PER_SEC to have type clock_t. 6 years ago
Dan Gohman cf366c06d1 Optimize lseek in the `tell` case. 6 years ago
Dan Gohman 9f103c2883 Say "wasm32-wasi" rather than "wasm32-unknown-wasi". 6 years ago
Dan Gohman 401012952d Declare getentropy in <sys/random.h> 6 years ago
Dan Gohman 9bb4cc5c41 Disable unused fields in FILE and __libc. 6 years ago
Dan Gohman 2201343c17 Add vfwprintf.c to the printscan list. 6 years ago
Dan Gohman 1cbedc6d7e Implement FD_SET, FD_CLR, etc. 6 years ago
Dan Gohman 538937e2c8 Remove capsicum.h; WASI libc doesn't support that API, even internally. 6 years ago
Dan Gohman 0df6243d52 Make calloc set ENOMEM when failing due to overflow. 6 years ago
Dan Gohman 972067b74b Make the strerror message for ESUCCESS (0) be "Success". 6 years ago
Dan Gohman ad03c82d65 Implement reallocarray. 6 years ago
Dimitrii Nemkov 488c478b59 Update README.md 6 years ago
Jakub Konka 5ce487a789 Add missing asctime symbol 6 years ago
vms 4194578ae8 Fix floatscan no long double usage (#21) 6 years ago
Dan Gohman 29d45024c7 Remove the Linux-specific <sys/signalfd.h> header. 6 years ago
Dan Gohman 49f1a57cb8 Declare getrusage. 6 years ago
Dan Gohman ec9f1c3956 Format changes to musl code to fit musl's style. 6 years ago
Jakub Konka 03a1adbf2b Fixes #20 6 years ago
Pat Hickey fa84763026 gitignore build 6 years ago
Pat Hickey fad009dc1d build: use LC_ALL=C for sorting 6 years ago
Dan Gohman 1cc98f27f5 Update to cloudlibc 8835639f27fc42d32096d59d294a0bbb857dc368. 6 years ago
Dan Gohman f41256b602 Update to musl 1.1.22. 6 years ago
Dan Gohman 65107e782f Rename README to README.md. 6 years ago
Dan Gohman e18d69c801 Remove socket.c, which was a stub that always failed with ENOSYS. 6 years ago
Dan Gohman ab594e4d51 Use the same indentation style as surrounding code. 6 years ago
Dan Gohman 7ba6adfc61 Fix miscellaneous lint warnings. 6 years ago
Dan Gohman 4646d29abc Make basics include guard names more consistent. 6 years ago
Dan Gohman ad22a59013 Add a basics implementation of <inttypes.h>. 6 years ago
Dan Gohman 9f0d8e85e3 Define _ALL_SOURCE when generating predefined-macros.txt. 6 years ago
Dan Gohman 079d7bda78 Don't install <ucontext.h> or <sys/ucontext.h> for WASI. 6 years ago
Dan Gohman 24792713d7 Fix uselocale to support non-default locales. 6 years ago
Dan Gohman f74124a6f4 Filter out __FLT16_* macros from predefined-macros.txt. 6 years ago
Dan Gohman e5f14be383 Add comments explaining changes to upstream source files. 6 years ago
Dan Gohman 685d014446
Provide a public interface to preopened directory lookups. (#10) 6 years ago
Dan Gohman 320054e84f WASI libc prototype implementation. 6 years ago
eliasbenali 0e98504240 Fix ssize_t redefinition mismatch. (#10) 6 years ago
Dan Gohman 78b6c3d875
Merge pull request #9 from WebAssembly/dlmalloc 6 years ago
Dan Gohman dbfccac2e4 Add a malloc implementation using dlmalloc. 6 years ago