summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #705 - wezm:release-0.2.29, r=alexcrichton0.2.29bors2017-07-312-6/+6
|\
| * Bump to version 0.2.29Wesley Moore2017-07-312-6/+6
* | Auto merge of #706 - cactorium:master, r=alexcrichtonbors2017-07-311-0/+3
|\ \ | |/ |/|
| * Merge branch 'master' of https://github.com/rust-lang/libcKelvin Ly2017-07-3175-490/+4225
| |\ | |/ |/|
* | Auto merge of #703 - mneumann:dragonfly-add-evfilt-except, r=alexcrichtonbors2017-07-301-0/+1
|\ \
| * | Add EVFILT_EXCEPT constantMichael Neumann2017-07-301-0/+1
|/ /
* | Auto merge of #701 - ndusart:rcvbufforce, r=alexcrichtonbors2017-07-271-0/+1
|\ \
| * | add SO_RCVBUFFORCE for s390xNicolas Dusart2017-07-271-0/+1
|/ /
* | Auto merge of #697 - wezm:openbsd-so_timestamp, r=alexcrichtonbors2017-07-251-0/+1
|\ \
| * | Add SO_TIMESTAMP for OpenBSD like OSesWesley Moore2017-07-251-0/+1
* | | Auto merge of #698 - ndusart:in_addr_t, r=alexcrichtonbors2017-07-251-4/+4
|\ \ \ | |/ / |/| |
| * | change type of INADDR constants to in_addr_tNicolas Dusart2017-07-251-4/+4
|/ /
* | Auto merge of #696 - mgeisler:patch-1, r=alexcrichtonbors2017-07-241-0/+4
|\ \
| * | Add CI badgesMartin Geisler2017-07-251-0/+4
|/ /
* | Auto merge of #695 - ndusart:inaddrany, r=alexcrichtonbors2017-07-242-5/+5
|\ \
| * | define INADDR_* constants in unix platformsNicolas Dusart2017-07-242-5/+5
* | | Auto merge of #694 - dhduvall:master, r=alexcrichtonbors2017-07-241-1/+1
|\ \ \ | |/ / |/| |
| * | PTHREAD_PROCESS_PRIVATE needs to be a 16-bit type on SolarisDanek Duvall2017-07-241-1/+1
|/ /
* | Auto merge of #693 - marmistrz:master, r=alexcrichton0.2.28bors2017-07-242-6/+6
|\ \
| * | Bump version to 0.2.28Marcin Mielniczuk2017-07-242-6/+6
|/ /
* | Auto merge of #689 - lucab:ups/fexecve, r=alexcrichtonbors2017-07-232-1/+5
|\ \
| * | unix: add fexecve()Luca Bruno2017-07-222-1/+5
* | | Auto merge of #686 - marmistrz:regs, r=alexcrichtonbors2017-07-223-0/+52
|\ \ \
| * | | Define i686 when TARGET=i686*Marcin Mielniczuk2017-07-221-1/+2
| * | | include sys/regs.h only on x86 and x86_64Marcin Mielniczuk2017-07-211-1/+3
| * | | Include sys/user.h in the automatic testMarcin Mielniczuk2017-07-211-0/+1
| * | | Add offsets in user_regs_struct from sys/reg.hMarcin Mielniczuk2017-07-212-0/+48
* | | | Auto merge of #687 - GuillaumeGomez:up-version, r=alexcrichton0.2.27bors2017-07-212-6/+6
|\ \ \ \
| * | | | Update crate versionGuillaume Gomez2017-07-212-6/+6
| | |/ / | |/| |
* | | | Auto merge of #688 - alexcrichton:revoke, r=alexcrichtonbors2017-07-211-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Disable revocation checking temporarilyAlex Crichton2017-07-211-0/+1
|/ / /
* | | Auto merge of #671 - Susurrus:signalfd_android, r=alexcrichtonbors2017-07-202-1/+27
|\ \ \
| * | | Add signalfd and related to androidBryant Mairs2017-07-202-1/+27
* | | | Auto merge of #683 - ndusart:af_const, r=alexcrichtonbors2017-07-2023-3/+34
|\ \ \ \
| * | | | add missing O_* flagsNicolas Dusart2017-07-2023-3/+33
| * | | | Add SO_RCVBUFFORCE in AndroidNicolas Dusart2017-07-201-0/+1
| | |/ / | |/| |
* | | | Auto merge of #673 - g2p:fallocate-flags, r=alexcrichtonbors2017-07-2018-22/+25
|\ \ \ \ | |_|/ / |/| | |
| * | | Ignore newer kernel constants if building with muslGabriel2017-07-201-0/+4
| * | | Include linux/falloc.h directlyGabriel2017-07-191-0/+1
| * | | Add all current fallocate flagsGabriel2017-07-194-9/+7
| * | | Use Ubuntu 17.10 as the base imageGabriel2017-07-1913-13/+13
* | | | Auto merge of #679 - GuillaumeGomez:other-mac-structs, r=alexcrichtonbors2017-07-194-1/+86
|\ \ \ \
| * | | | Add mac structsGuillaume Gomez2017-07-194-1/+86
| | |/ / | |/| |
* | | | Auto merge of #680 - alexcrichton:c_long, r=alexcrichtonbors2017-07-193-711/+716
|\ \ \ \ | |/ / / |/| | |
| * | | Switch to rustup hyper backend temporarilyAlex Crichton2017-07-191-0/+5
| * | | Restore SYS_* constants to the c_long typeAlex Crichton2017-07-192-711/+711
|/ / /
* | | Auto merge of #672 - marmistrz:master, r=alexcrichtonbors2017-07-182-6/+716
|\ \ \ | |/ / |/| |
| * | Remove existing SYS_* entiresMarcin Mielniczuk2017-07-182-6/+0
| * | Rename __NR_ to SYS_, move before extern fnMarcin Mielniczuk2017-07-182-716/+716
| * | Add syscall table for x86 and x86_64Marcin Mielniczuk2017-07-172-0/+716