summary refs log tree commit diff
path: root/src/liblibc
AgeCommit message (Expand)AuthorLines
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
2015-05-29Fix windows recvfrom definitionSteven Fackler-2/+1
2015-05-20Auto merge of #25350 - alexcrichton:msvc, r=brsonbors-0/+6
2015-05-19libc: Add necessary libraries for MSVCAlex Crichton-0/+6
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-05-12Add wait and waitpid to libc.Mike Sampson-0/+6
2015-05-09Rollup merge of #25211 - huonw:libc, r=cmrManish Goregaokar-1/+2
2015-05-09Rollup merge of #25140 - kevinmehall:mips, r=steveklabnikManish Goregaokar-0/+24
2015-05-08Add a reason to the libc & rand instability.Huon Wilson-1/+2
2015-05-06Move the SC constants for macos to an accessible module (fixes #24374 for mac).Ms2ger-133/+44
2015-05-05Add TCP_* constants for mips/mipsel LinuxKevin Mehall-0/+24
2015-04-27std: Prepare for linking to muslAlex Crichton-1/+5
2015-04-21add TCP_* consts for linuxYoung Wu-0/+24
2015-04-21Implement Debug for FileChris Wong-0/+2
2015-04-18Auto merge of #24464 - lambdaburrito:master, r=alexcrichtonbors-0/+127
2015-04-16Auto merge of #24306 - l0kod:libc-noctty, r=alexcrichtonbors-0/+5
2015-04-15fix tabspez-93/+93
2015-04-15add all SC constants for macosJames Perry-1/+128
2015-04-13remove duplicated linux sysconf modpez-6/+2