367 Commits (a963040f0a40c5cd0032ffdbf80716611bf84c20)
 

Author SHA1 Message Date
Dan Gohman 3c4a3f94d1 Also add a way to read `environ` without triggering eager init. 4 years ago
Dan Gohman 82fc2c4f44 Add a function to de-initialize the environment-variable state. 4 years ago
Dan Gohman 659ff41456 Implement emulated support for `getpid`. 4 years ago
Dan Gohman c82d116de0 Add some more comments. 4 years ago
Dan Gohman 549b32be4b Include libwasi-emulated-*.a symbols in defined-symbols.txt. 4 years ago
Dan Gohman b9b64a695a Emulate `clock`, `times`, and `getrusage` using the monotonic clock. 4 years ago
Dan Gohman 322bd4ff9e Update to musl 1.2.2. 4 years ago
Zheng Luo ca4d2f0cdb Update README.md to include Arch Linux in section title 4 years ago
Zheng Luo b639007948 Update README to include AUR repo 4 years ago
Alex Crichton 2b7e73ae7a
Update to the next version of the `witx` crate (#234) 4 years ago
Dan Gohman f2e779e5f1 AT_FDCWD support. 4 years ago
Dan Gohman 5ccebd3130 Implement the cimag/creal functions for all types consistently. 4 years ago
Dan Gohman b77dcff6ce Add -Wno-ignored-pragmas. 4 years ago
Dan Gohman 08fde76b15 Define creal/cimag/etc. in a libc-friendly way. 4 years ago
Dan Gohman e8270d1ba2 Add -Wno-missing-braces. 4 years ago
Dan Gohman ed6e0ba9b8 Add -Wno-ignored-attributes. 4 years ago
Dan Gohman 6273a5ff9b Add -Wno-unused-function. 4 years ago
Dan Gohman e69430a9dd Add -Wno-unused-variable. 4 years ago
Dan Gohman f4cc7a23bc Fix a warning. 4 years ago
Dan Gohman 9520010f91 Add -Wno-sign-compare too. 4 years ago
Dan Gohman 63f0f3c565 Ignore a few warnings which occur in third-party code. 4 years ago
Dan Gohman fe12676f8a Add -Wall -Wextra -Werror to the build. 4 years ago
Dan Gohman cab0ec601e Remove __wasilibc_unmodified_upstream markers from libc-bottom-half. 4 years ago
Albert Cervin 5ccfab77b0
Use separate makefile var for CFLAGS (#226) 4 years ago
Pat Hickey 378fd4b21a windows ci: try moving rustup stuff to non-bash shell (#225) 4 years ago
Dan Gohman 424d0582ca Fix sinh's sign handling 4 years ago
Dan Gohman 5879558290
Update to musl 1.2.1. (#222) 4 years ago
Alex Crichton 5b148b6131
Add basic emulation of getcwd/chdir (#214) 4 years ago
Pat Hickey 9083fe8456 CI: use $GITHUB_PATH,ENV rather than add-path, set-env 4 years ago
Dan Gohman 614d783e92
New-style command support. (#203) 4 years ago
vms d2482b786a
activate the use of __heap_base (#215) 4 years ago
Dan Gohman 215adc8ac9
Redefine the `access` bits to be compatible with other systems (#210) 4 years ago
Dan Gohman 00cc5944df
Comment a use of `__attribute__((visibility("protected")))`. (#204) 4 years ago
Dan Gohman 4e45d2b5ad
Rename `__prepare_for_exit` to `__wasm_call_dtors`. (#201) 4 years ago
Dan Gohman 5a7ba74c19
Avoid calling `poll_oneoff` with zero subscriptions. (#162) 4 years ago
Dan Gohman 753cc4344d
Merge the basics component into libc-bottom-half. (#199) 4 years ago
Dan Gohman 84c0778bff
Rewrite the preopen functionality. (#173) 4 years ago
Dan Gohman d1cd4f4836
Replace old <signal.h> support with emulated <signal.h> support. (#183) 5 years ago
Dan Gohman a6d0b4c74b
Reactor support. (#74) 5 years ago
whitequark 3e9892fc41
Make mmap() possible to use in a conformant way. (#197) 5 years ago
whitequark 9b9d243bea
Make munmap() actually work. (#198) 5 years ago
Pat Hickey 86550c37ab
CI: use llvm 10.0.0 release (#194) 5 years ago
Pat Hickey 1792d02ac9 debug 5 years ago
Pat Hickey ee2726700c github ci: download llvm over https, add -L flag to curl 5 years ago
Olaf Tomalka 7b92f334e6
Added utime.h (#188) 5 years ago
Pat Hickey 156fdc476a regenerate api.h 5 years ago
Pat Hickey e2bdce89ea gen-headers: make handle output consistient with prior 5 years ago
Pat Hickey fcbf8f40ea wasi submodule: point to latest (witx 0.8.5 release) 5 years ago
Pat Hickey 4b41c5d5ec Update libc-top-half/musl/README 5 years ago
Gabor Greif 718dcbb50e Update URL 5 years ago