summaryrefslogtreecommitdiff
path: root/src/unix/bsd/apple
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #1474 - lpetre:add_utime_constants, r=gnzlbg0.2.63bors2019-08-201-0/+3
|\
| * Adding UTIME_NOW and UTIME_OMIT to OSes which support utimensatLuke Petre2019-08-171-0/+3
* | adapt ioctl() BPF for OpenBSDSébastien Marie2019-08-181-0/+5
* | Fix bitness issueequal-l22019-08-163-1/+10
* | Add ioctl() constants for BPFequal-l22019-08-161-0/+3
|/
* Setup Azure Pipelinesgnzlbg2019-07-273-3/+8
* Expose signal value of siginfo_tDouman2019-07-091-0/+24
* Remove AF_MAX, PF_MAX, NET_MAXID constantsBryant Mairs2019-07-051-24/+0
* Auto merge of #1387 - tormol:fionclex, r=gnzlbgbors2019-06-111-5/+0
|\
| * Generalize some FIO* constants to all BSDsTorbjørn Birch Moltu2019-06-071-5/+0
* | Switch to manual trait impls for sigeventBryant Mairs2019-06-091-8/+41
|/
* Auto merge of #1379 - gnzlbg:deprecate_fixed_width_ints, r=gnzlbgbors2019-05-293-121/+121
|\
| * Replace uses of fixed-width integer aliases with Rust typesgnzlbg2019-05-293-121/+121
* | Merge pull request #1375 from gnzlbg/deprecate_af_maxgnzlbg2019-05-291-2/+17
|\ \ | |/ |/|
| * Deprecate AF_MAX and PF_MAXgnzlbg2019-05-291-2/+17
* | Auto merge of #629 - Susurrus:tcflag_t, r=gnzlbgbors2019-05-281-28/+28
|\ \ | |/ |/|
| * Correct datatype for various termios constantsBryant Mairs2019-03-041-28/+28
* | Merge pull request #1346 from gnzlbg/simplify_freebsdgnzlbg2019-05-261-0/+8
|\ \
| * | Add a FreeBSD 12 build job and test FreeBSD12 APIsgnzlbg2019-05-241-0/+8
* | | Deprecate mach APIs: users should use the `mach` crate instead.gnzlbg2019-05-241-99/+129
|/ /
* | [breaking change] incorrect API of gettimeofdaygnzlbg2019-05-221-0/+2
* | add login_tty api from libutilKevin Kuehler2019-04-051-0/+1
* | vm_size_t does not exist on OpenBSDSébastien Marie2019-03-031-0/+1
|/
* Auto merge of #1271 - Susurrus:more_debug_impls, r=gnzlbgbors2019-02-241-7/+169
|\
| * Add extra traits for apple datatypesBryant Mairs2019-02-231-7/+169
* | Clean libc-test for apple targetsgnzlbg2019-02-221-0/+15
|/
* Cleanup dox messgnzlbg2019-02-131-10/+8
* Fix build on all platformsgnzlbg2019-02-073-455/+478
* Fix CMSG_NXTHDR for OSX.Alan Somers2019-02-051-4/+3
* Check for Copy impls for all typesBryant Mairs2019-02-021-0/+4
* Check for Debug impls for all typesBryant Mairs2019-02-021-0/+1
* Implement Hash for all typesBryant Mairs2019-02-023-0/+112
* Implement Debug for all typesBryant Mairs2019-02-023-6/+126
* Implement PartialEq,Eq for all typesBryant Mairs2019-02-023-92/+298
* Fix CMSG_DATA(3) and friends on BSDAlan Somers2019-01-161-0/+39
* Fix uname on FreeBSDAlan Somers2019-01-031-0/+1
* Add IP_RECVIF to BSD and IP_RECVDSTADDR to apple.Tom Pusateri2018-12-261-0/+2
* Auto merge of #1175 - Ralith:ip-tos, r=alexcrichtonbors2018-12-241-0/+3
|\
| * Add BSD IP_RECVTOS definitionsBenjamin Saunders2018-12-141-0/+1
| * Add IPV6 analogsBenjamin Saunders2018-12-141-0/+2
* | Add `NI_*` constants from `netdb.h` for macOS.Markus Reiter2018-12-171-0/+7
* | Add `AI_*` constants from `netdb.h` for macOS.Markus Reiter2018-12-171-0/+13
|/
* Add support for SysV semaphores on Apple platformCraig M. Brandenburg2018-12-081-0/+47
* openbsd: unbreak: TCP_* flagsSébastien Marie2018-11-271-0/+2
* Add some TCP constantsFensteer2018-11-271-1/+0
* Add alias for MAP_ANONYMOUS to Apple targets.gnzlbg2018-11-221-0/+1
* Prepare for being included via crates.io into stdAlex Crichton2018-11-211-2/+2
* Add chflags(2) and friendsAlan Somers2018-11-191-0/+16
* update osx constants for xcode10gnzlbg2018-10-291-2/+2
* Fixed TRACE_ME typoxd0096422018-10-051-1/+1