index
:
wasix-libc.git
main
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-06-26
Remove left-over print statements
v2024-06-26.1
Arshia Ghafoori
2024-06-20
Add release CI pipeline (#41)
v2024-06-20.1
Arshia001
2024-06-14
Fix expected symbols for wasm64
Arshia Ghafoori
2024-06-14
Fix CI
Arshia Ghafoori
2024-06-14
Always build cxx as part of build32.sh
Arshia Ghafoori
2024-06-14
Prevent build from failing with stale output from a previous build
Arshia Ghafoori
2024-06-07
introduce `proc_exec2` (#38)
M.Amin Rayej
2024-06-07
update submodule
M.Amin Rayej
2024-05-27
remove printf
M.Amin Rayej
2024-05-27
revert changes to the unmodified version
M.Amin Rayej
2024-05-27
refactor the common code
M.Amin Rayej
2024-05-27
introduce proc_exec2 syscall
M.Amin Rayej
2024-05-23
Fix gethostbyname* reporting addresses from the wrong family
Arshia Ghafoori
2024-05-23
Fix receiving multiple addresses back from resolve
Arshia Ghafoori
2024-05-14
Remove deprecated WS- and HTTP-related types and functions
Arshia Ghafoori
2024-04-22
Merge pull request #32 from rodjjo/epoll-please
Syrus Akbary
2024-04-22
Merge pull request #36 from daichifukui/fix-clock-nanosleep
Syrus Akbary
2024-04-11
clock_nanosleep: Use timespec_to_timestamp_exact instead
Daichi Fukui
2024-03-18
Merge pull request #33 from wasix-org/fix/longjmp-with-zero-arg
Johnathan Sharratt
2024-03-18
Fix longjmp being invoked with a 0 arg
Arshia Ghafoori
2024-02-28
Add missing symbols for build64.sh
rodrigo araujo
2024-02-27
adding epoll support
rodrigo araujo
2024-01-17
Wired the wakes back up to wasix
Johnathan Sharratt
2024-01-17
Updated the futex implementation to be hybrid between atomic wakes and wasix ...
Johnathan Sharratt
2023-10-16
Fix predefined-macros for 64-bit build
Arshia Ghafoori
2023-09-22
Merge pull request #25 from wasix-org/c++23
Syrus Akbary
2023-09-19
23
Arshia Ghafoori
2023-09-14
Fixed setsockopt when level is not SOL_SOCKET (return -1, ENOSYS instead of a...
ptitSeb
2023-09-13
Merge pull request #24 from wasix-org/feat-unix-streams
Arshia001
2023-09-13
Fix port endianness + make sure alignment of __wasi_addr_port_t is 2
Arshia Ghafoori
2023-09-13
Use sizeof instead of magic constant
Arshia Ghafoori
2023-09-13
Merge pull request #19 from SanderVocke/main
Arshia001
2023-09-13
Fix duplicate memcpy/memset declarations
Arshia Ghafoori
2023-09-13
Merge branch 'main' into main
Arshia001
2023-09-12
Add TIOCGWINSZ implementation
Arshia Ghafoori
2023-09-08
Add AF_UNIX socket address translation
Arshia Ghafoori
2023-09-07
Update witx sources
Arshia Ghafoori
2023-09-07
Fixed timeout handling for poll function
ptitSeb
2023-09-07
Fix README.md
Sander Vocke
2023-09-07
Link all emulated WASI libs
Sander Vocke
2023-09-07
Use build32.sh instead of Make directly. (#1)
Sander Vocke
2023-09-07
Workflow for building a C/C++ sysroot.
Sander Vocke
2023-09-04
Convert socket type from wasix to libc for getsockopt
ptitSeb
2023-08-31
Added some more functions and fixes
ptitSeb
2023-08-31
Merge pull request #16 from wasix-org/fix-sockets
ptitSeb
2023-08-31
Fix getsockname calling sock_addr_peer instead of sock_addr_local
Arshia Ghafoori
2023-08-31
Fix serialization of timeval at syscall boundary
Arshia Ghafoori
2023-08-24
Merge pull request #15 from wasix-org/append-builtins
ptitSeb
2023-08-24
Add clang builtin symbols to libc.a
Arshia Ghafoori
2023-08-22
Merge pull request #10 from xbjfk/main
ptitSeb
[next]