| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1346 from gnzlbg/simplify_freebsd | gnzlbg | 2019-05-26 | 13 | -228/+577 |
|\ |
|
| * | Add a FreeBSD 12 build job and test FreeBSD12 APIs | gnzlbg | 2019-05-24 | 13 | -228/+577 |
* | | Auto merge of #1364 - gnzlbg:deprecate_mach, r=gnzlbg | bors | 2019-05-25 | 2 | -99/+167 |
|\ \ |
|
| * | | Deprecate mach APIs: users should use the `mach` crate instead. | gnzlbg | 2019-05-24 | 2 | -99/+167 |
* | | | Auto merge of #511 - malbarbo:android_sa, r=gnzlbg | bors | 2019-05-25 | 3 | -8/+18 |
|\ \ \ |
|
| * | | | Fix android SA_* constants | Marco A L Barbosa | 2019-02-20 | 3 | -8/+18 |
* | | | | Auto merge of #503 - TethysSvensson:fix-mode, r=gnzlbg | bors | 2019-05-25 | 1 | -3/+3 |
|\ \ \ \ |
|
| * | | | | Set the type for S_ISUID, S_ISGID and S_ISVTX correctly | Mathias Svensson | 2019-03-03 | 1 | -3/+3 |
* | | | | | Auto merge of #1360 - jbaublitz:nl_consts_pr-2, r=gnzlbg | bors | 2019-05-24 | 2 | -0/+15 |
|\ \ \ \ \ |
|
| * | | | | | Fix CI errors by moving non-musl netlink constants to linux/other/mod.rs | John Baublitz | 2019-05-24 | 2 | -6/+5 |
| * | | | | | Add final netlink constants referenced as needed for rtnetlink in the documen... | John Baublitz | 2019-05-23 | 1 | -0/+16 |
| | |_|/ /
| |/| | | |
|
* | | | | | Auto merge of #1366 - Susurrus:iff_constants, r=gnzlbg | bors | 2019-05-24 | 1 | -13/+13 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Change datatype for some IFF_ constants | Bryant Mairs | 2019-05-24 | 1 | -13/+13 |
* | | | | | Auto merge of #1361 - gnzlbg:std_feature, r=gnzlbg | bors | 2019-05-24 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Deprecate `use_std` cargo feature: use `std` instead . | gnzlbg | 2019-05-24 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Fix locale_t in unix and fuchsia. | gnzlbg | 2019-05-24 | 2 | -12/+4 |
|/ / / |
|
* | | | Auto merge of #1344 - gnzlbg:fix_android_bj, r=gnzlbg | bors | 2019-05-23 | 16 | -63/+103 |
|\ \ \ |
|
| * | | | [breaking change] remove getdtablesize - removed in Android API 21 | gnzlbg | 2019-05-23 | 1 | -1/+0 |
| * | | | [breaking change] remove __progname | gnzlbg | 2019-05-23 | 1 | -4/+0 |
| * | | | Test strerror_r on Android and Linux | gnzlbg | 2019-05-23 | 11 | -4/+35 |
| * | | | [breaking change] personality takes a c_uint instead of c_ulong on Android | gnzlbg | 2019-05-23 | 1 | -2/+1 |
| * | | | [breaking change] set/getpriority who argument is of type id_t on Android | gnzlbg | 2019-05-23 | 1 | -2/+3 |
| * | | | [breaking change] recvfrom takes a mut pointer on Android | gnzlbg | 2019-05-23 | 1 | -1/+1 |
| * | | | [breaking change] mprotect takes a mut pointer on Android | gnzlbg | 2019-05-23 | 1 | -1/+1 |
| * | | | [breaking change] msync takes a mut pointer on Android | gnzlbg | 2019-05-23 | 1 | -1/+1 |
| * | | | [breaking change] madvise takes a mut pointer on Android | gnzlbg | 2019-05-23 | 1 | -1/+1 |
| * | | | [breaking change] pthread_key_t is signed on Android | gnzlbg | 2019-05-23 | 4 | -1/+3 |
| * | | | [breaking change] fix types of stat/stat64 structs, atime/mtime/ctime fields ... | gnzlbg | 2019-05-23 | 3 | -30/+30 |
| * | | | Deprecate ENOATTR on Linux and Android | gnzlbg | 2019-05-23 | 2 | -4/+8 |
| * | | | [breaking change] sigaction.sa_flags changed from c_ulong to c_int on 32-bit ... | gnzlbg | 2019-05-23 | 1 | -1/+1 |
| * | | | [breaking change] sigaction.sa_flags changed signedness on x86_64-android | gnzlbg | 2019-05-23 | 1 | -1/+1 |
| * | | | [breaking change] __sched_cpucount changed pointer mutability on x86_64-android | gnzlbg | 2019-05-23 | 1 | -1/+2 |
| * | | | Update FILENAME_MAX, L_tmpnam, MS_*, SYS_ and NFT* Android constants | gnzlbg | 2019-05-23 | 5 | -10/+17 |
* | | | | openbsd: add KERN_PFSTATUS and update KERN_MAXID | Sébastien Marie | 2019-05-23 | 1 | -1/+11 |
* | | | | Auto merge of #1351 - jbaublitz:nl_consts_pr, r=gnzlbg | bors | 2019-05-22 | 2 | -0/+143 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fix builds by moving the rest of the current constants to linux/other/mod.rs ... | John Baublitz | 2019-05-22 | 2 | -5/+8 |
| * | | | Fix builds by moving some constants to linux/other/mod.rs to avoid breaking musl | John Baublitz | 2019-05-21 | 2 | -11/+14 |
| * | | | Add more neighbour.h constants | John Baublitz | 2019-05-17 | 1 | -0/+13 |
| * | | | Add NTF_ consts | John Baublitz | 2019-05-17 | 1 | -0/+8 |
| * | | | Add NUD_ consts | John Baublitz | 2019-05-17 | 1 | -0/+11 |
| * | | | Add RT_TABLE_ consts | John Baublitz | 2019-05-17 | 1 | -0/+6 |
| * | | | RT_SCOPE_ consts | John Baublitz | 2019-05-17 | 1 | -0/+6 |
| * | | | RTN_ and RTPROT_ consts | John Baublitz | 2019-05-17 | 1 | -0/+19 |
| * | | | Add RTA_ const values | John Baublitz | 2019-05-17 | 1 | -0/+29 |
| * | | | Commit for rtnetlink consts | John Baublitz | 2019-05-17 | 2 | -0/+45 |
* | | | | Refactor OpenBSD-like module into OpenBSD | gnzlbg | 2019-05-22 | 6 | -503/+483 |
* | | | | Auto merge of #1354 - gnzlbg:gettimeofday, r=gnzlbg | bors | 2019-05-22 | 16 | -14/+30 |
|\ \ \ \ |
|
| * | | | | [breaking change] incorrect API of gettimeofday | gnzlbg | 2019-05-22 | 16 | -14/+30 |
| |/ / / |
|
* | | | | Auto merge of #1340 - ibabushkin:mmap_flags, r=gnzlbg | bors | 2019-05-21 | 3 | -0/+6 |
|\ \ \ \ |
|
| * | | | | Disabled MAP_SHARED_VALIDATE and MAP_FIXED_NOREPLACE on musl for now. | Inokentiy Babushkin | 2019-05-21 | 4 | -3/+6 |