- 6207166 Add O_TMPFILE constant by Mathias Svensson · 8 years ago
- bce927b Auto merge of #502 - oconnor663:pipe2_bsd, r=alexcrichton by bors · 8 years ago
- 7c06730 add pipe2 to non-OSX BSD's by Jack O'Connor · 8 years ago
- 4eb6bf9 Auto merge of #498 - learnopengles:run-ios-tests, r=alexcrichton by bors · 8 years ago
- d4a5fce Touch up the iOS deploy script by Alex Crichton · 8 years ago
- 3800c73 Fixup target triple name by Kevin Brothaler · 8 years ago
- a40c92a Removed non-mandatory UIRequiredDeviceCapabilities by Kevin Brothaler · 8 years ago
- f8e1276 Replace Python script with Rust script. by Kevin Brothaler · 8 years ago
- 938955c Fix i386-apple-ios by Kevin Brothaler · 8 years ago
- 4bcad05 osx_image was in the wrong place? by Kevin Brothaler · 8 years ago
- fdee442 Pass the tests only if we find an expected positive output (rather than checking for negative output to fail the tests). by Kevin Brothaler · 8 years ago
- a6f50bb Update output check based on all.rs test output by Kevin Brothaler · 8 years ago
- c8a4d21 Run the unit tests on the iOS simulator for x86_64-apple-ios by Kevin Brothaler · 8 years ago
- 6ec4f81 Auto merge of #499 - alexcrichton:bump, r=alexcrichton by bors · 8 years ago
- d30b4c6 Bump to 0.2.20 by Alex Crichton · 8 years ago
- efeb501 Auto merge of #494 - johalun:dragonfly-ttycom, r=alexcrichton by bors · 8 years ago
- d1a7591 Auto merge of #496 - lucab:to-upstream/fchdir, r=alexcrichton by bors · 8 years ago
- 18a1de5 Auto merge of #497 - learnopengles:master, r=alexcrichton by bors · 8 years ago
- 7fbff3a Fix for removed OS X constants. by Kevin Brothaler · 8 years ago
- 7a26079 unix: add fchdir(2) by Luca Bruno · 8 years ago
- a3634a5 Update mod.rs by Johannes Lundberg · 8 years ago
- 2c23fd0 Added some DragonFly-only constants. by johalun · 8 years ago
- 4fe2cc2 Auto merge of #493 - johalun:freebsd-ttycom, r=alexcrichton by bors · 8 years ago
- 2d108fe Added defines from ttycom.h for dragonfly and freebsd. by johalun · 8 years ago
- cb7f667 Auto merge of #489 - zackw:add-waitid, r=alexcrichton by bors · 8 years ago
- 84bce94 Remove remaining copy of the comment about idtype_t being an enum. by Zack Weinberg · 8 years ago
- 984fb54 Changes requested by reviewers by Zack Weinberg · 8 years ago
- 33ff832 Auto merge of #492 - APTy:add-socket-peek-flag, r=alexcrichton by bors · 8 years ago
- b619df8 Add MSG_PEEK socket flag by Tyler Julian · 8 years ago
- f05e48c Patch in id_t missing in a few places by Zack Weinberg · 8 years ago
- 31d9779 Reorganize again; more portability fixes. by Zack Weinberg · 8 years ago
- 95d5534 Auto merge of #490 - redox-os:master, r=alexcrichton by bors · 8 years ago
- f1a91da Another round of portability fixes: by Zack Weinberg · 8 years ago
- 89c6c6c Auto merge of #491 - Roguelazer:add_getpeereid_function, r=alexcrichton by bors · 8 years ago
- 4e6dd24 Add getpeereid function by James Brown · 8 years ago
- 644929a Corrections based on CI failures. by Zack Weinberg · 8 years ago
- 52369bc Remove kind='static' by Jeremy Soller · 8 years ago
- 9d1e484 Add waitid and related constants and types. by Zack Weinberg · 8 years ago
- c900083 Auto merge of #488 - redox-os:redox, r=alexcrichton by bors · 8 years ago
- 7459003 Link libc and libm by Jeremy Soller · 8 years ago
- 3ae8c85 Merge pull request #487 from alexcrichton/bump by Alex Crichton · 8 years ago
- a2dd65a Bump to 0.2.19 by Alex Crichton · 8 years ago
- 4f3ec99 Auto merge of #485 - dhduvall:solaris-flock, r=alexcrichton by bors · 8 years ago
- 14eaaf8 Fix a brown-paper-bag bug: botched constant types. by Danek Duvall · 8 years ago
- 8c0595d Add Solaris constants for fcntl-style advisory locking by Danek Duvall · 8 years ago
- 7d57bdc Auto merge of #484 - eddyb:dox-unops, r=alexcrichton by bors · 8 years ago
- 974f7ba Support Neg and Not in no_core mode. by Eduard-Mihai Burtescu · 8 years ago
- 3e89579 Auto merge of #483 - japaric:sparc64, r=alexcrichton by bors · 8 years ago
- 67615b4 tidy and last minute fixes by Jorge Aparicio · 8 years ago
- 540d140 less cfg, way more code by Jorge Aparicio · 8 years ago
- 9858987 [WIP] sparc64-linux support by Jorge Aparicio · 8 years ago
- 21bf054 Auto merge of #482 - MrFloya:initgroups, r=alexcrichton by bors · 8 years ago
- 6a4601f Auto merge of #481 - philippkeller:master, r=alexcrichton by bors · 8 years ago
- 2355bc5 Added initgroups by Florian Wilkens · 8 years ago
- 9d562b9 Remove trailing whitespace by Philipp Keller · 8 years ago
- 23e45ab Auto merge of #477 - zethra:master, r=alexcrichton by bors · 8 years ago
- 1887630 Moved PR constants to linux by zethra · 8 years ago
- 564a841 Merge branch 'master' of https://github.com/rust-lang/libc by zethra · 8 years ago
- da3774f Add execl, execle, execlp for all unix systems by Philipp Keller · 8 years ago
- fab8db3 Fixed style by zethra · 8 years ago
- f43a943 Removed PR_SET_PTRACER_ANY by zethra · 8 years ago
- b42798d Auto merge of #479 - nanosankaku:master, r=alexcrichton by bors · 8 years ago
- 545f67d Add binding for mremap. by sankaku · 8 years ago
- e49e9bb Auto merge of #478 - jackpot51:patch-1, r=alexcrichton by bors · 8 years ago
- 6ff14a9 Add memalign to Redox (for use in allocator) by Jeremy Soller · 8 years ago
- 8471a4c Removed comments and fixed PR_SET_PTRACER_ANY by zethra · 8 years ago
- d072da5 Added constants from prctl.h by zethra · 8 years ago
- b21b709 Auto merge of #476 - glaxx:master, r=alexcrichton by bors · 8 years ago
- d37d42a Moved consts to /linux/mod.rs by Stefan Luecke · 8 years ago
- 49f6472 Removed double blank line by Stefan Luecke · 8 years ago
- af0317c Removed duplicate EAI_SYSTEM by Stefan Luecke · 8 years ago
- cff7c36 Added several consts from netdb.h by Stefan Luecke · 8 years ago
- 345d505 Added AF_UNSPEC const to unix/notbsd by Stefan Luecke · 8 years ago
- 335cff9 Auto merge of #474 - LegNeato:fix-docs, r=alexcrichton by bors · 8 years ago
- a41c074 Fix doc generation on travis. by Christian Legnitto · 8 years ago
- 17ad72e Auto merge of #473 - LegNeato:master, r=alexcrichton by bors · 8 years ago
- d563089 Add clock_settime() by Christian Legnitto · 8 years ago
- fb8587d Auto merge of #472 - BrandonSchaefer:wifsignaled-fix, r=alexcrichton by bors · 8 years ago
- 9f6f374 x86_64-linux-gnu waitstatus.h casts the results to a signed char by Brandon Schaefer · 8 years ago
- 2d86489 Auto merge of #466 - shahn:clearenv, r=alexcrichton by bors · 8 years ago
- a73910c Auto merge of #465 - GuillaumeGomez:fd-passing, r=alexcrichton by bors · 8 years ago
- 411cafc Auto merge of #464 - mneumann:dragonfly-fixes-2016-12, r=alexcrichton by bors · 8 years ago
- 51cc3b7 Fix style by Michael Neumann · 8 years ago
- 7d2aea9 Add needed structs for fd passing by Guillaume Gomez · 8 years ago
- 3274c92 Auto merge of #467 - jakllsch:netbsd-sparc64-20161205, r=alexcrichton by bors · 8 years ago
- 29f4a99 Recognize NetBSD/sparc64 as a generic 64-bit NetBSD by Jonathan A. Kollasch · 8 years ago
- 3cb1e4a Add clearenv() by Sebastian Hahn · 8 years ago
- 0cb0a3a Fix sigevent on DragonFly. by Michael Neumann · 8 years ago
- 75fd3a3 Fix LC_*_MASK constants for DragonFly by Michael Neumann · 8 years ago
- 5c84007 Fix utmpx constants for DragonFly by Michael Neumann · 8 years ago
- 7134822 Skip signedness test for sem_t on DragonFly by Michael Neumann · 8 years ago
- db62b97 EVFILT_PROCDESC does not exist on DragonFly by Michael Neumann · 8 years ago
- aab39f9 freelocale() has no return value on DragonFly by Michael Neumann · 8 years ago
- 306e5e6 Fix setutxdb() for DragonFly by Michael Neumann · 8 years ago
- 07e6e20 aio_waitcomplete returns a c_int on DragonFly by Michael Neumann · 8 years ago
- 73a2380 Fix utx related functions for DragonFly by Michael Neumann · 8 years ago
- 97eed0e No SHUTDOWN_TIME and PTHREAD_MUTEX_ADAPTIVE_NP on DragonFly by Michael Neumann · 8 years ago
- 09bff05 Include aio.h on DragonFly as well by Michael Neumann · 8 years ago
- b9dad06 Fix utmpx struct on DragonFly by Michael Neumann · 8 years ago
- 4e3d082 Use opaque type for semaphore on DragonFly by Michael Neumann · 8 years ago