summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #142 from alexcrichton/bump0.2.5Brian Anderson2016-01-212-4/+4
|\
| * Bump to 0.2.5Alex Crichton2016-01-212-4/+4
|/
* Merge pull request #145 from dhuseby/fixing_O_ACCMODEAlex Crichton2016-01-212-0/+2
|\
| * Fixes #144 by defining O_ACCMODE for BSD'sDave Huseby2016-01-202-0/+2
|/
* Merge pull request #143 from Mokosha/AddPowerPCSupportAlex Crichton2016-01-203-1/+26
|\
| * Preliminary PowerPC SupportPavel Krajcevski2016-01-203-1/+26
|/
* Merge pull request #140 from jaksi/patch-1Alex Crichton2016-01-201-0/+1
|\
| * Add IP_TRANSPARENT socket optionJakab Kristóf2016-01-201-0/+1
|/
* Merge pull request #139 from alexcrichton/freebsdAlex Crichton2016-01-1919-103/+546
|\
| * Fix all definitions on FreeBSDAlex Crichton2016-01-187-37/+88
| * Add OpenBSD and FreeBSD CI to TravisAlex Crichton2016-01-1813-66/+458
|/
* Merge pull request #138 from nbaksalyar/illumosAlex Crichton2016-01-174-7/+782
|\
| * Move getpwuid_r definition to platform-specific modulesNikita Baksalyar2016-01-173-7/+11
| * Reorganize Illumos moduleNikita Baksalyar2016-01-171-143/+138
| * Add Illumos supportNikita Baksalyar2016-01-174-1/+777
|/
* Merge pull request #137 from mrjana/setnsAlex Crichton2016-01-151-0/+1
|\
| * Add setns api to linux targetsJana Radhakrishnan2016-01-151-0/+1
|/
* Merge pull request #133 from antonblanchard/powerpc64_mergeAlex Crichton2016-01-128-14/+142
|\
| * Add powerpc64 and powerpc64le supportAnton Blanchard2016-01-138-14/+142
|/
* Merge pull request #136 from jimblandy/eventfd-whitelistAlex Crichton2016-01-121-1/+17
|\
| * Skip C/Rust type checks for eventfd.Jim Blandy2016-01-121-1/+17
|/
* Merge pull request #135 from alexcrichton/fix-mips-flagsAlex Crichton2016-01-121-3/+3
|\
| * Correct MIPS types of SA_* flagsAlex Crichton2016-01-121-3/+3
|/
* Merge pull request #127 from jimblandy/no-linux-fsAlex Crichton2016-01-116-17/+1
|\
| * Common up all definitions of MS_RMT_MASK, since they're all equal now.Jim Blandy2016-01-115-8/+1
| * Don't #include <linux/fs.h>; libc's API is described by <sys/mount.h>.Jim Blandy2016-01-112-2/+1
| * Remove MS_NOSEC and MS_BORN flags; these are not part of the public kernel in...Jim Blandy2016-01-112-5/+0
| * Delete definitions of MS_VERBOSE; it's deprecated in favor of the (more porta...Jim Blandy2016-01-113-3/+0
|/
* Merge pull request #134 from alexcrichton/mergeAlex Crichton2016-01-1119-81/+298
|\
| * Fix constant values for MIPSAlex Crichton2016-01-114-32/+96
| * Merge branch 'android-posix-memalign' of https://github.com/tamird/libc into ...Alex Crichton2016-01-111-3/+3
| |\
| | * android has `posix_memalign` for API 16+ since NDK r10dTamir Duberstein2016-01-061-3/+3
| |/ |/|
| * Merge branch 'add_ioctl_constants' of https://github.com/derekdreery/libc int...Alex Crichton2016-01-102-6/+67
| |\
| | * Add ioctl constantsRichard Dodd2015-12-312-6/+67
| |/ |/|
| * Move docker container and don't re-symlink mips compilersAlex Crichton2016-01-104-17/+28
| * Merge branch 'mips3' of https://github.com/polachok/libc into mergeAlex Crichton2016-01-106-10/+12
| |\
| | * Fix mips fallout on new toolchainAlexander Polakov2016-01-054-8/+10
| | * Use docker for MIPSAlexander Polakov2015-12-272-2/+2
| |/ |/|
| * Merge branch 'master' of https://github.com/diwic/libc into mergeAlex Crichton2016-01-105-0/+20
| |\
| | * Add poll APIDavid Henningsson2015-12-255-0/+20
| |/ |/|
| * Merge branch 'openbsd-cleanup' of https://github.com/semarie/libc into mergeAlex Crichton2016-01-108-46/+104
| |\
| | * keep openbsd name for dirent field memberSébastien Marie2015-12-232-3/+2
| | * provide getentropy(2) instead of SYS_entropySébastien Marie2015-12-231-3/+1
| | * define NI_MAXHOST per systemSébastien Marie2015-12-236-2/+10
| | * define TMP_MAX differently for openbsdlikeSébastien Marie2015-12-234-1/+6
| | * properly define SIGSTKSZ under openbsdSébastien Marie2015-12-231-1/+1
| | * use proper type of si_addr in siginfo_tSébastien Marie2015-12-231-2/+2
| | * change sign for `blksize_t` type under openbsdSébastien Marie2015-12-231-1/+1
| | * change type size to match openbsd CSébastien Marie2015-12-231-2/+2
| | * remove backtrace() prototype that don't exists underSébastien Marie2015-12-231-1/+0