Commit Graph

488 Commits

Author SHA1 Message Date
Alexander Polakov 440bd53892 sockaddr_nl for netlink sockets 2015-11-11 13:22:12 +03:00
Alex Crichton e7ff66ba3d Merge pull request #53 from romanb/bugfix/android-aarch64
Fix undeclared type name errors when targeting android aarch64.
2015-11-10 13:31:56 -08:00
Roman S. Borschel 5a8485b96e Fix undeclared type name errors when targeting android aarch64. 2015-11-10 19:28:46 +01:00
Alex Crichton 62ce956f7a Merge pull request #54 from alexcrichton/bump
Bump to 0.2.2
2015-11-10 10:09:57 -08:00
Alex Crichton f70787b344 Bump to 0.2.2 2015-11-10 09:08:32 -08:00
Alex Crichton a224b1770e Merge pull request #52 from alexcrichton/bytes-bits
There are 8 bits in a byte
2015-11-10 08:55:01 -08:00
Alex Crichton ef66d12ab3 There are 8 bits in a byte 2015-11-09 23:53:57 -08:00
Alex Crichton b1a043feea Merge pull request #51 from alexcrichton/musl-organize
Reorganize mips/musl/other slightly
2015-11-09 17:35:05 -08:00
Alex Crichton 62a6c82d94 Reorganize mips/musl/other slightly
Fixes a few constants along the way
2015-11-09 14:04:29 -08:00
Alex Crichton 67567dfb63 Revert "Fix links to docs"
This reverts commit 767ba143e3.
2015-11-09 13:54:55 -08:00
Alex Crichton 5f98113fcf Fix type of FIOCLEX/FIONBIO on musl 2015-11-09 13:06:58 -08:00
Alex Crichton 767ba143e3 Fix links to docs
Closes #49
2015-11-07 15:52:15 -08:00
Alex Crichton c821847109 Merge pull request #46 from alexcrichton/ni-maxhost
Add NI_MAXHOST
2015-11-07 15:50:52 -08:00
Alex Crichton 9f52b89c2e Add NI_MAXHOST 2015-11-07 15:50:40 -08:00
Alex Crichton d7d4fed52d Fix type of android constant 2015-11-06 11:32:18 -08:00
Alex Crichton 5977f5bd45 Merge pull request #44 from alexcrichton/more-android
Add a whole mess more android constants
2015-11-05 18:12:15 -08:00
Alex Crichton 3603c79bb5 Add a whole mess more android constants 2015-11-05 17:41:21 -08:00
Alex Crichton e4bb63a9b2 Merge pull request #38 from danburkert/fs
bind additional filesystem APIs
2015-11-04 23:06:44 -08:00
Dan Burkert fe3968fb8f Linux readahead(2) binding 2015-11-04 22:25:43 -08:00
Dan Burkert 85a76f8eb2 statvfs(3) bindings 2015-11-04 22:25:30 -08:00
Dan Burkert 2ce4377adb OS X fcntl(2) flags and argument types 2015-11-04 22:25:30 -08:00
Dan Burkert 44bba4c753 posix_fallocate(3) bindings 2015-11-04 22:25:19 -08:00
Dan Burkert 0b46775490 Linux fallocate(2) bindings 2015-11-04 22:17:26 -08:00
Alex Crichton c003614b61 Bump to 0.2.1 2015-11-04 17:46:48 -08:00
Alex Crichton 021159ae78 Merge pull request #33 from alexcrichton/time
Add time bindings
2015-11-04 17:10:48 -08:00
Alex Crichton 568705e830 Add time bindings 2015-11-04 14:18:07 -08:00
Alex Crichton 96450de630 Merge pull request #40 from myfreeweb/master
Fix forgotten ::size_t for freebsd
2015-11-04 09:18:56 -08:00
Alex Crichton d3bd28139a Merge pull request #39 from semarie/openbsd
openbsd port
2015-11-04 09:09:09 -08:00
Greg V 9b7cf488e7 fix forgotten ::size_t for freebsd 2015-11-04 13:57:57 +03:00
Sébastien Marie cb6ef24f00 openbsd port
- 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
2015-11-04 10:58:13 +01:00
Alex Crichton 3bb2fef25e Merge pull request #35 from sfackler/socketpair
Add socketpair
2015-11-03 22:03:06 -08:00
Steven Fackler e6c00c2fd6 Add socketpair 2015-11-03 21:32:59 -08:00
Alex Crichton 6d817ed05a Merge pull request #34 from alexcrichton/less-ci
Only run libc-test on nightly
2015-11-03 15:23:22 -08:00
Alex Crichton 094b0d4e85 Only run libc-test on nightly
Otherwise just make sure the library builds on other Rust versions
2015-11-03 14:22:29 -08:00
Alex Crichton 57ba1fa360 Bump to 0.2.0 2015-11-03 13:23:16 -08:00
Alex Crichton 5478578cf1 Merge pull request #32 from alexcrichton/getaddrinfo
Add getaddrinfo functions
2015-11-03 11:27:40 -08:00
Alex Crichton b9096d3df8 Add getaddrinfo functions 2015-11-03 10:46:41 -08:00
Alex Crichton 10dff9a489 Merge pull request #30 from alexcrichton/dladdr
Add dladdr bindings
2015-11-03 09:33:36 -08:00
Alex Crichton 88d23e7ef8 Add dladdr bindings 2015-11-02 23:37:57 -08:00
Alex Crichton 193baf9c72 Merge pull request #31 from alexcrichton/sigaddset
Add more sigset functions
2015-11-02 20:04:06 -08:00
Alex Crichton fe5f36b984 Add more sigset functions 2015-11-02 17:06:59 -08:00
Alex Crichton 56f610495b Allow warnings during a libstd build
Not gonna gain much from issuing warnings about various aspects! This is managed
separately from the standard library
2015-11-02 16:57:39 -08:00
Alex Crichton 0f7e88e7bc Merge pull request #26 from alexcrichton/cloexec
Add some CLOEXEC constants
2015-11-02 16:56:15 -08:00
Alex Crichton 7a83039ee9 Merge pull request #28 from alexcrichton/stdbuild
Add support to build as part of the standard library
2015-11-02 16:20:05 -08:00
Alex Crichton d281d1a005 Merge pull request #29 from alexcrichton/fix-sa-types
Touch up some SA_* constants
2015-11-02 16:20:00 -08:00
Alex Crichton 14f7e02705 Add some CLOEXEC constants 2015-11-02 15:36:33 -08:00
Alex Crichton 4be5856bbb Touch up some SA_* constants 2015-11-02 15:27:29 -08:00
Alex Crichton f0c68f383f Tweak run-all.sh script 2015-11-02 15:25:18 -08:00
Alex Crichton f7efe34115 Add support to build as part of the standard library 2015-11-02 15:10:37 -08:00
Alex Crichton 14bf9deda6 Merge pull request #23 from alexcrichton/lfs-support
Use bindings for -D_FILE_OFFSET_BITS=64
2015-11-02 13:14:00 -08:00