about summary refs log tree commit diff
path: root/src/liblibc
AgeCommit message (Expand)AuthorLines
2016-11-16rustc: Implement #[link(cfg(..))] and crt-staticAlex Crichton-0/+0
2016-10-24Support for aarch64 architecture on FuchsiaRaph Levien-0/+0
2016-10-22Update libc submodule with corresponding fuchsia changesRaph Levien-0/+0
2016-10-11std: Update liblibc submoduleAlex Crichton-0/+0
2016-10-09use MSG_NOSIGNAL on all relevant platformsMathieu Poumeyrol-0/+0
2016-09-28use MSG_NOSIGNAL from liblibcMathieu Poumeyrol-0/+0
2016-09-26When getaddrinfo returns EAI_SYSTEM retrieve actual error from errno.Tomasz Miąsko-0/+0
2016-09-09Add s390x supportUlrich Weigand-0/+0
2016-08-29update libc submoduleJorge Aparicio-0/+0
2016-08-27update libcJorge Aparicio-0/+0
2016-07-30point the libc submodule back to rust-lang/libcJorge Aparicio-0/+0
2016-07-30arm-musl targets now use cfg(env = "musl")Jorge Aparicio-0/+0
2016-07-11libc: fast-forward for solaris `RTLD_DEFAULT`Josh Stone-0/+0
2016-06-02Update libc to bring in pthread mutex type definitionsAmanieu d'Antras-0/+0
2016-05-17std: Update libc submoduleAlex Crichton-0/+0
2016-05-15Update libc to bring in updates for android's aarch64.Nerijus Arlauskas-0/+0
2016-04-04std: Fix linking against `signal` on AndroidAlex Crichton-0/+0
2016-03-09std: Don't spawn threads in `wait_with_output`Alex Crichton-0/+0
2016-03-06update the src/liblibc submoduleJorge Aparicio-0/+0
2016-03-01Update libc crateSebastian Wicki-0/+0
2016-02-22Update libc to 16f1c19Mátyás Mustoha-0/+0
2016-02-21std: Use Android LFS off64_t, ftruncate64, and lseek64Josh Stone-0/+0
2016-02-18Remove alternate stack with sigaltstack before unmapping it.Tomasz Miąsko-0/+0
2016-02-05std: Add a helper for symbols that may not existAlex Crichton-0/+0
2016-01-31update libc submoduleJorge Aparicio-0/+0
2016-01-30revert changes used for local testingJorge Aparicio-0/+0
2016-01-29add support for mips(el)-unknown-linux-muslJorge Aparicio-0/+0
2016-01-28std: Fix rumprun buildAlex Crichton-0/+0
2016-01-21updating the libc dependency to pull in build breaker fixesDave Huseby-0/+0
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