summary refs log tree commit diff
path: root/src/liblibc
AgeCommit message (Expand)AuthorLines
2016-01-15Update libcAnton Blanchard-0/+0
2016-01-12android has `posix_memalign` for API 16+ since NDK r10dTamir Duberstein-0/+0
2015-12-21unbreak openbsd codeSébastien Marie-0/+0
2015-12-18Pull newer version of libc for NR_GETENTROPYMichael McConville-0/+0
2015-12-18Update liblibc to current masterFlorian Hahn-0/+0
2015-11-26Update libc. Fixes netbsd.Brian Anderson-0/+0
2015-11-25Update liblibcVadim Petrochenkov-0/+0
2015-11-22libc: Update to masterAlex Crichton-0/+0
2015-11-17Add changes to liblibcDevon Hollowood-0/+0
2015-11-09libc: Replace liblibc with crates.io libcAlex Crichton-7184/+0
2015-10-23Unsafety -> Safety in doc headingsSteve Klabnik-1/+1
2015-10-23Auto merge of #29216 - steveklabnik:fix_libc, r=alexcrichtonbors-1/+1
2015-10-22Fix build of libc on stableSteve Klabnik-1/+1
2015-10-21rustfmt liblibcMarcello Seri-2584/+2726
2015-09-27Add PATH_MAX to liblibc's Linux bindings.Utkarsh Kukreti-0/+4
2015-09-26Add support for the rumprun unikernelSebastian Wicki-1/+5
2015-09-23unbreak openbsd after netbsd integrationSébastien Marie-1/+3
2015-09-21Various fixes for NetBSD/amd64Sebastian Wicki-50/+488
2015-08-30Atomically set CLOEXEC on duplicated socketsTobias Bucher-1/+6
2015-08-28libc: Fix constants used by `libc::pathconf`Barosl Lee-2/+17
2015-08-25Auto merge of #27971 - tbu-:pr_cloexec, r=alexcrichtonbors-0/+21
2015-08-25Auto merge of #27957 - overminder:aug23-i686-android, r=alexcrichtonbors-9/+12
2015-08-24Atomically open files with O_CLOEXEC where possibleTobias Bucher-0/+21
2015-08-24i686-linux-android: Removing useless cfgs.Overmind JIANG-5/+0
2015-08-23Auto merge of #27931 - tbu-:pr_liblibc_void, r=alexcrichtonbors-5/+6
2015-08-23New cross target: i686-linux-androidTim JIANG-9/+17
2015-08-21Remove outdated comment and hide variants of `c_void`Tobias Bucher-5/+6
2015-08-16rustdoc: Added issue_tracker_base_url annotations to cratesMartin Wernstål-1/+2
2015-08-15libc,rand: Add issues for all unstable featuresAlex Crichton-2/+3
2015-08-12libc: Fix backcompat with crates.io versionAlex Crichton-1/+12
2015-08-11rollup merge of #27678: alexcrichton/snapshotsAlex Crichton-2/+0
2015-08-11Register new snapshotsAlex Crichton-2/+0
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-3/+3
2015-08-03syntax: Implement #![no_core]Alex Crichton-2/+3
2015-07-31fixes unused import compile failureDave Huseby-2/+2
2015-07-28Fixes #25155 and fixes #27359 by fixing the stat defines for both freebsd 10....Dave Huseby-4/+3
2015-07-20Register new snapshotsAlex Crichton-4/+0
2015-07-11adding support for i686-unknown-freebsd targetDave Huseby-0/+94
2015-07-10Show file name and access mode in Debug instance for File on OS XFlorian Hartwig-0/+5
2015-07-09Add FileTypeUnix trait to add unix special file typesJesús Espino-0/+6
2015-07-08trans: Link rlibs to dylibs with --whole-archiveAlex Crichton-0/+1
2015-07-06Rollup merge of #26809 - cmr:libc-ioctl, r=alexcrichtonSteve Klabnik-3/+3
2015-07-05liblibc: correct Linux ioctl request typeCorey Richardson-3/+3
2015-07-01Add netbsd amd64 supportAlex Newman-10/+18
2015-06-24Add flock() to liblibcAndy Grover-0/+27
2015-06-24Auto merge of #26521 - oli-obk:android-x86-libclibc, r=alexcrichtonbors-8/+13
2015-06-23Support Android/x86 for liblibcMakoto Kato-8/+13
2015-06-19liblibc: Fix prototype of functions taking `char *const argv[]`Geoffrey Thomas-16/+18
2015-06-15When building libc crate with musl, don't look for libc.aAidan Hobson Sayers-1/+4
2015-06-04crate libc: Correct signature of `WriteFile`York Xiang-2/+2