summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-24services.c: fix type signature and definition of get_entrywayne warren
2023-05-24services.c: make room for hand-written methodswayne warren
2023-05-24services.c: add get_entry functionwayne warren
2023-05-24libc-top-half: add services.cwayne warren
2023-05-24tools: add generate-services.py to generate services.cwayne warren
2023-05-24libc-top-half: add uthash.h from https://github.com/troydhanson/uthashwayne warren
2023-05-24getaddrinfo: try using musl's top half implementation of getaddrinfowayne warren
2023-05-24Makefile: reorganize a bitwayne warren
2023-05-24wasi/api.h: update __WASI_SOCK_TYPE_SOCKET_* macros for compatibility with li...wayne warren
2023-05-24gitignore: add ccls conf file and cache dirwayne warren
2023-05-24poll: fix timeout to account for strange WASI behaviorwayne warren
2023-05-24examples: add readdir_treewayne warren
2023-05-24getrandom must return the number of bytes readwayne warren
2023-05-24examples: add getrandom.c examplewayne warren
2023-05-24ENOTSUP stub for setgroupswayne warren
2023-05-24ENOTSUP stub for getservbyport getservbyname gethostbyname gethostbyaddr and ...wayne warren
2023-05-24create stub implementation of setpgrpwayne warren
2023-05-24include all linux rusage struct fields for backwards compatibilitywayne warren
2023-05-24enable sendfile header file since there is a WASI sendfile implementationwayne warren
2023-05-24declare clock_settimewayne warren
2023-05-24define some expected macros and declare sigaltstack signaturewayne warren
2023-05-24use actual existing macro to define IPPROTO_RAWwayne warren
2023-05-24fix definition of clockid_twayne warren
2023-05-24add sigaltstack and size_t type definitionswayne warren
2023-05-24move build script code into makefilewayne warren
2023-05-24Merge remote-tracking branch 'john/main'Christoph Herzog
2023-05-24deps: Switch submodule source to wasix-org/wasix-witxChristoph Herzog
2023-05-24Update to the readmeJohnathan Sharratt
2023-05-23Implemented the superset of WASI - so called WASI(X)Johnathan Sharratt
2023-05-23Update to the examples to make them more deterministicJohnathan Sharratt
2023-05-23Merge branch 'main' of github.com:wasix-org/wasix-libcJohnathan Sharratt
2023-05-05Update to the examples to make them more deterministicJohnathan Sharratt
2023-05-02Merge pull request #4 from john-sharratt/mainSyrus Akbary
2023-04-15Updated regression tests and other fixesJohnathan Sharratt
2023-03-24Merge pull request #3 from john-sharratt/mainSyrus Akbary
2023-03-08Fixed the error codes and the getcwdJohnathan Sharratt
2023-03-06Merge pull request #2 from john-sharratt/mainSyrus Akbary
2023-03-07Added fix for the stack size in the pthreads start propertiesJohnathan Sharratt
2023-03-07Added stack guards in the memory allocation and additional information passed...Johnathan Sharratt
2023-03-06Added backwards compatibility with legacy chdirJohnathan Sharratt
2023-03-06Fixed the getcwd function which had broken in the mergeJohnathan Sharratt
2023-03-06Removed duplicate getcwd implementationJohnathan Sharratt
2023-03-06Sort the object list passed to ar in the Makefile. (#399)Pier Angelo Vendrame
2023-03-06Avoid using absolute pathnames in Makefile. NFC (#400)Sam Clegg
2023-03-06threads: enable `PTHREAD_{MUTEX,RWLOCK,COND}_INITIALIZER`. (#397)Catherine
2023-03-06Fix MSG_TRUNC (#391)YAMAMOTO Takashi
2023-03-06Add a check to reactor modules to ensure _initialize is only called once (#388)Cheng Shao
2023-03-06threads: implement support for spinlock (#324)Marcin Kolny
2023-03-06Rename thread_spawn import (#387)YAMAMOTO Takashi
2023-03-06threads: change `wasm32-wasi-pthread` to `wasm32-wasi-threads` (#381)Andrew Brown