31 Commits (d4db3fa2120b27e01aac8f5f1b749dbbe1344880)

Author SHA1 Message Date
Sam Clegg 92eaf255a1 Ensure argv is null terminated. 6 years ago
Dan Gohman 6cddc9250b Implement truncate(2). 6 years ago
Dan Gohman 256081f628 Move the mode_t macros into their own header. 6 years ago
Dan Gohman 861f0d2ec8 Define O_TTY_INIT. 6 years ago
Dan Gohman a077330632 Update to libpreopen 8835639f27fc42d32096d59d294a0bbb857dc368. 6 years ago
Dan Gohman 60cba39d11 Move the SEEK_* macros into their own header and use it from fcntl.h. 6 years ago
Dan Gohman 1db93d1169 Switch from the cloudlibc inet_pton etc. to the musl versions. 6 years ago
Dan Gohman 46ce01276f Don't declare dup in unistd.h. 6 years ago
Dan Gohman 382b944a2e Rename __wasilibc_rmfileat to __wasilibc_unlinkat. 6 years ago
Dan Gohman 124f6a4d0a Add __restrict qualifiers to the fstatat declaration. 6 years ago
Dan Gohman 07858345bc Ensure that `environ` is always initialized. 6 years ago
Dan Gohman c87e877f88 Move abort.c out of libc-bottom-half and into basics. 6 years ago
vms d987aad467 use ENOMEM instead of EINVAL, set EINVAL if length == 0 6 years ago
vms 30e5a1fd1f move to __builtin_add_overflow 6 years ago
vms ccfe4bda30 code deduplication 6 years ago
vms 4a8d1c7cf5 fix comment to correspond existing coding style 6 years ago
vms 20c48b57c7 fix mmap overflow and some other stuff 6 years ago
Dan Gohman 51969495ee Define TIME_UTC to be 1. 6 years ago
Dan Gohman 1bdb356bef Define CLOCKS_PER_SEC to have type clock_t. 6 years ago
Dan Gohman cf366c06d1 Optimize lseek in the `tell` case. 6 years ago
Dan Gohman 401012952d Declare getentropy in <sys/random.h> 6 years ago
Dan Gohman 1cbedc6d7e Implement FD_SET, FD_CLR, etc. 6 years ago
Dan Gohman 538937e2c8 Remove capsicum.h; WASI libc doesn't support that API, even internally. 6 years ago
Dan Gohman 49f1a57cb8 Declare getrusage. 6 years ago
Dan Gohman 1cc98f27f5 Update to cloudlibc 8835639f27fc42d32096d59d294a0bbb857dc368. 6 years ago
Dan Gohman 65107e782f Rename README to README.md. 6 years ago
Dan Gohman e18d69c801 Remove socket.c, which was a stub that always failed with ENOSYS. 6 years ago
Dan Gohman ab594e4d51 Use the same indentation style as surrounding code. 6 years ago
Dan Gohman 7ba6adfc61 Fix miscellaneous lint warnings. 6 years ago
Dan Gohman 685d014446
Provide a public interface to preopened directory lookups. (#10) 6 years ago
Dan Gohman 320054e84f WASI libc prototype implementation. 6 years ago