summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #245 - alexcrichton:bump, r=alexcrichton0.2.9bors2016-03-302-5/+5
|\
| * Bump to 0.2.9Alex Crichton2016-03-302-5/+5
|/
* Auto merge of #241 - alexcrichton:fix-header-footer, r=alexcrichtonbors2016-03-302-11/+10
|\
| * Swap header/footer... dunno how they got that way?Alex Crichton2016-03-282-11/+10
|/
* Auto merge of #233 - kamalmarhubi:linux-fcntl, r=alexcrichtonbors2016-03-182-2/+10
|\
| * linux: Add missing Linux-specific fcntlsKamal Marhubi2016-03-182-2/+10
|/
* Auto merge of #229 - kamalmarhubi:mount-flags, r=alexcrichtonbors2016-03-152-5/+7
|\
| * linux: Move some MS_ flags for mount(2) upKamal Marhubi2016-03-142-5/+4
| * linux: Comment distinction between msync and mount MS_ flagsKamal Marhubi2016-03-141-0/+3
* | Auto merge of #226 - m4rw3r:master, r=alexcrichtonbors2016-03-143-0/+70
|\ \
| * | apple: TIOCTIMESTAMP and TIOCDCDTIMESTAMP differ on 32 bitMartin Wernstål2016-03-133-2/+6
| * | apple: Add TIOC* constantsMartin Wernstål2016-03-131-0/+66
* | | Auto merge of #230 - alexcrichton:winapi-update, r=alexcrichtonbors2016-03-142-8/+8
|\ \ \ | |_|/ |/| |
| * | Update winapiAlex Crichton2016-03-142-8/+8
|/ /
* | Auto merge of #227 - kamalmarhubi:clone-flags, r=alexcrichtonbors2016-03-132-7/+6
|\ \ | |/ |/|
| * linux: Move namespace clone flags up one levelKamal Marhubi2016-03-132-7/+6
|/
* Auto merge of #225 - posborne:netlink-android, r=alexcrichtonbors2016-03-112-7/+7
|\
| * Pull sockaddr_nl up a layer as it is present for AndroidPaul Osborne2016-03-122-7/+7
|/
* Auto merge of #224 - kamalmarhubi:safer-cfg, r=alexcrichtonbors2016-03-1113-13/+24
|\
| * Make cfg_if uses more explicit and consistentKamal Marhubi2016-03-1113-13/+24
* | Auto merge of #222 - mneumann:dragonfly_clock_gettime, r=alexcrichtonbors2016-03-113-3/+18
|\ \ | |/ |/|
| * Fix DragonFly: clock_gettime() expects CLOCK_* constants as ulong.Michael Neumann2016-03-113-3/+18
* | Auto merge of #223 - alexcrichton:run-all, r=alexcrichtonbors2016-03-112-7/+0
|\ \
| * | Run CI on all branchesAlex Crichton2016-03-112-7/+0
|/ /
* | Auto merge of #221 - alexcrichton:bors, r=alexcrichtonbors2016-03-112-2/+3
|\ \ | |/ |/|
| * Add webhooks to travisAlex Crichton2016-03-102-2/+3
* | Merge pull request #219 from kamalmarhubi/perf_event_openAlex Crichton2016-03-1013-1/+28
|\ \
| * | linux: Add SYS_perf_event_open syscall numbersKamal Marhubi2016-03-1012-0/+13
| * | musl: Add architecture specific modules for 64 bitKamal Marhubi2016-03-104-1/+15
|/ /
* | Merge pull request #202 from kamalmarhubi/openptyAlex Crichton2016-03-083-0/+17
|\ \ | |/ |/|
| * apple: Add openpty(3) and forkpty(3)Kamal Marhubi2016-03-083-0/+17
|/
* Merge pull request #218 from alexcrichton/bump0.2.8Alex Crichton2016-03-072-23/+10
|\
| * Update the libc-test lockfileAlex Crichton2016-03-071-22/+9
| * Bump to 0.2.8Alex Crichton2016-03-071-1/+1
|/
* Merge pull request #217 from gabrielesvelto/masterAlex Crichton2016-03-071-0/+3
|\
| * Add MAP_STACK and MAP_HUGETLB entries to MIPS so that the nix crate can be builtGabriele Svelto2016-03-071-0/+3
|/
* Merge pull request #216 from alexcrichton/mergeAlex Crichton2016-03-0616-15/+21
|\
| * Merge branch 'master' of https://github.com/fpgaminer/libc into mergeAlex Crichton2016-03-061-0/+5
| |\
| | * Add utimensatfpgaminer2016-03-061-0/+5
| |/ |/|
| * Merge branch 'musl-arm' of https://github.com/joerg-krause/libc into mergeAlex Crichton2016-03-061-1/+2
| |\
| | * musl: opt for dynamic linking for arm archJörg Krause2016-03-071-1/+2
| |/ |/|
| * Fix SYS_gettid type to match first argument of syscall.Dave Hylands2016-03-0614-14/+14
|/
* Merge pull request #212 from alexcrichton/mergeAlex Crichton2016-03-0628-570/+828
|\
| * Fix some more styleAlex Crichton2016-03-062-4/+4
| * Merge branch 'style' of https://github.com/alexcrichton/libc into mergeAlex Crichton2016-03-0625-584/+822
| |\
| | * Add a style checking script to CIAlex Crichton2016-03-0125-560/+798
| * | Merge branch 'i686-musl-stat' of https://github.com/japaric/libc into mergeAlex Crichton2016-03-063-18/+36
| |\ \
| | * | same treatment for arm and asmjsJorge Aparicio2016-03-062-12/+24
| | * | i686-musl: split timespec fields into (time_t, c_long) pairsJorge Aparicio2016-03-061-6/+12
| * | | Merge branch 'fdatasync' of https://github.com/kamalmarhubi/libc into mergeAlex Crichton2016-03-062-0/+2
| |\ \ \ |/ / / /