summaryrefslogtreecommitdiff
path: root/src/unix
Commit message (Expand)AuthorAgeFilesLines
* Fix netbsd build with "stdbuild"Amanieu d'Antras2018-07-121-2/+2
* Fix a #[cfg] attributeAlex Crichton2018-07-101-1/+1
* Auto merge of #1034 - Amanieu:musl_libgcc, r=alexcrichtonbors2018-07-091-0/+12
|\
| * Link to libgcc when statically linking muslAmanieu d'Antras2018-07-081-0/+12
* | 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
* illumos header translation is wrong 02000000 should be 0x80000Mike Zeller2018-06-301-1/+1
* Auto merge of #1024 - nielx:master, r=alexcrichtonbors2018-06-281-2/+23
|\
| * Haiku: Add more IP_* and IPV6_* constants.Niels Sascha Reedijk2018-06-201-2/+23
* | Auto merge of #1022 - sfackler:phys-pages, r=alexcrichtonbors2018-06-281-0/+1
|\ \
| * | Add _SC_PHYS_PAGES on macOSSteven Fackler2018-06-151-0/+1
| |/
* | 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-287-11/+7
|\ \
| * | add fdopendir on macOSScott Lamb2018-06-077-11/+7
| |/
* | Auto merge of #1016 - debris:fs-swap-api, r=alexcrichtonbors2018-06-271-0/+8
|\ \
| * | glibc does not provide a wrapper for the renameat2debris2018-06-041-3/+0
| * | added renameat2, renamex_np, renameatx_npdebris2018-06-042-0/+11
| |/
* | add net/if_arp.h definitionsAndrew Cann2018-06-047-0/+156
|/
* 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-012-21/+103
* add rtentryAndrew Cann2018-06-011-0/+21
* 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 new sendfile flags for FreeBSDAndrew Morrow2018-05-171-0/+2
* Add sem_getvalue to unixJason Longshore2018-05-106-0/+12
* Add TIOCGWINSZ to openbsdkpcyrd2018-05-061-0/+1
* Auto merge of #983 - mcginty:bsd-pktinfo, r=alexcrichtonbors2018-05-014-0/+26
|\
| * add remaining pktinfo consts/structs for the other BSDsJake McGinty2018-05-014-0/+26
* | define more TCP_ sockopts on bsdArvid E. Picciani2018-05-012-3/+11
|/
* add pktinfo consts and structs for linux and appleJake McGinty2018-04-224-0/+33
* haiku: Add RLIMIT_STACK and fix RTLD_* definitionsCalvin Hill2018-04-201-1/+4
* Auto merge of #972 - gnzlbg:packed, r=alexcrichtonbors2018-04-171-2/+2
|\
| * fix this for stdbuild onlygnzlbg2018-04-151-2/+2
| * fix undefined behavior due to incorrect packing on macosxgnzlbg2018-04-151-2/+2
* | feat: add fread_unulock for linux真人2018-04-171-0/+5
|/