summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #54 from alexcrichton/bump0.2.2Alex Crichton2015-11-101-1/+1
|\ | | | | Bump to 0.2.2
| * Bump to 0.2.2Alex Crichton2015-11-101-1/+1
|/
* Merge pull request #52 from alexcrichton/bytes-bitsAlex Crichton2015-11-101-3/+3
|\ | | | | There are 8 bits in a byte
| * There are 8 bits in a byteAlex Crichton2015-11-091-3/+3
|/
* Merge pull request #51 from alexcrichton/musl-organizeAlex Crichton2015-11-0911-66/+353
|\ | | | | Reorganize mips/musl/other slightly
| * Reorganize mips/musl/other slightlyAlex Crichton2015-11-0911-66/+353
|/ | | | Fixes a few constants along the way
* Revert "Fix links to docs"Alex Crichton2015-11-091-1/+1
| | | | This reverts commit 767ba143e3cb9fa80082ce24165ff8fca9ccf2e3.
* Fix type of FIOCLEX/FIONBIO on muslAlex Crichton2015-11-093-3/+6
|
* Fix links to docsAlex Crichton2015-11-071-1/+1
| | | | Closes #49
* Merge pull request #46 from alexcrichton/ni-maxhostAlex Crichton2015-11-077-13/+18
|\ | | | | Add NI_MAXHOST
| * Add NI_MAXHOSTAlex Crichton2015-11-077-13/+18
|/
* Fix type of android constantAlex Crichton2015-11-061-1/+1
|
* Merge pull request #44 from alexcrichton/more-androidAlex Crichton2015-11-051-1/+144
|\ | | | | Add a whole mess more android constants
| * Add a whole mess more android constantsAlex Crichton2015-11-051-1/+144
|/
* Merge pull request #38 from danburkert/fsAlex Crichton2015-11-049-3/+123
|\ | | | | bind additional filesystem APIs
| * Linux readahead(2) bindingDan Burkert2015-11-041-0/+2
| |
| * statvfs(3) bindingsDan Burkert2015-11-048-0/+82
| |
| * OS X fcntl(2) flags and argument typesDan Burkert2015-11-041-3/+30
| |
| * posix_fallocate(3) bindingsDan Burkert2015-11-042-0/+4
| |
| * Linux fallocate(2) bindingsDan Burkert2015-11-042-0/+5
|/
* Bump to 0.2.10.2.1Alex Crichton2015-11-041-1/+1
|
* Merge pull request #33 from alexcrichton/timeAlex Crichton2015-11-045-0/+42
|\ | | | | Add time bindings
| * Add time bindingsAlex Crichton2015-11-045-0/+42
| |
* | Merge pull request #40 from myfreeweb/masterAlex Crichton2015-11-041-5/+5
|\ \ | | | | | | Fix forgotten ::size_t for freebsd
| * | fix forgotten ::size_t for freebsdGreg V2015-11-041-5/+5
| | |
* | | Merge pull request #39 from semarie/openbsdAlex Crichton2015-11-044-448/+442
|\ \ \ | |/ / |/| | openbsd port
| * | openbsd portSébastien Marie2015-11-044-448/+442
|/ / | | | | | | | | | | | | | | | | - remove multiple definition of stack_t - make types resolv correctly - correct target definitions - dragonfly is already defined as freebsdlike - bitrig is an openbsdlike - imports should be public
* | Merge pull request #35 from sfackler/socketpairAlex Crichton2015-11-031-0/+4
|\ \ | |/ |/| Add socketpair
| * Add socketpairSteven Fackler2015-11-031-0/+4
|/
* Merge pull request #34 from alexcrichton/less-ciAlex Crichton2015-11-031-1/+5
|\ | | | | Only run libc-test on nightly
| * Only run libc-test on nightlyAlex Crichton2015-11-031-1/+5
|/ | | | Otherwise just make sure the library builds on other Rust versions
* Bump to 0.2.00.2.0Alex Crichton2015-11-032-2/+2
|
* Merge pull request #32 from alexcrichton/getaddrinfoAlex Crichton2015-11-035-1/+41
|\ | | | | Add getaddrinfo functions
| * Add getaddrinfo functionsAlex Crichton2015-11-035-1/+41
|/
* Merge pull request #30 from alexcrichton/dladdrAlex Crichton2015-11-032-0/+10
|\ | | | | Add dladdr bindings
| * Add dladdr bindingsAlex Crichton2015-11-022-0/+10
| |
* | Merge pull request #31 from alexcrichton/sigaddsetAlex Crichton2015-11-021-0/+4
|\ \ | |/ |/| Add more sigset functions
| * Add more sigset functionsAlex Crichton2015-11-021-0/+4
| |
* | Allow warnings during a libstd buildAlex Crichton2015-11-021-0/+1
|/ | | | | Not gonna gain much from issuing warnings about various aspects! This is managed separately from the standard library
* Merge pull request #26 from alexcrichton/cloexecAlex Crichton2015-11-026-2/+9
|\ | | | | Add some CLOEXEC constants
| * Add some CLOEXEC constantsAlex Crichton2015-11-026-2/+9
| |
* | Merge pull request #28 from alexcrichton/stdbuildAlex Crichton2015-11-022-4/+17
|\ \ | | | | | | Add support to build as part of the standard library
| * | Add support to build as part of the standard libraryAlex Crichton2015-11-022-4/+17
| |/
* | Merge pull request #29 from alexcrichton/fix-sa-typesAlex Crichton2015-11-023-6/+6
|\ \ | | | | | | Touch up some SA_* constants
| * | Touch up some SA_* constantsAlex Crichton2015-11-023-6/+6
|/ /
* | Tweak run-all.sh scriptAlex Crichton2015-11-021-0/+3
|/
* Merge pull request #23 from alexcrichton/lfs-supportAlex Crichton2015-11-0211-54/+221
|\ | | | | Use bindings for -D_FILE_OFFSET_BITS=64
| * Add bindings for -D_FILE_OFFSET_BITS=64Alex Crichton2015-11-0211-54/+221
|/ | | | | They're all added under the `foo64` names with the `foo64` types added as well, so they still need to be explicitly chosen.
* Merge pull request #25 from alexcrichton/more-constantsAlex Crichton2015-10-3010-5/+178
|\ | | | | Add more bindings for signals and select/pselect
| * Add more bindings for signals and select/pselectAlex Crichton2015-10-3010-5/+178
| |