Commit graph

5559 commits

Author SHA1 Message Date
Alex Crichton 90e0ceaada Merge pull request #67 from polachok/netlink
Netlink constants
2015-11-22 10:17:53 -08:00
Alexander Polakov 5d86064fc5 Merge branch 'master' into netlink 2015-11-21 02:02:30 +03:00
Alexander Polakov 69ca9e9598 Netlink constants 2015-11-21 01:54:07 +03:00
Alex Crichton 453add48b8 Merge pull request #66 from alexcrichton/librt
Link to librt on non-apple platforms
2015-11-20 14:16:52 -08:00
Alex Crichton 68a5c445b0 Link to librt on non-apple platforms 2015-11-20 10:52:59 -08:00
Alex Crichton 8531cc11e1 Merge pull request #65 from devonhollowood/master
Remove reference to raw_pointer_derive lint
2015-11-17 12:28:37 -08:00
Devon Hollowood 772f8910ab Remove reference to raw_pointer_derive lint 2015-11-17 11:45:54 -08:00
Alex Crichton 904ffb20e9 Merge pull request #64 from dignati/freebsd-sigstksz
Fix SIGSTKSZ for FreeBSD
2015-11-16 17:01:18 -08:00
Ole Krüger 8e35e26801 Fix SIGSTKSZ for FreeBSD 2015-11-16 23:22:41 +01:00
Alex Crichton 761f04a0d1 Merge pull request #63 from alexcrichton/fix-dox
Fix links to docs
2015-11-15 22:58:59 -05:00
Alex Crichton ba0aea06b5 Fix links to docs
Closes #49
2015-11-15 13:04:43 -08:00
Alex Crichton b375fae604 Merge pull request #62 from dimbleby/hostent
Add hostent structure
2015-11-15 16:04:28 -05:00
David Hotham ccacbe867b Add hostent structure 2015-11-14 17:19:12 +00:00
Alex Crichton 76587b1563 Merge pull request #60 from mneumann/dragonfly_sigstksz2
Fix SIGSTKSZ for DragonFly
2015-11-13 11:30:17 -05:00
Michael Neumann dab9b8bf44 Fix SIGSTKSZ for DragonFly 2015-11-13 11:38:43 +01:00
Alex Crichton 83ac25aa21 Merge pull request #50 from polachok/netlink
sockaddr_nl for netlink sockets
2015-11-11 11:07:02 -08:00
Alexander Polakov e0cde4e277 Merge branch 'master' into netlink 2015-11-11 20:49:35 +03:00
Alex Crichton a3d569510b Merge pull request #57 from mneumann/dragonfly_ss_sp
DragonFly/FreeBSD: Make ss_sp *mut c_void as in the other implementat…
2015-11-11 09:25:42 -08:00
Michael Neumann 88bd2d7fb1 DragonFly/FreeBSD: Make ss_sp *mut c_void as in the other implementations
This fixes compiling Rust.
2015-11-11 15:41:23 +01:00
Alexander Polakov 420f2e4c80 Disable sockaddr_nl on musl target
See https://github.com/rust-lang-nursery/libc/pull/50 for details
2015-11-11 13:24:16 +03:00
Alexander Polakov 6b58ed3bc1 Add netlink.h in attempt to fix test 2015-11-11 13:22:12 +03:00
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