summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-31Fix getsockname calling sock_addr_peer instead of sock_addr_localArshia Ghafoori
2023-08-31Fix serialization of timeval at syscall boundaryArshia Ghafoori
2023-08-24Merge pull request #15 from wasix-org/append-builtinsptitSeb
2023-08-24Add clang builtin symbols to libc.aArshia Ghafoori
2023-08-22Merge pull request #10 from xbjfk/mainptitSeb
2023-08-22Merge pull request #14 from wasix-org/rust-wasm-signal-workaroundptitSeb
2023-08-22Make inner functions staticArshia Ghafoori
2023-08-22Merge branch 'main' into rust-wasm-signal-workaroundArshia Ghafoori
2023-08-18Rework default signal handlers to avoid fprintf in rust (see #13)Arshia Ghafoori
2023-08-17Changed getsockname to allow handling of pipe fdptitSeb
2023-08-14Added gethostbyname_r tooptitSeb
2023-08-02Added more network functions and structs fields to have more program buildabl...ptitSeb
2023-08-02Enabled popen/pclose on wasix (and use __wasilibc_environ)ptitSeb
2023-08-02Added popen/pclose functionptitSeb
2023-07-24Wired sysconf _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN using __wasi_thre...ptitSeb
2023-07-11Fixed preopenned dir prefix handlingptitSeb
2023-06-30signal.h: fix usage on C++Reagan Bohan
2023-06-22Switched from polling functions to epollJohnathan Sharratt
2023-06-21Merge branch 'main' of github.com:wasix-org/wasix-libcJohnathan Sharratt
2023-06-21Modified the callback registration functionJohnathan Sharratt
2023-06-20Merge pull request #8 from wasix-org/add_inet_ntoa_functionptitSeb
2023-06-20Added tzset to time header as it's already part of the buildptitSeb
2023-06-20Added realpath to wasix buildptitSeb
2023-06-20Merge branch 'main' of github.com:wasix-org/wasix-libcJohnathan Sharratt
2023-06-20Adds readiness polling functions for socketsJohnathan Sharratt
2023-06-19Merge pull request #5 from wasix-org/add_inet_ntoa_functionptitSeb
2023-06-19Added pread and pwrite polling methodsJohnathan Sharratt
2023-06-19Added the missing pending errnoJohnathan Sharratt
2023-06-19Merge branch 'main' of github.com:wasix-org/wasix-libcJohnathan Sharratt
2023-06-19Added asynchronous IO syscalls using polling and wakersJohnathan Sharratt
2023-06-19Added asynchronous IO syscalls using polling and wakersJohnathan Sharratt
2023-06-19Removed submoduleJohnathan Sharratt
2023-06-19Removed submoduleJohnathan Sharratt
2023-06-08Added inet_ntoa functionptitSeb
2023-05-29Update CODE_OF_CONDUCT.mdRudra
2023-05-26Some changes to have curl running with minimal sources changesptitSeb
2023-05-26small libc adjustment to prevent symlinksChristoph Herzog
2023-05-25build: Improve resilience of build scripts.Christoph Herzog
2023-05-24Fixed the 64bit buildJohnathan Sharratt
2023-05-25Merge pull request #1 from waynr/cpython-compatibility-fixesJohnathan Sharratt
2023-05-24Revert "Makefile: reorganize a bit"wayne warren
2023-05-24cloudlibc: use htons and ntohs when converting between wasi and sockaddr typeswayne warren
2023-05-24network: enable host name resolution functionswayne warren
2023-05-24examples: make readdir_tree actually print tree of directorywayne warren
2023-05-24lookup_name: implement using wasiwayne warren
2023-05-24expected: update defined and undefined symbolswayne warren
2023-05-24lookup_name.c: stub out wasi name_from_dns_search methodwayne warren
2023-05-24lookup_serv.c: implement for wasi using services.cwayne warren
2023-05-24services.c: regenerate static struct initializationwayne warren
2023-05-24generate-services.py: include service[] count in add_entry callswayne warren