summaryrefslogtreecommitdiff
path: root/libc-test/build.rs
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add FreeBSD process descriptors APIGreg V2018-01-221-0/+1
|/ /
* | Move some containers to ubuntu 18.04Alex Crichton2018-01-181-0/+5
|/
* Add sockaddr_ctl on MacBryant Mairs2018-01-141-1/+2
* Auto merge of #896 - cneira:master, r=alexcrichtonbors2018-01-121-1/+4
|\
| * adding epoll for illumosneirac2018-01-111-1/+4
* | feat(linux): add mntent struct and related functionsKelsey Z2018-01-111-1/+2
|/
* Add bpf constant on macOSluozijun2017-12-271-0/+1
* Add struct `bpf_hdr` on macOSluozijun2017-12-271-0/+1
* Add some constants for linux and macosluozijun2017-12-261-1/+3
* Add SECCOMP_MODE_* flags on LinuxJörg Thalheim2017-12-191-0/+1
* Auto merge of #871 - asomers:mq, r=alexcrichtonbors2017-12-171-1/+16
|\
| * POSIX mqueue bindings for the BSDsAlan Somers2017-12-161-1/+16
* | Add `net/if_utun.h` constants for macos platform and `linux/if_tun.h` for lin...luozijun2017-12-141-0/+2
* | remove includeluozijun2017-12-121-2/+0
* | Add `sockaddr_dl` for all bsdlikeluozijun2017-12-121-1/+1
* | fix freebsd include pathluozijun2017-12-121-1/+1
* | fix include pathluozijun2017-12-121-3/+1
* | update libc-test/build.rsluozijun2017-12-121-1/+4
|/
* Add some Solaris quirksbgermann2017-11-181-3/+8
* Prerequisites for Solaris testing supportbgermann2017-11-181-3/+30
* Add dl_iterate_phdr and related typesSteven Fackler2017-11-101-1/+5
* Expose MFD_ constants on all Linux targets.Bryant Mairs2017-11-061-0/+1
* Add MFD_ constants for memfd_createBryant Mairs2017-11-051-0/+4
* Add constants used by getrandom linux syscallMarco A L Barbosa2017-11-021-0/+8
* Auto merge of #812 - malbarbo:x32, r=alexcrichtonbors2017-10-191-1/+3
|\
| * Linux x32 does not support sysctlMarco A L Barbosa2017-10-181-1/+3
* | Auto merge of #802 - Mic92:setfsuid, r=alexcrichtonbors2017-10-191-1/+2
|\ \
| * | provide setfsgid/setfsuid also on androidJoerg Thalheim2017-10-191-1/+2
* | | Add termios2 for Android & LinuxBryant Mairs2017-10-181-2/+15
* | | Add BOTHER to Android & LinuxBryant Mairs2017-10-181-0/+3
| |/ |/|
* | define SYS_renameat2 + flags on linuxJoerg Thalheim2017-10-161-1/+3
|/
* Fix glibc 2.26 incompatibilities #788Vojtech Kral2017-10-091-1/+2
* Add DCCP constant definitions.Jack Pappas2017-09-201-0/+10
* Auto merge of #761 - LeoTindall:add_linux_iff_constants, r=alexcrichtonbors2017-09-121-0/+7
|\
| * Prevent testing linux/if.h definitions on musl targetsSilverWingedSeraph2017-09-121-3/+5
| * Add tests for linux/if.h for additional IFF_ flagsSilverWingedSeraph2017-09-121-0/+5
* | Add timerfd API on Linuxslyrz2017-09-091-0/+1
|/
* Add QFMT_VFS_V1 on MIPS and test all QFMT_ constantsBryant Mairs2017-08-291-6/+3
* Fix musl buildAlex Crichton2017-08-271-1/+3
* Add asmjs/wasm32 to CIAlex Crichton2017-08-261-9/+12
* Add more fcntl and seal constants for Android/LinuxBryant Mairs2017-08-201-1/+32
* Remove OpenBSD CIAlex Crichton2017-08-181-5/+1
* Add exception in testsuite: the constants are newSébastien Marie2017-08-131-0/+3
* skip siginfo_t.si_addr type check on OpenBSDSébastien Marie2017-08-131-0/+2
* Add MADV_FREE and MADV_SOFT_OFFLINE for Android/LinuxBryant Mairs2017-08-101-0/+6
* Auto merge of #708 - wezm:remove-missing-openbsd-constants, r=alexcrichtonbors2017-08-041-0/+5
|\
| * Add KERN_ARND and KERN_USERMOUNT to don't check list on OpenBSDWesley Moore2017-08-031-0/+5
* | Include sys/reg.h on Android.Marcin Mielniczuk2017-08-011-0/+3
|/
* Auto merge of #689 - lucab:ups/fexecve, r=alexcrichtonbors2017-07-231-1/+2
|\
| * unix: add fexecve()Luca Bruno2017-07-221-1/+2