summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #927 - bluejekyll:master, r=alexcrichton0.2.37bors2018-02-272-36/+68
|\
| * 0.2.37 for releaseBenjamin Fry2018-02-262-36/+68
|/
* Auto merge of #926 - faern:add-netfilter-fields, r=alexcrichtonbors2018-02-266-30/+592
|\
| * Add missing NFT_ constants from nf_tables.hLinus Färnstrand2018-02-253-0/+456
| * Add missing netfilter constantsLinus Färnstrand2018-02-255-30/+133
| * Add INT_MIN and INT_MAXLinus Färnstrand2018-02-251-0/+3
* | Auto merge of #925 - bluejekyll:master, r=alexcrichtonbors2018-02-263-6/+12
|\ \ | |/ |/|
| * add IPV6_UNICAST_HOPSBenjamin Fry2018-02-252-0/+2
| * add IPV6_MULTICAST_IF and IPV6_MULTICAST_HOPSBenjamin Fry2018-02-253-6/+10
* | Auto merge of #924 - kristate:android_eth_p_fix, r=alexcrichtonbors2018-02-251-0/+102
|\ \
| * | android: removing some newer constants included since kernel v4.12.3;kristopher tate2018-02-251-5/+5
| * | android: fixes style errors;kristopher tate2018-02-251-1/+2
| * | android: ETH_* constants from linux/if_ether.h ; ref nix-rust/nix#865kristopher tate2018-02-251-0/+101
|/ /
* | Auto merge of #922 - faern:add-netlink-structs, r=alexcrichtonbors2018-02-255-12/+263
|\ \ | |/ |/|
| * Bump NFT_*_MAXNAMELEN to 256Linus Färnstrand2018-02-251-5/+14
| * Move non-musl GENL_ constants to correct submodulesLinus Färnstrand2018-02-253-13/+10
| * Add genetlink.h constantsLinus Färnstrand2018-02-224-7/+104
| * Add NLA_ALIGN(TO) constant/functionLinus Färnstrand2018-02-223-0/+22
| * Add netlink/genetlink structs to notbsdLinus Färnstrand2018-02-224-0/+126
|/
* Auto merge of #920 - glaubitz:sparc64, r=alexcrichtonbors2018-02-171-1/+1
|\
| * Prefer hexadecimal representation of O_TMPFILE on linux-sparc64John Paul Adrian Glaubitz2018-02-171-1/+1
|/
* Auto merge of #919 - Susurrus:netbsd_termios_ioctl, r=alexcrichtonbors2018-02-141-0/+15
|\
| * Add termios ioctl constants to NetBSDBryant Mairs2018-02-131-0/+15
|/
* Auto merge of #916 - LuoZijun:patch-1, r=alexcrichtonbors2018-02-074-8/+13
|\
| * Add constants IFF_TUN, IFF_TAP and IFF_NO_PI on linux, android and fuchsia sy...luozijun2018-02-074-8/+13
|/
* Auto merge of #912 - gnzlbg:macosx_shmem, r=alexcrichtonbors2018-02-032-1/+61
|\
| * add macosx sysv ipc shared memorygnzlbg2018-02-032-1/+61
|/
* Auto merge of #902 - gnzlbg:missing_linux_intrinsics, r=malbarbobors2018-02-013-2/+19
|\
| * remove memfd_creategnzlbg2018-02-011-1/+0
| * add sys/auxv.h to build.rsgnzlbg2018-01-191-0/+1
| * make malloc_usable size take a *mut instead of *constgnzlbg2018-01-191-1/+1
| * move to linux::othergnzlbg2018-01-182-24/+17
| * Adds Linux's memfd_creategnzlbg2018-01-181-0/+2
| * remove getauxval and malloc_usable_size from muslgnzlbg2018-01-181-0/+2
| * Disable mallinfo on muslgnzlbg2018-01-181-0/+4
| * Adds Linux's mallinfognzlbg2018-01-171-0/+14
| * Adds Linux's malloc_usable_size.gnzlbg2018-01-171-1/+1
| * Adds Linux's remap_file_pages .gnzlbg2018-01-171-1/+2
| * Adds Linux's getauxvalgnzlbg2018-01-171-0/+1
* | Auto merge of #911 - faern:add-netfilter, r=alexcrichtonbors2018-01-314-1/+175
|\ \
| * | Add netfilter constants to Linux and AndroidLinus Färnstrand2018-01-304-1/+175
|/ /
* | Auto merge of #909 - alexcrichton:posix-spawn, r=alexcrichtonbors2018-01-263-0/+160
|\ \
| * | Add posix_spawn bindingsAlex Crichton2018-01-253-0/+160
* | | Auto merge of #908 - malbarbo:musl-mips-static, r=alexcrichtonbors2018-01-241-1/+1
|\ \ \
| * | | Do not assume dynamic linking in musl mipsMarco A L Barbosa2018-01-221-1/+1
* | | | Auto merge of #887 - myfreeweb:freebsd-procdesc, r=alexcrichtonbors2018-01-234-2/+51
|\ \ \ \
| * | | | Add rtprio (realtime priority) API for FreeBSD and DragonFlyGreg V2018-01-234-2/+34
| * | | | Ignore new FreeBSD constants in testsGreg V2018-01-221-0/+4
| * | | | Add FreeBSD process descriptors APIGreg V2018-01-222-0/+10
| * | | | Add missing kqueue event filters on FreeBSDGreg V2018-01-221-0/+3
| |/ / /