summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #155 from alexcrichton/bump0.2.6Alex Crichton2016-01-263-7/+7
|\
| * Bump to 0.2.6Alex Crichton2016-01-263-7/+7
|/
* Merge pull request #154 from polezaivsani/openbsd_sockgrpoptAlex Crichton2016-01-261-0/+3
|\
| * Add IP v6 group membership options to OpenBSD buildVasily Kolobkov2016-01-261-0/+3
|/
* Merge pull request #153 from kamalmarhubi/if_indextonameAlex Crichton2016-01-251-0/+3
|\
| * unix: Add if_indextoname and IF_NAMESIZEKamal Marhubi2016-01-251-0/+3
|/
* Merge pull request #150 from jamperry/masterAlex Crichton2016-01-234-0/+9
|\
| * adding SOCK_NONBLOCK & SOCK_CLOEXEC for linux MIPSJames Perry2016-01-231-0/+2
| * adding SOCK_NONBLOCK and SOCK_CLOEXECJames Perry2016-01-233-0/+7
|/
* Merge pull request #149 from alexcrichton/more-testedAlex Crichton2016-01-223-12/+13
|\
| * Merge branch 'clone_common_type' of https://github.com/fiveop/libcAlex Crichton2016-01-221-6/+6
| |\
| | * Use same type for all CLONE_ flags.Philipp Matthias Schaefer2016-01-211-6/+6
| * | Merge branch 'eventfd-initval-unsigned' of https://github.com/jimblandy/libcAlex Crichton2016-01-221-1/+1
| |\ \
| | * | The type of eventfd's 'initval' argument should be unsigned.Jim Blandy2016-01-121-1/+1
| * | | Linkify more docs, add more tested triplesAlex Crichton2016-01-221-5/+6
|/ / /
* | | 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