Commit Graph

623 Commits

Author SHA1 Message Date
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
Alex Crichton 74825222cf Add bindings for -D_FILE_OFFSET_BITS=64
They're all added under the `foo64` names with the `foo64` types added as well,
so they still need to be explicitly chosen.
2015-11-02 10:11:21 -08:00
Alex Crichton 312b5bfb75 Merge pull request #25 from alexcrichton/more-constants
Add more bindings for signals and select/pselect
2015-10-30 15:16:20 -07:00
Alex Crichton fa607f4761 Merge pull request #24 from alexcrichton/dirent
Define dirent_t on all platforms
2015-10-30 15:15:34 -07:00
Alex Crichton d6e07e2734 Define dirent_t on all platforms 2015-10-30 14:26:03 -07:00
Alex Crichton 07d3a0dacc Add more bindings for signals and select/pselect 2015-10-30 13:55:42 -07:00
Alex Crichton 171b05b53b Merge pull request #22 from alexcrichton/musl-pthread
Be more selective about skipped pthread on musl tests
2015-10-30 09:23:30 -07:00
Alex Crichton 3a572fda25 Be more selective about skipped pthread on musl tests
Fixup the value of PTHREAD_STACK_MIN as well
2015-10-29 22:59:57 -07:00
Alex Crichton 1effc23b90 OK, maybe a little soon for iOS 2015-10-29 22:47:15 -07:00
Alex Crichton bf26024b64 Update AppVeyor URL 2015-10-29 22:16:32 -07:00
Alex Crichton cf18a601c5 Not releasing 1.0 yet 2015-10-29 22:12:21 -07:00
Alex Crichton 65601c59e6 Document iOS triples 2015-10-29 22:10:53 -07:00
Alex Crichton be5ad7d090 Fix travis links 2015-10-29 17:50:50 -07:00
Alex Crichton 4e43d81925 Re-encrypt upload token 2015-10-29 17:50:09 -07:00
Alex Crichton 032f363f99 Merge pull request #21 from alexcrichton/master
Implement RFC 1291 changes
2015-10-29 17:27:31 -07:00
Alex Crichton 2995f5595c Use the standard android slave docker image 2015-10-29 16:34:55 -07:00