summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ |/ / / /
| * | | Re-enable some Rumprun testsSebastian Wicki2016-02-291-4/+0
| * | | Move pthread_*_np functions to correct BSD modulesSebastian Wicki2016-02-293-4/+8
| * | | Don't link against lib{c,rt} on Rumprun for libstdSebastian Wicki2016-02-292-1/+7
| * | | Fix evaluation order of the cfg_if! macroSebastian Wicki2016-02-291-1/+1
* | | | Merge pull request #201 from fiveop/sigwaitAlex Crichton2016-02-294-0/+20
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add sigwait/sigwaitinfo/sigtimedwait.Philipp Matthias Schaefer2016-02-294-0/+20
|/ / /
* | | Merge pull request #197 from gandro/fix-netbsd-sigsymbolsAlex Crichton2016-02-261-0/+2
|\ \ \ | |/ / | | / | |/ |/|
| * Fix deprecated NetBSD sigaction/sigaltstack symbolsSebastian Wicki2016-02-261-0/+2
|/
* Merge pull request #194 from mneumann/dragonfly_fixes_2016_squashedAlex Crichton2016-02-219-99/+222
|\
| * Fix a couple of issues spotted by alexcrichton.Michael Neumann2016-02-216-83/+81
| * Squashed commit of the following:Michael Neumann2016-02-2010-100/+225
|/
* Merge pull request #193 from alexcrichton/fix-iosAlex Crichton2016-02-185-3/+10
|\
| * Move iOS back to a known good dateAlex Crichton2016-02-182-2/+6
| * Merge branch 'fix_arm64_android_modet' of https://github.com/mmatyas/libcAlex Crichton2016-02-183-1/+4
| |\ |/ /
| * Use 32-bit mode_t on 64-bit Android devicesMátyás Mustoha2016-02-183-1/+4
|/
* Merge pull request #190 from cuviper/android-lfsAlex Crichton2016-02-161-0/+58
|\