summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| |\ \ \ |/ / / /
| * | | unix: Include fdatasync(2) on non-Apple systemsKamal Marhubi2016-03-062-0/+2
| |/ /
* | | Merge pull request #209 from dhylands/SYS_gettidAlex Crichton2016-03-0614-0/+28
|\ \ \ | |/ / |/| |
| * | Add SYS_gettidDave Hylands2016-03-0614-0/+28
|/ /
* | Merge pull request #208 from alexcrichton/moar-nightliesAlex Crichton2016-03-052-27/+7
|\ \ | |/ |/|
| * Use nightlies for iOS and rumprunAlex Crichton2016-03-032-27/+7
|/
* Merge pull request #207 from alexcrichton/android-selectAlex Crichton2016-03-011-10/+10
|\
| * Add select() to Android bindingsAlex Crichton2016-03-011-10/+10
|/
* Merge pull request #205 from alexcrichton/mergeAlex Crichton2016-02-2910-11/+70
|\
| * Unfortunately Android doesn't have futimesAlex Crichton2016-02-291-1/+1
| * Merge branch 'futimens' of https://github.com/pitdicker/libc into mergeAlex Crichton2016-02-293-1/+4
| |\
| | * Move futimens to the right module and add futimesPaul Dicker2016-02-293-2/+4
| | * Add futimensPaul Dicker2016-02-291-0/+1
| * | Merge branch 'ucontext' of https://github.com/fiveop/libc into mergeAlex Crichton2016-02-293-0/+50
| |\ \
| | * | Add ucontext struct for Linux/x86Philipp Matthias Schaefer2016-02-293-0/+50
| * | | Merge branch 'various-rumprun-fixes' of https://github.com/gandro/libc into m...Alex Crichton2016-02-297-10/+16
| |\ \ \ |/ / / /