summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Disabled MAP_SHARED_VALIDATE and MAP_FIXED_NOREPLACE on musl for now.Inokentiy Babushkin2019-05-214-3/+6
| * | | | Added MAP_FIXED_NOREPLACE and MAP_SHARED_VALIDATE consts.Inokentiy Babushkin2019-05-151-0/+3
* | | | | linux/musl: Add SEEK_HOLE and SEEK_DATA constantsSamuel Ortiz2019-05-211-0/+3
| |/ / / |/| | |
* | | | Auto merge of #1342 - sunfishcode:master, r=gnzlbgbors2019-05-161-0/+18
|\ \ \ \
| * | | | Update to the latest wasi-sysroot.Dan Gohman2019-05-161-0/+18
* | | | | Add some FUTEX_ constants to Linux+AndroidLinus Färnstrand2019-05-162-0/+38
|/ / / /
* | | | Auto merge of #1335 - leo60228:patch-1, r=gnzlbgbors2019-05-161-12/+55
|\ \ \ \
| * | | | Fix accidental syntax error (oops)leo602282019-05-091-2/+2
| * | | | Fix FIONBIO typeleo602282019-05-091-1/+1
| * | | | Add more FreeBSD TCP_ constantsleo602282019-05-091-0/+5
| * | | | Add more FreeBSD IPv6 constantsleo602282019-05-091-0/+4
| * | | | Add FIOCLEXleo602282019-05-091-0/+1
| * | | | Add IP_ and IPV6_leo602282019-05-091-2/+9
| * | | | Use FreeBSD SO_ constants on newlibleo602282019-05-091-9/+35
| |/ / /
* | | | Auto merge of #1332 - redox-os:redox-unix, r=gnzlbgbors2019-05-167-549/+604
|\ \ \ \
| * | | | Move Redox support into unix moduleJeremy Soller2019-05-047-549/+604
| |/ / /
* | | | Rename _wasi_rmfileat to _wasi_unlinkatgnzlbg2019-05-161-1/+1
* | | | Remove bitrig supportgnzlbg2019-05-167-151/+4
* | | | Fix utmpx on Sparc64gnzlbg2019-05-161-2/+0
* | | | Fix NFT_MSG_MAX on Sparc64gnzlbg2019-05-161-3/+1
* | | | Fix NFT tables on Sparc64gnzlbg2019-05-161-12/+4
* | | | Fix FLUSHO value on Sparc64gnzlbg2019-05-161-1/+1
* | | | ucontext_t ssp field uses c_long and not c_longloggnzlbg2019-05-161-1/+1
* | | | Fix utmpx.ut_session type on sparc64gnzlbg2019-05-162-3/+1
* | | | Fix ucontext_t on x86gnzlbg2019-05-161-0/+1
* | | | Fix ucontext_t and NFT_MSG_MAX on x86_64gnzlbg2019-05-162-1/+2
* | | | Link against correct scanf,fscanf,sscanfgnzlbg2019-05-161-0/+3
* | | | Update alignment of pthread_mutexattr_tgnzlbg2019-05-161-4/+2
* | | | [breaking change] remove PTRACE_GET/SET/FP/REGS from s390xgnzlbg2019-05-161-4/+0
* | | | Correct value of some NFT_ constants on AArch64gnzlbg2019-05-161-6/+1
* | | | [breaking change] Remove SYS_syscalls and SYS_arch_specific_syscall from aarch64gnzlbg2019-05-161-2/+0
* | | | Correct value of some NFT_ constants on ARMgnzlbg2019-05-161-1/+1
* | | | Correct value of some NFT_ constantsgnzlbg2019-05-161-4/+4
* | | | [breaking change] remove SYS_reserved and SYS_unused constantsgnzlbg2019-05-164-26/+0
* | | | [breaking change] PTRACE_GETFPXREGS and PTRACE_SETFPXREGS were incorrectly re...gnzlbg2019-05-161-3/+0
* | | | Warn users of gettimeofday of potential breaking changegnzlbg2019-05-161-0/+8
|/ / /
* | | Revert PR: 1322gnzlbg2019-05-021-5/+2
* | | Oops, move this outside the s! blockAlex Gaynor2019-05-011-13/+13
* | | Implement si_addrAlex Gaynor2019-05-011-1/+19
* | | Deprecate _pad field on siginfo_tAlex Gaynor2019-04-301-0/+1
* | | Fix getgrgid_r to accept gid_t.Charles Lew2019-04-298-8/+8
* | | Remove utsname and uname for now too.Dan Gohman2019-04-241-10/+0
* | | Remove fd_set, select, and pselect entirely for now.Dan Gohman2019-04-241-20/+0
* | | Remove the definition of ULONG_SIZE which is no longer needed.Dan Gohman2019-04-241-11/+0
* | | Use the WASI layout for fd_set.Dan Gohman2019-04-241-1/+2
* | | Remove FD_SET and related functions for now.Dan Gohman2019-04-231-5/+0
* | | Fix dirent to match WASI libc's definition.Dan Gohman2019-04-231-6/+14
* | | Make FD_ISSET's argument a pointer to const, to match the libc declaration.Dan Gohman2019-04-231-1/+1
* | | Don't make opaque types like FILE and DIR copyable.Dan Gohman2019-04-231-19/+6
* | | Recognize WASI as either a target_env or a target_os.Dan Gohman2019-04-231-1/+1