summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | freelocale() has no return value on DragonFlyMichael Neumann2016-12-043-1/+3
| * | Fix setutxdb() for DragonFlyMichael Neumann2016-12-041-1/+1
| * | aio_waitcomplete returns a c_int on DragonFlyMichael Neumann2016-12-043-3/+7
| * | Fix utx related functions for DragonFlyMichael Neumann2016-12-043-2/+5
| * | No SHUTDOWN_TIME and PTHREAD_MUTEX_ADAPTIVE_NP on DragonFlyMichael Neumann2016-12-041-0/+2
| * | Include aio.h on DragonFly as wellMichael Neumann2016-12-041-1/+1
| * | Fix utmpx struct on DragonFlyMichael Neumann2016-12-043-11/+34
| * | Use opaque type for semaphore on DragonFlyMichael Neumann2016-12-043-6/+10
| * | MSG_NOSIGNAL is expected to be of type c_intMichael Neumann2016-12-041-1/+1
| |/
* | Auto merge of #467 - jakllsch:netbsd-sparc64-20161205, r=alexcrichtonbors2016-12-051-1/+2
|\ \ | |/ |/|
| * Recognize NetBSD/sparc64 as a generic 64-bit NetBSDJonathan A. Kollasch2016-12-051-1/+2
|/
* Auto merge of #463 - alexcrichton:musl-update, r=alexcrichtonbors2016-12-032-4/+7
|\
| * Update both mips musl download locationsAlex Crichton2016-12-022-4/+7
* | Auto merge of #462 - semarie:openbsd-i686-correct, r=alexcrichtonbors2016-12-021-1/+4
|\ \ | |/ |/|
| * adapt padding size of struct siginfo_t to pointer sizeSébastien Marie2016-12-021-0/+3
| * suseconds_t is a long (i64 or i32 depending arch)Sébastien Marie2016-12-021-1/+1
* | Auto merge of #461 - alexcrichton:bump, r=alexcrichton0.2.18bors2016-12-024-12/+14
|\ \ | |/ |/|
| * Bump to 0.2.18Alex Crichton2016-12-024-12/+14
|/
* Merge pull request #459 from semarie/openbsd-i686Alex Crichton2016-11-294-2/+18
|\
| * Make openbsdlike to support 64 and 32 bits archsSébastien Marie2016-11-284-2/+18
|/
* Merge pull request #458 from frewsxcv/patch-1Alex Crichton2016-11-261-1/+1
|\
| * Fix appveyor badge.Corey Farwell2016-11-261-1/+1
|/
* Update travis tokenAlex Crichton2016-11-191-1/+1
* Merge pull request #456 from alexcrichton/cache-thingsAlex Crichton2016-11-187-9/+121
|\
| * Share the host's `target` directory for testsAlex Crichton2016-11-177-9/+121
* | Merge pull request #455 from alexcrichton/doxAlex Crichton2016-11-181-1/+1
|\ \
| * | Move docs back to nightlyAlex Crichton2016-11-171-1/+1
| |/
* | Merge pull request #451 from asomers/fbsd11Alex Crichton2016-11-163-5/+31
|\ \ | |/ |/|
| * Fix tests on FreeBSD 11Alan Somers2016-11-153-5/+31
|/
* Merge pull request #453 from xen0n/big-mips-shuffleAlex Crichton2016-11-144-323/+296
|\
| * MIPS: Layout refactorWang Xuerui2016-11-154-323/+296
|/
* Merge pull request #449 from asomers/aioAlex Crichton2016-11-1415-2/+329
|\
| * Fix more CI errors in PR #449Alan Somers2016-11-139-19/+93
| * Fix errors, mostly style, in PR #449Alan Somers2016-11-134-11/+13
| * Fix more CI errors in PR #449Alan Somers2016-11-135-29/+35
| * Fix various CI errors in PR #449Alan Somers2016-11-137-10/+28
| * Fix undefined symbol errors in CIAlan Somers2016-11-131-0/+4
| * POSIX AIO definitions, for BSD and LinuxAlan Somers2016-11-126-0/+223
* | Merge pull request #448 from Stebalien/enotsupAlex Crichton2016-11-1211-0/+11
|\ \ | |/ |/|
| * Add ENOTSUP constant to more platforms.Steven Allen2016-11-1111-0/+11
|/
* Merge pull request #446 from alexcrichton/link-cfgAlex Crichton2016-11-093-3/+6
|\
| * Use `#[link(cfg(..))]` in preparation for libstdAlex Crichton2016-11-093-3/+6
* | Merge pull request #439 from redox-os/redoxAlex Crichton2016-11-092-0/+52
|\ \
| * | Use target_os instead of cfg(redox)Jeremy Soller2016-11-081-1/+1
| * | Place structs inside of s!Jeremy Soller2016-11-031-37/+29
| * | Minimal liblibc for RedoxJeremy Soller2016-11-032-0/+60
* | | Merge pull request #444 from semarie/pledgeAlex Crichton2016-11-081-0/+2
|\ \ \
| * | | respect style and break line.Sébastien Marie2016-11-081-1/+2
| * | | add pledge(2) syscall.Sébastien Marie2016-11-061-0/+1
| |/ /
* | | Merge pull request #445 from xen0n/remove-bogus-mipsel-archesAlex Crichton2016-11-061-9/+9
|\ \ \