summaryrefslogtreecommitdiff
path: root/src/unix
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #503 - TethysSvensson:fix-mode, r=gnzlbgbors2019-05-251-3/+3
|\
| * Set the type for S_ISUID, S_ISGID and S_ISVTX correctlyMathias Svensson2019-03-031-3/+3
* | Auto merge of #1360 - jbaublitz:nl_consts_pr-2, r=gnzlbgbors2019-05-242-0/+15
|\ \
| * | Fix CI errors by moving non-musl netlink constants to linux/other/mod.rsJohn Baublitz2019-05-242-6/+5
| * | Add final netlink constants referenced as needed for rtnetlink in the documen...John Baublitz2019-05-231-0/+16
* | | Auto merge of #1366 - Susurrus:iff_constants, r=gnzlbgbors2019-05-241-13/+13
|\ \ \
| * | | Change datatype for some IFF_ constantsBryant Mairs2019-05-241-13/+13
* | | | Auto merge of #1361 - gnzlbg:std_feature, r=gnzlbgbors2019-05-241-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Deprecate `use_std` cargo feature: use `std` instead .gnzlbg2019-05-241-1/+1
| |/ /
* | | Fix locale_t in unix and fuchsia.gnzlbg2019-05-241-6/+1
|/ /
* | Auto merge of #1344 - gnzlbg:fix_android_bj, r=gnzlbgbors2019-05-2316-63/+103
|\ \
| * | [breaking change] remove getdtablesize - removed in Android API 21gnzlbg2019-05-231-1/+0
| * | [breaking change] remove __prognamegnzlbg2019-05-231-4/+0
| * | Test strerror_r on Android and Linuxgnzlbg2019-05-2311-4/+35
| * | [breaking change] personality takes a c_uint instead of c_ulong on Androidgnzlbg2019-05-231-2/+1
| * | [breaking change] set/getpriority who argument is of type id_t on Androidgnzlbg2019-05-231-2/+3
| * | [breaking change] recvfrom takes a mut pointer on Androidgnzlbg2019-05-231-1/+1
| * | [breaking change] mprotect takes a mut pointer on Androidgnzlbg2019-05-231-1/+1
| * | [breaking change] msync takes a mut pointer on Androidgnzlbg2019-05-231-1/+1
| * | [breaking change] madvise takes a mut pointer on Androidgnzlbg2019-05-231-1/+1
| * | [breaking change] pthread_key_t is signed on Androidgnzlbg2019-05-234-1/+3
| * | [breaking change] fix types of stat/stat64 structs, atime/mtime/ctime fields ...gnzlbg2019-05-233-30/+30
| * | Deprecate ENOATTR on Linux and Androidgnzlbg2019-05-232-4/+8
| * | [breaking change] sigaction.sa_flags changed from c_ulong to c_int on 32-bit ...gnzlbg2019-05-231-1/+1
| * | [breaking change] sigaction.sa_flags changed signedness on x86_64-androidgnzlbg2019-05-231-1/+1
| * | [breaking change] __sched_cpucount changed pointer mutability on x86_64-androidgnzlbg2019-05-231-1/+2
| * | Update FILENAME_MAX, L_tmpnam, MS_*, SYS_ and NFT* Android constantsgnzlbg2019-05-235-10/+17
* | | openbsd: add KERN_PFSTATUS and update KERN_MAXIDSĂ©bastien Marie2019-05-231-1/+11
* | | Auto merge of #1351 - jbaublitz:nl_consts_pr, r=gnzlbgbors2019-05-222-0/+143
|\ \ \ | |/ / |/| |
| * | Fix builds by moving the rest of the current constants to linux/other/mod.rs ...John Baublitz2019-05-222-5/+8
| * | Fix builds by moving some constants to linux/other/mod.rs to avoid breaking muslJohn Baublitz2019-05-212-11/+14
| * | Add more neighbour.h constantsJohn Baublitz2019-05-171-0/+13
| * | Add NTF_ constsJohn Baublitz2019-05-171-0/+8
| * | Add NUD_ constsJohn Baublitz2019-05-171-0/+11
| * | Add RT_TABLE_ constsJohn Baublitz2019-05-171-0/+6
| * | RT_SCOPE_ constsJohn Baublitz2019-05-171-0/+6
| * | RTN_ and RTPROT_ constsJohn Baublitz2019-05-171-0/+19
| * | Add RTA_ const valuesJohn Baublitz2019-05-171-0/+29
| * | Commit for rtnetlink constsJohn Baublitz2019-05-172-0/+45
* | | Refactor OpenBSD-like module into OpenBSDgnzlbg2019-05-226-503/+483
* | | Auto merge of #1354 - gnzlbg:gettimeofday, r=gnzlbgbors2019-05-2216-14/+30
|\ \ \
| * | | [breaking change] incorrect API of gettimeofdaygnzlbg2019-05-2216-14/+30
| |/ /
* | | Auto merge of #1340 - ibabushkin:mmap_flags, r=gnzlbgbors2019-05-213-0/+6
|\ \ \
| * | | 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
| |/ / |/| |
* | | 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