summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
|\
| * Android: remove `readahead`Josh Stone2016-02-161-2/+0
| * Android: add some of the same LFS functions as LinuxJosh Stone2016-02-161-0/+60
|/
* Merge pull request #188 from alexcrichton/mergeAlex Crichton2016-02-157-2/+20
|\
| * Merge branch 'sigaltstack-flags' of https://github.com/tmiasko/libc into mergeAlex Crichton2016-02-153-0/+9
| |\
| | * [unix] Add SS_ONSTACK and SS_DISABLE.Tomasz Miąsko2016-02-153-0/+9
| |/ |/|
| * Merge branch 'pthread-kill' of https://github.com/tmiasko/libc into mergeAlex Crichton2016-02-151-0/+1
| |\
| | * [unix] Add pthread_kill.Tomasz Miąsko2016-02-151-0/+1
| |/ |/|
| * Merge branch 'mkstemp' of https://github.com/kamalmarhubi/libc into mergeAlex Crichton2016-02-154-1/+9
| |\
| | * unix: Add mkstemp(3) and related functionsKamal Marhubi2016-02-154-1/+9
| |/ |/|
| * Merge branch 'master' of https://github.com/JasonSmith/libc into mergeAlex Crichton2016-02-151-1/+1
| |\ |/ /
| * Merge branch 'master' into masterJason Smith2016-02-1311-33/+75
| |\ | |/ |/|
* | Merge pull request #177 from cybergeek94/masterAlex Crichton2016-02-132-0/+21
|\ \
| * | Add `posix_fadvise()` and related constantsAustin Bonander2016-02-122-0/+21
|/ /
* | Merge pull request #182 from alexcrichton/update-after-moveAlex Crichton2016-02-121-22/+22
|\ \
| * | Update links in README for transition to rust-langAlex Crichton2016-02-111-22/+22
|/ /
* | Merge pull request #183 from antonblanchard/powerpc64_merge2Alex Crichton2016-02-114-8/+5
|\ \
| * | wchar_t is signed on powerpc64Anton Blanchard2016-02-121-1/+1
| * | target_arch is always powerpc64, remove powerpc64le checkAnton Blanchard2016-02-123-7/+4
|/ /
* | Merge pull request #181 from dhuseby/fixing_netbsd_siginfo_tAlex Crichton2016-02-111-1/+9
|\ \