summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #934 - ctrlcctrlv:master, r=alexcrichton0.2.38bors2018-03-035-0/+40
|\
| * Fix BSD errors (hopefully)Fredrick Brennan2018-03-041-1/+0
| * Fix failure to document for Open/NetBSDFredrick Brennan2018-03-041-2/+2
| * Fix long lineFredrick Brennan2018-03-041-1/+2
| * Fix issues raised by @gnzlbgFredrick Brennan2018-03-045-28/+34
| * Remove "double blank line"Fredrick Brennan2018-03-031-1/+0
| * Fix build error on stable RustFredrick Brennan2018-03-032-14/+2
| * Add passwd/group APIs needed for nix-rust/nix#864Fredrick Brennan2018-03-032-0/+47
* | Auto merge of #937 - bdrewery:freebsd-ino64-compat, r=alexcrichtonbors2018-03-023-0/+10
|\ \
| * | Use pre-ino64 FreeBSD symbols to resolve binary compatibility.Bryan Drewery2018-03-013-0/+10
* | | Auto merge of #936 - bdrewery:freebsd-kevent-compat, r=alexcrichtonbors2018-03-011-0/+1
|\ \ \ | |/ /
| * | Link against kevent@FBSD_1.0 to fix ABI compat with FreeBSD12.Bryan Drewery2018-03-011-0/+1
* | | Add Solaris constants needed by net2bgermann2018-03-011-0/+4
| |/ |/|
* | Add IPV6_UNICAST_HOPS to fuchsia moduleRaph Levien2018-02-281-0/+1
|/
* Auto merge of #931 - bdrewery:posix_spawn_freebsd, r=alexcrichtonbors2018-02-281-0/+76
|\
| * Add posix_spawn bindings for FreeBSDBryan Drewery2018-02-261-0/+76
* | retrygnzlbg2018-02-281-3/+2
* | fix stylegnzlbg2018-02-281-1/+3
* | wrap target_vendor with stdbuildgnzlbg2018-02-281-1/+1
* | fix stylegnzlbg2018-02-271-2/+5
* | test --no-default-features and fix musl buildsgnzlbg2018-02-271-2/+2
* | Auto merge of #926 - faern:add-netfilter-fields, r=alexcrichtonbors2018-02-265-30/+591
|\ \
| * | Add missing NFT_ constants from nf_tables.hLinus Färnstrand2018-02-253-0/+456
| * | Add missing netfilter constantsLinus Färnstrand2018-02-254-30/+132
| * | 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
| |/
* | 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
* | 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-223-6/+102
* | Add NLA_ALIGN(TO) constant/functionLinus Färnstrand2018-02-223-0/+22
* | Add netlink/genetlink structs to notbsdLinus Färnstrand2018-02-224-0/+126
|/
* Prefer hexadecimal representation of O_TMPFILE on linux-sparc64John Paul Adrian Glaubitz2018-02-171-1/+1
* Add termios ioctl constants to NetBSDBryant Mairs2018-02-131-0/+15
* Add constants IFF_TUN, IFF_TAP and IFF_NO_PI on linux, android and fuchsia sy...luozijun2018-02-073-6/+12
* add macosx sysv ipc shared memorygnzlbg2018-02-031-0/+58
* Auto merge of #902 - gnzlbg:missing_linux_intrinsics, r=malbarbobors2018-02-012-2/+18
|\
| * remove memfd_creategnzlbg2018-02-011-1/+0
| * 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