summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #106 from alexcrichton/bump0.2.4Alex Crichton2015-12-172-7/+7
|\
| * Bump to 0.2.4Alex Crichton2015-12-172-7/+7
|/
* Merge pull request #105 from alexcrichton/fix-bsdAlex Crichton2015-12-174-15/+42
|\
| * Fix compiles on various BSDsAlex Crichton2015-12-174-15/+42
|/
* Merge pull request #102 from fhahn/add-memrchrAlex Crichton2015-12-173-0/+3
|\
| * Add binding for memrchr on Linux, FreeBSD, OpenBSD and NetBSDFlorian Hahn2015-12-163-0/+3
|/
* Merge pull request #103 from alexcrichton/bump0.2.3Alex Crichton2015-12-162-5/+5
|\
| * Bump to 0.2.3Alex Crichton2015-12-162-5/+5
|/
* Merge pull request #93 from alexcrichton/nix-additionsAlex Crichton2015-12-1621-38/+1538
|\
| * Add a load of constants/definitions from nixAlex Crichton2015-12-1621-38/+1538
|/
* Merge pull request #101 from maghoff/masterAlex Crichton2015-12-161-0/+7
|\
| * Expose functionality to get peer credentials for a Unix socket on LinuxMagnus Hoff2015-12-161-0/+7
|/
* Merge pull request #98 from j16r/masterAlex Crichton2015-12-153-4/+2
|\
| * Hoist PATH_MAX into src/bsd it's common to all the BSDsJohn Barker2015-12-154-6/+2
| * Add PATH_MAX for FreeBSDlike, defined in /usr/src/sys/sys/syslimits.hJohn Barker2015-12-151-0/+2
|/
* Merge pull request #96 from polachok/shmAlex Crichton2015-12-155-1/+118
|\
| * Merge branch 'master' into shmAlexander Polakov2015-12-151-0/+2
| |\ | |/ |/|
* | Merge pull request #95 from dimbleby/path-maxAlex Crichton2015-12-141-0/+2
|\ \
| * | Add PATH_MAXDavid Hotham2015-12-121-0/+2
|/ /
| * SysV shared memory APIsAlexander Polakov2015-12-155-1/+118
|/
* Merge pull request #91 from alexcrichton/more-constantsAlex Crichton2015-12-034-0/+5
|\
| * Add KERN_PROC_* constants for OpenBSDAlex Crichton2015-12-034-0/+5
|/
* Merge pull request #90 from alexcrichton/more-constantsAlex Crichton2015-12-036-0/+12
|\
| * Add some constants for learning about cpusAlex Crichton2015-12-026-0/+12
|/
* Merge pull request #89 from alexcrichton/dirent-defnsAlex Crichton2015-12-021-0/+8
|\
| * Add dirent DT_* definitionsAlex Crichton2015-12-021-0/+8
|/
* Merge pull request #87 from polachok/xattrAlex Crichton2015-12-022-0/+28
|\
| * Add getxattr()/setxattr()/listxattr()/removexattr() variationsAlexander Polakov2015-12-022-0/+28
|/
* Merge pull request #86 from alexcrichton/rumprunAlex Crichton2015-12-0116-258/+876
|\
| * Add rumprun CI and get tests passingAlex Crichton2015-12-0116-258/+876
|/
* Merge pull request #85 from alexcrichton/lockAlex Crichton2015-11-302-0/+121
|\
| * Check in Cargo.lock for libc-testAlex Crichton2015-11-302-0/+121
|/
* Merge pull request #79 from polachok/schedAlex Crichton2015-11-304-0/+37
|\
| * Add sched_get_priority_*Alexander Polakov2015-11-301-0/+2
| * Add SCHED_* constants for linux & freebsdAlexander Polakov2015-11-303-0/+15
| * sched_getscheduler() / sched_setscheduler()Alexander Polakov2015-11-302-0/+20
|/
* Merge pull request #84 from dongz9/masterAlex Crichton2015-11-291-0/+3
|\
| * Fix buildDong Zhou2015-11-291-2/+2
| * Add RTLD_NEXT and RTLD_DEFAULTDong Zhou2015-11-291-0/+3
|/
* Merge pull request #83 from bossmc/add-umaskAlex Crichton2015-11-291-0/+1
|\
| * Only applicable on unix systemsAndy Caldwell2015-11-302-1/+1
| * Add umask (POSIX.1-2001)Andy Caldwell2015-11-301-0/+1
|/
* Merge pull request #82 from dignati/fix-bsd-stage2Alex Crichton2015-11-282-2/+2
|\
| * Fix freebsd-likes stage2 buildOle Krüger2015-11-272-2/+2
|/
* Merge pull request #80 from semarie/librtAlex Crichton2015-11-261-1/+3
|\
| * unbreak openbsd and bitrig after linking to rtSébastien Marie2015-11-261-1/+3
|/
* Merge pull request #78 from skade/fix-netbsdAlex Crichton2015-11-254-1/+33
|\
| * Add netbsds pthread_setname_npFlorian Gilcher2015-11-254-1/+33
|/
* Merge pull request #73 from petrochenkov/stagedAlex Crichton2015-11-231-1/+1
|\
| * Remove `#[staged_api]`Vadim Petrochenkov2015-11-241-1/+1
|/