summaryrefslogtreecommitdiff
path: root/libc-top-half
AgeCommit message (Expand)Author
2024-06-26Remove left-over print statementsv2024-06-26.1Arshia Ghafoori
2024-05-27remove printfM.Amin Rayej
2024-05-27revert changes to the unmodified versionM.Amin Rayej
2024-05-27refactor the common codeM.Amin Rayej
2024-05-27introduce proc_exec2 syscallM.Amin Rayej
2024-05-23Fix gethostbyname* reporting addresses from the wrong familyArshia Ghafoori
2024-05-23Fix receiving multiple addresses back from resolveArshia Ghafoori
2024-02-27adding epoll supportrodrigo araujo
2024-01-17Wired the wakes back up to wasixJohnathan Sharratt
2024-01-17Updated the futex implementation to be hybrid between atomic wakes and wasix ...Johnathan Sharratt
2023-09-13Merge pull request #24 from wasix-org/feat-unix-streamsArshia001
2023-09-13Fix duplicate memcpy/memset declarationsArshia Ghafoori
2023-09-12Add TIOCGWINSZ implementationArshia Ghafoori
2023-08-31Added some more functions and fixesptitSeb
2023-08-22Merge pull request #10 from xbjfk/mainptitSeb
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-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-06-30signal.h: fix usage on C++Reagan Bohan
2023-06-20Added tzset to time header as it's already part of the buildptitSeb
2023-06-08Added inet_ntoa functionptitSeb
2023-05-24Fixed the 64bit buildJohnathan Sharratt
2023-05-24network: enable host name resolution functionswayne warren
2023-05-24lookup_name: implement using wasiwayne 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-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-24libc-top-half: add uthash.h from https://github.com/troydhanson/uthashwayne 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-24declare clock_settimewayne warren
2023-05-24define some expected macros and declare sigaltstack signaturewayne warren
2023-05-24fix definition of clockid_twayne warren
2023-05-24add sigaltstack and size_t type definitionswayne warren
2023-05-23Implemented the superset of WASI - so called WASI(X)Johnathan Sharratt
2023-03-08Fixed the error codes and the getcwdJohnathan Sharratt
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-06Removed duplicate getcwd implementationJohnathan Sharratt
2023-03-06threads: enable `PTHREAD_{MUTEX,RWLOCK,COND}_INITIALIZER`. (#397)Catherine
2023-03-06Added the missing 64bit asm function and a helper scriptJohnathan Sharratt