summaryrefslogtreecommitdiff
path: root/src/unix/bsd/apple/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix OSX builders on CIAlex Crichton2018-08-011-10/+2
* remove FIOCLEX and FIONBIO which were shadowing a bsd-wide declarationalecmocatta2018-07-301-2/+0
* FIO* for *-apple-*alecmocatta2018-07-301-0/+9
* Add some posix_spawn apple extension flagsHiroki Noda2018-07-291-0/+4
* 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 #1016 - debris:fs-swap-api, r=alexcrichtonbors2018-06-271-0/+8
|\ \
| * | added renameat2, renamex_np, renameatx_npdebris2018-06-041-0/+8
| |/
* | add net/if_arp.h definitionsAndrew Cann2018-06-041-0/+8
|/
* add pktinfo consts and structs for linux and appleJake McGinty2018-04-221-0/+14
* fix this for stdbuild onlygnzlbg2018-04-151-2/+2
* fix undefined behavior due to incorrect packing on macosxgnzlbg2018-04-151-2/+2
* add macosx sysv ipc shared memorygnzlbg2018-02-031-0/+58
* Auto merge of #909 - alexcrichton:posix-spawn, r=alexcrichtonbors2018-01-261-0/+61
|\
| * Add posix_spawn bindingsAlex Crichton2018-01-251-0/+61
* | fix stylegnzlbg2018-01-181-1/+2
|/
* Add sockaddr_ctl on MacBryant Mairs2018-01-141-0/+9
* Add bpf constant on macOSluozijun2017-12-271-0/+20
* Add some constants for linux and macosluozijun2017-12-261-1/+94
* Remove constants `UTUN_CONTROL_NAME`luozijun2017-12-151-1/+0
* Add `net/if_utun.h` constants for macos platform and `linux/if_tun.h` for lin...luozijun2017-12-141-1/+6
* add aarch64-unknown-openbsd definitionSébastien Marie2017-12-131-0/+1
* Auto merge of #866 - LuoZijun:patch-1, r=alexcrichtonbors2017-12-121-0/+11
|\
| * fix macosluozijun2017-12-121-2/+0
| * Add `sockaddr_dl` for all bsdlikeluozijun2017-12-121-15/+13
| * Fix code style and add `sockaddr_dl` for xnuluozijun2017-12-121-0/+15
* | Add missing EAI_* flags for multiple platformsJosh Driver2017-12-121-0/+10
|/
* Add dyld functions and related typesSteven Fackler2017-11-101-0/+68
* FIX: line longer than 80 charsluozijun2017-11-091-17/+17
* Add network interface flag constants for all platformsluozijun2017-11-091-1/+18
* Fix rustdoc warningGuillaume Gomez2017-11-051-1/+1
* apple: Add SOL_LOCAL and LOCAL_* for local domain sockets.Dan Glastonbury2017-10-161-0/+18
* Remove clock_settime from macOSMartin Ek2017-09-211-1/+0
* Add clock_gettime related functions to macOSMartin Ek2017-09-211-0/+9
* Define additional IPPROTO_* constants.Jack Pappas2017-09-171-2/+217
* apple: Add VM_* constants from mach/vm_statistics.hJoshua Liebow-Feeser2017-08-301-0/+106
* Fix spelling of ptrace's request argumentBryant Mairs2017-08-131-1/+1
* Add getgrouplist()Jamie Hewland2017-08-121-0/+4
* Add mac structsGuillaume Gomez2017-07-191-0/+81
* Add missing constants for macGuillaume Gomez2017-07-161-0/+3
* Add missing if_data and if_msghdr structsGuillaume Gomez2017-07-151-0/+10
* merge poll constants in BSD platformsNicolas Dusart2017-07-131-5/+0
* add missing socket constantsNicolas Dusart2017-07-101-8/+11
* Auto merge of #640 - Susurrus:apple_termios_constants, r=alexcrichtonbors2017-07-031-0/+12
|\
| * Add missing termios constants for MacBryant Mairs2017-07-021-0/+12
* | Fix types of PTHREAD_PROCESS_* constantsmain()2017-07-021-2/+2
|/
* Add pthread_rwlockattr APIsmain()2017-06-281-0/+11
* Unify some BSD flagsequal-l22017-06-191-14/+2
* add dirfd on unixJörg Thalheim2017-06-131-0/+2
* add ::timeval to settimeofdayAndrew Salmon2017-05-271-1/+1