summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add some termios constants for sparc64Bryant Mairs2018-06-011-0/+37
|/
* Auto merge of #1012 - redox-os:master, r=alexcrichton0.2.42bors2018-06-012-38/+38
|\ | | | | | | | | | | Bump version to 0.2.42 Closes https://github.com/rust-lang/libc/issues/1011
| * Bump version to 0.2.42Jeremy Soller2018-06-012-38/+38
| |
* | Auto merge of #1010 - canndrew:make-size_of-const, r=alexcrichtonbors2018-06-012-2/+2
|\ \ | | | | | | | | | make dox::mem::size_of a const fn
| * | add const_fn featureAndrew Cann2018-06-011-1/+1
| | |
| * | make dox::mem::size_of a const fnAndrew Cann2018-06-011-1/+1
| |/
* | Auto merge of #1007 - canndrew:dox-traits, r=alexcrichtonbors2018-06-011-2/+46
|\ \ | | | | | | | | | | | | | | | add more built-in traits to dox.rs Add/fix bitwise operation traits in dox.rs
| * | add more built-in traits to dox.rsAndrew Cann2018-06-011-2/+46
| |/
* | Auto merge of #1005 - Susurrus:s390x_fix, r=alexcrichtonbors2018-06-012-2/+1
|\ \ | | | | | | | | | | | | | | | Fix sparc64 builds Partially fixes #987.
| * | Fail hard on sparc64 build failuresBryant Mairs2018-05-311-1/+0
| | |
| * | Correct path for sparc64 debian imageBryant Mairs2018-05-311-1/+1
| |/
* | Auto merge of #1001 - canndrew:add-rtentry, r=alexcrichtonbors2018-06-014-0/+104
|\ \ | | | | | | | | | add rtentry
| * | remove lone symbolAndrew Cann2018-06-011-2/+0
| | |
| * | move rtentry even further down heirarchyAndrew Cann2018-06-012-21/+21
| | |
| * | move stuff into linux subdirAndrew Cann2018-06-012-85/+85
| | |
| * | move some symbols down the heirarchyAndrew Cann2018-06-013-5/+7
| | |
| * | fix type errorAndrew Cann2018-06-011-1/+1
| | |
| * | move rtentry, add rest of net/route.hAndrew Cann2018-06-012-21/+103
| | |
| * | add rtentryAndrew Cann2018-06-012-0/+22
| |/
* | Auto merge of #1008 - stratact:master, r=alexcrichtonbors2018-06-011-0/+1
|\ \ | |/ |/| | | | | | | Add `gethostname` support to Redox module We need this for hostname support in Ion shell.
| * Add `gethostname` support to Redox modulestratact2018-06-011-0/+1
|/
* Auto merge of #1002 - canndrew:add-linux-ip-defs, r=alexcrichtonbors2018-05-312-1/+69
|\ | | | | | | Add consts from netinet/ip.h
| * make some symbols linux-specificAndrew Cann2018-05-312-11/+11
| |
| * remove conflicting linux/ip.h headerAndrew Cann2018-05-312-36/+0
| |
| * add constants from linux/ip.hAndrew Cann2018-05-312-1/+105
| |
* | Auto merge of #1004 - canndrew:fix-size_of, r=alexcrichtonbors2018-05-311-1/+1
|\ \ | |/ |/| | | | | | | fix size_of function in dox.rs I'm assuming this is meant to have the same signature as the one in core/std
| * fix size_of function in dox.rsAndrew Cann2018-05-311-1/+1
|/
* Auto merge of #998 - canndrew:linux-socket-ioctls, r=alexcrichtonbors2018-05-303-0/+77
|\ | | | | | | Add linux socket ioctl defs
| * Remove ioctl symbols for emscriptenAndrew Cann2018-05-304-39/+77
| |
| * correct some ioctl request valuesAndrew Cann2018-05-301-3/+3
| |
| * Add linux socket ioctl defsAndrew Cann2018-05-302-0/+39
|/
* Auto merge of #994 - bkchr:android_fixes, r=alexcrichtonbors2018-05-266-95/+29
|\ | | | | | | | | | | | | | | Moves `ifaddrs` and some functions to common Linux module The `ifaddrs` interface is available since api version 24 in android. The function signatures are now equal to the standard Linux function signatures.
| * Fixes test for android `getifaddrs`Bastian Köcher2018-05-261-0/+1
| |
| * Moves `ifaddrs` and some functions to common Linux moduleBastian Köcher2018-05-265-95/+28
|/ | | | | | The `ifaddrs` interface is available since api version 24 in android. The function signatures are now equal to the standard Linux function signatures.
* Auto merge of #993 - redox-os:master, r=alexcrichtonbors2018-05-251-0/+32
|\ | | | | | | Add SIG* on redox
| * c_int over usize, whoopsjD91mZM22018-05-251-31/+31
| |
| * Add SIG* on redoxjD91mZM22018-05-251-0/+32
|/
* Auto merge of #992 - redox-os:master, r=alexcrichtonbors2018-05-251-0/+12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Add Redox definitions for net functions Adds the following function definitions for Redox: - getpeername - sendto - send - recvfrom - recv If it is possible to do a release after merging this, that would be great! These function definitions are required for porting mio and tokio to Redox
| * Add a bunch of functions on redox and hope for the bestjD91mZM22018-05-241-0/+12
|/
* Auto merge of #990 - lucab:ups/android-sysconf, r=alexcrichtonbors2018-05-221-0/+43
|\ | | | | | | | | | | android: add POSIX sysconf constants Ref: https://android.googlesource.com/platform/bionic/+/1c19194c9d2518dbe86973cd313a277ecb70d75c%5E%21/libc/include/sys/sysconf.h
| * android: add POSIX sysconf constantsLuca Bruno2018-05-221-0/+43
|/ | | | Ref: https://android.googlesource.com/platform/bionic/+/1c19194c9d2518dbe86973cd313a277ecb70d75c%5E%21/libc/include/sys/sysconf.h
* Auto merge of #989 - faern:release-0-2-41, r=alexcrichton0.2.41bors2018-05-212-69/+49
|\ | | | | | | | | | | Bump to 0.2.41 I mainly need the change that makes the fields of `nlmsghdr` public (c8e9232f3dfb9016a560acc20b8440a3ca6697ac).
| * Bump to 0.2.41Linus Färnstrand2018-05-212-69/+49
|/
* Auto merge of #988 - morrowa:new_freebsd_sf_flags, r=alexcrichtonbors2018-05-172-0/+5
|\ | | | | | | | | | | | | | | Add new sendfile flags for FreeBSD Two new constants for FreeBSD: * `SF_USER_READAHEAD` introduced in FreeBSD 12 [in this commit](https://github.com/freebsd/freebsd/commit/b739d603442d3aa17f07d55918ca3a07eefa24f7#diff-b3f45d20f63d013e46f59f3f88a84d3d) (omitted from tests until FreeBSD 12 is stable) * `SF_NOCACHE` introduced in FreeBSD 11 [in this commit](https://github.com/freebsd/freebsd/commit/aaa09777e1d9fde5591814af536025be01a0182f#diff-b3f45d20f63d013e46f59f3f88a84d3d)
| * Add new sendfile flags for FreeBSDAndrew Morrow2018-05-172-0/+5
|/
* Auto merge of #985 - longshorej:sem_getvalue, r=alexcrichtonbors2018-05-108-0/+18
|\ | | | | | | | | | | | | | | Add sem_getvalue to unix Adds `sem_getvalue` for supported platforms. Reference: https://www.gnu.org/software/libc/manual/html_node/Semaphores.html
| * Temporarily disable s390xJason Longshore2018-05-101-0/+2
| |
| * Temporarily disable sparc64Jason Longshore2018-05-101-1/+3
| |
| * Add sem_getvalue to unixJason Longshore2018-05-107-0/+14
|/
* Auto merge of #984 - kpcyrd:openbsd-TIOCGWINSZ, r=alexcrichtonbors2018-05-071-0/+1
|\ | | | | | | | | | | Add TIOCGWINSZ to openbsd Adds a commonly used ioctl to openbsd, related to #957. I've tested this on OpenBSD 6.3.