Commit 7755356
authored
1 file changed
+1
-1
lines changed- cmake/bindings.cmake+15-1
- expected/wasm32-wasip1-threads/predefined-macros.txt+1
- expected/wasm32-wasip1/predefined-macros.txt+1
- expected/wasm32-wasip2/predefined-macros.txt+1
- expected/wasm32-wasip3/defined-symbols.txt+13-2
- expected/wasm32-wasip3/predefined-macros.txt+1
- libc-bottom-half/CMakeLists.txt+12-1
- libc-bottom-half/cloudlibc/src/libc/dirent/dirent_impl.h+2
- libc-bottom-half/cloudlibc/src/libc/dirent/fdopendir.c+1
- libc-bottom-half/cloudlibc/src/libc/dirent/readdir.c+9-6
- libc-bottom-half/cloudlibc/src/libc/fcntl/posix_fadvise.c+1-7
- libc-bottom-half/cloudlibc/src/libc/poll/poll.c+54-7
- libc-bottom-half/cloudlibc/src/libc/stdio/renameat.c+2-10
- libc-bottom-half/cloudlibc/src/libc/sys/select/pselect.c+22-9
- libc-bottom-half/cloudlibc/src/libc/sys/stat/fstat.c+1-7
- libc-bottom-half/cloudlibc/src/libc/sys/stat/fstatat.c+2-10
- libc-bottom-half/cloudlibc/src/libc/sys/stat/futimens.c+1-7
- libc-bottom-half/cloudlibc/src/libc/sys/stat/mkdirat.c+2-8
- libc-bottom-half/cloudlibc/src/libc/sys/stat/utimensat.c+2-10
- libc-bottom-half/cloudlibc/src/libc/time/clock_nanosleep.c+2-1
- libc-bottom-half/cloudlibc/src/libc/unistd/faccessat.c+2-8
- libc-bottom-half/cloudlibc/src/libc/unistd/fdatasync.c+1-6
- libc-bottom-half/cloudlibc/src/libc/unistd/fsync.c+1-6
- libc-bottom-half/cloudlibc/src/libc/unistd/ftruncate.c+1-6
- libc-bottom-half/cloudlibc/src/libc/unistd/linkat.c+2-11
- libc-bottom-half/cloudlibc/src/libc/unistd/pread.c+36-6
- libc-bottom-half/cloudlibc/src/libc/unistd/pwrite.c+31-6
- libc-bottom-half/cloudlibc/src/libc/unistd/readlinkat.c+6-10
- libc-bottom-half/cloudlibc/src/libc/unistd/symlinkat.c+2-9
- libc-bottom-half/headers/private/wasi/descriptor_table.h+83-44
- libc-bottom-half/headers/private/wasi/file_utils.h+12-10
- libc-bottom-half/headers/private/wasi/poll.h+13-12
- libc-bottom-half/headers/private/wasi/sockets_utils.h+45-37
- libc-bottom-half/headers/private/wasi/tcp.h+30-3
- libc-bottom-half/headers/private/wasi/wasip3_block.h+63-8
- libc-bottom-half/headers/public/__header_poll.h+6
- libc-bottom-half/headers/public/wasi/__generated_wasip3.h+16-46
- libc-bottom-half/sources/__wasilibc_initialize_environ.c+2
- libc-bottom-half/sources/__wasilibc_rmdirat.c+2-8
- libc-bottom-half/sources/__wasilibc_unlinkat.c+2-8
- libc-bottom-half/sources/chdir.c-1
- libc-bottom-half/sources/file.c+36-33
- libc-bottom-half/sources/file_utils.c+12-13
- libc-bottom-half/sources/netdb.c+63-20
- libc-bottom-half/sources/sockets_utils.c-1
- libc-bottom-half/sources/tcp.c+237-46
- libc-bottom-half/sources/udp.c+144-45
- libc-bottom-half/sources/wasip3.c+534-64
- libc-bottom-half/sources/wasip3_block_on.c+118-19
- libc-bottom-half/sources/wasip3_stdio.c+24-23
- test/CMakeLists.txt+46-62
- test/socket-test.cmake+30-2
- test/src/getaddrinfo.c+56
- test/src/poll-connect.c+13-2
- test/src/poll-nonblocking-socket.c+17-4
- test/src/pselect.c+85
- test/src/sleep.c+2-2
- test/src/sockets-client-handle-hangups.c+20-19
- test/src/sockets-client-hangup-after-connect.c+16-20
- test/src/sockets-client-hangup-after-sending.c+16-19
- test/src/sockets-client-hangup-while-receiving.c+16-19
- test/src/sockets-client-hangup-while-sending.c+16-19
- test/src/sockets-client-udp-blocking.c+12-22
- test/src/sockets-client.c+17-20
- test/src/sockets-multiple-client.c+16-20
- test/src/sockets-multiple-server.c+13-8
- test/src/sockets-nonblocking-multiple.c+213-241
- test/src/sockets-nonblocking-udp-multiple.c+152-185
- test/src/sockets-nonblocking-udp-no-connection.c+126-90
- test/src/sockets-nonblocking-udp.c+22-21
- test/src/sockets-nonblocking.c+135-106
- test/src/sockets-server-handle-hangups.c+6-3
- test/src/sockets-server-hangup-before-recv.c+6-3
- test/src/sockets-server-hangup-before-send.c+6-3
- test/src/sockets-server-hangup-during-recv.c+6-3
- test/src/sockets-server-hangup-during-send.c+6-3
- test/src/sockets-server-udp-blocking.c+9-11
- test/src/sockets-server.c+9-6
0 commit comments