summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-06-20CIv20240620.1Arshia Ghafoori
2024-06-20CIArshia Ghafoori
2024-06-20CIArshia Ghafoori
2024-06-20CIArshia Ghafoori
2024-06-20CIArshia Ghafoori
2024-06-14Fix expected symbols for wasm64Arshia Ghafoori
2024-06-14Fix CIArshia Ghafoori
2024-06-14Always build cxx as part of build32.shArshia Ghafoori
2024-06-14Prevent build from failing with stale output from a previous buildArshia Ghafoori
2024-06-07introduce `proc_exec2` (#38)M.Amin Rayej
2024-06-07update submoduleM.Amin Rayej
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-05-14Remove deprecated WS- and HTTP-related types and functionsArshia Ghafoori
2024-04-22Merge pull request #32 from rodjjo/epoll-pleaseSyrus Akbary
Expose the epoll support.
2024-04-22Merge pull request #36 from daichifukui/fix-clock-nanosleepSyrus Akbary
clock_nanosleep: Use timespec_to_timestamp_exact instead
2024-04-11clock_nanosleep: Use timespec_to_timestamp_exact insteadDaichi Fukui
commit ffba88fb5737f37202ea53e4dac593f096166765 is applied for curl to work. However, that commit affects clock_nanosleep in the way as reported in #26. timespec_to_timestamp_clamp allows immediate return as *timestamp = 1 shows, resulting in the issue, but timespec_to_timestamp_exact does not allow such a behaviour. Hence we use timespec_to_timestamp_exact for this fix. Closes: #26 Signed-off-by: Daichi Fukui <daichi1.fukui@toshiba.co.jp>
2024-03-18Merge pull request #33 from wasix-org/fix/longjmp-with-zero-argJohnathan Sharratt
Fix longjmp being invoked with a 0 arg
2024-03-18Fix longjmp being invoked with a 0 argArshia Ghafoori
2024-02-28Add missing symbols for build64.shrodrigo araujo
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
waits
2023-10-16Fix predefined-macros for 64-bit buildArshia Ghafoori
2023-09-22Merge pull request #25 from wasix-org/c++23Syrus Akbary
23
2023-09-1923Arshia Ghafoori
2023-09-14Fixed setsockopt when level is not SOL_SOCKET (return -1, ENOSYS instead of ↵ptitSeb
aplying random stuffs)
2023-09-13Merge pull request #24 from wasix-org/feat-unix-streamsArshia001
Feat unix streams
2023-09-13Fix port endianness + make sure alignment of __wasi_addr_port_t is 2Arshia Ghafoori
2023-09-13Use sizeof instead of magic constantArshia Ghafoori
2023-09-13Merge pull request #19 from SanderVocke/mainArshia001
Github Actions Workflow for building a C/C++ sysroot with CI tests.
2023-09-13Fix duplicate memcpy/memset declarationsArshia Ghafoori
2023-09-13Merge branch 'main' into mainArshia001
2023-09-12Add TIOCGWINSZ implementationArshia Ghafoori
2023-09-08Add AF_UNIX socket address translationArshia Ghafoori
Add flow_info and scope_id to IPv6 address translation
2023-09-07Update witx sourcesArshia Ghafoori
2023-09-07Fixed timeout handling for poll functionptitSeb
2023-09-07Fix README.mdSander Vocke
2023-09-07Link all emulated WASI libsSander Vocke
2023-09-07Use build32.sh instead of Make directly. (#1)Sander Vocke
2023-09-07Workflow for building a C/C++ sysroot.Sander Vocke
2023-09-04Convert socket type from wasix to libc for getsockoptptitSeb
2023-08-31Added some more functions and fixesptitSeb
2023-08-31Merge pull request #16 from wasix-org/fix-socketsptitSeb
Fix sockets
2023-08-31Fix getsockname calling sock_addr_peer instead of sock_addr_localArshia Ghafoori
2023-08-31Fix serialization of timeval at syscall boundaryArshia Ghafoori