summaryrefslogtreecommitdiff
path: root/src/unix/notbsd
Commit message (Expand)AuthorAgeFilesLines
* Add MODULE_INIT_ constantsPascal Bach2018-07-172-0/+8
* Fix type + style fix style issuesAlexander Danilov2018-07-061-3/+1
* Add if_packet.h headersAlexander Danilov2018-07-061-0/+18
* Add linux musl powerpc (32-bit) supportMarek Benc2018-07-056-85/+1127
* Add ENOATTR for AndroidMateusz Mikuła2018-07-041-0/+3
* Re-add aarch64 stuff removed by previous commitest312018-07-011-0/+135
* Auto merge of #1023 - mksully22:ppc64le_libc, r=alexcrichtonbors2018-06-285-148/+353
|\
| * libc: changes to ppc64le musl branch to support building of rust on AlpineMike Sullivan2018-06-185-148/+353
* | Auto merge of #1018 - scottlamb:pr-fdopendir, r=alexcrichtonbors2018-06-281-2/+0
|\ \
| * | add fdopendir on macOSScott Lamb2018-06-071-2/+0
| |/
* | add net/if_arp.h definitionsAndrew Cann2018-06-043-0/+123
|/
* Add some termios constants for sparc64Bryant Mairs2018-06-011-0/+37
* 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-011-0/+103
* make some symbols linux-specificAndrew Cann2018-05-312-11/+11
* remove conflicting linux/ip.h headerAndrew Cann2018-05-311-35/+0
* add constants from linux/ip.hAndrew Cann2018-05-311-1/+104
* Remove ioctl symbols for emscriptenAndrew Cann2018-05-303-38/+76
* correct some ioctl request valuesAndrew Cann2018-05-301-3/+3
* Add linux socket ioctl defsAndrew Cann2018-05-301-0/+38
* Moves `ifaddrs` and some functions to common Linux moduleBastian Köcher2018-05-265-95/+28
* android: add POSIX sysconf constantsLuca Bruno2018-05-221-0/+43
* Add sem_getvalue to unixJason Longshore2018-05-102-0/+4
* add pktinfo consts and structs for linux and appleJake McGinty2018-04-223-0/+19
* feat: add fread_unulock for linux真人2018-04-171-0/+5
* Auto merge of #971 - faern:public-netlink-fields, r=alexcrichtonbors2018-04-124-66/+66
|\
| * Make fields in all netlink related structs publicLinus Färnstrand2018-04-114-66/+66
* | Fix statvfs on mips and powerpc glibcMike Hommey2018-04-1111-23/+161
|/
* Auto merge of #960 - glandium:mutex-init, r=alexcrichtonbors2018-04-1011-0/+381
|\
| * Add PTHREAD_*_MUTEX_INITIALIZER_NP for glibcMike Hommey2018-04-119-0/+378
| * Add PTHREAD_MUTEX_ADAPTIVE_NP for glibcMike Hommey2018-04-113-0/+3
* | Add flock type value definitions for Linux/other/x86_64Craig M. Brandenburg2018-04-081-0/+4
|/
* Add MCL_CURRENT and MCL_FUTURE to s390.Andreas Fackler2018-03-241-0/+3
* Fix long lineFredrick Brennan2018-03-041-1/+2
* Fix issues raised by @gnzlbgFredrick Brennan2018-03-042-14/+13
* Remove "double blank line"Fredrick Brennan2018-03-031-1/+0
* Fix build error on stable RustFredrick Brennan2018-03-031-7/+1
* Add passwd/group APIs needed for nix-rust/nix#864Fredrick Brennan2018-03-031-0/+24
* Auto merge of #926 - faern:add-netfilter-fields, r=alexcrichtonbors2018-02-264-30/+588
|\
| * Add missing NFT_ constants from nf_tables.hLinus Färnstrand2018-02-253-0/+456
| * Add missing netfilter constantsLinus Färnstrand2018-02-254-30/+132
* | Auto merge of #925 - bluejekyll:master, r=alexcrichtonbors2018-02-261-3/+5
|\ \ | |/ |/|
| * add IPV6_UNICAST_HOPSBenjamin Fry2018-02-251-0/+1
| * add IPV6_MULTICAST_IF and IPV6_MULTICAST_HOPSBenjamin Fry2018-02-251-3/+4
* | 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