| Commit message (Expand) | Author | Age | Files | Lines |
* | Auto merge of #605 - Uplifting:unix, r=alexcrichton | bors | 2017-05-28 | 3 | -1/+6 |
|\ |
|
| * | add ::timeval to settimeofday | Andrew Salmon | 2017-05-27 | 3 | -3/+3 |
| * | make modifications for proper build. | Andrew Salmon | 2017-05-27 | 3 | -1/+6 |
* | | Fixed targets without the sync() function | Razican | 2017-05-26 | 1 | -0/+2 |
|/ |
|
* | Add AT_FDCWD for FreeBSD | Lee Bousfield | 2017-05-15 | 1 | -0/+2 |
* | Add XATTR flags | Lee Bousfield | 2017-05-07 | 1 | -0/+7 |
* | Add xattr functions for OSX | Lee Bousfield | 2017-05-07 | 1 | -0/+21 |
* | Add RTLD_NEXT and RTLD_SELF to *BSD | Lee Bousfield | 2017-04-30 | 1 | -0/+2 |
* | Expose B460800 & B921600 on netbsd | Bryant Mairs | 2017-04-19 | 1 | -0/+3 |
* | Don't expose B460800 & B921600 on dragonfly | Bryant Mairs | 2017-04-19 | 2 | -2/+3 |
* | Expose CRTSCTS on freebsd and dragonfly | Bryant Mairs | 2017-04-19 | 1 | -0/+2 |
* | Add const socket protocol for divert rule ipfw on FreeBSD | Norbytus | 2017-04-06 | 1 | -0/+2 |
* | Auto merge of #559 - superriva:superriva-patch-1, r=alexcrichton | bors | 2017-04-04 | 1 | -0/+76 |
|\ |
|
| * | Add IPC,SHM,MSG for Freebsd | superriva | 2017-04-04 | 1 | -0/+76 |
* | | add AT_* constants | Jörg Thalheim | 2017-03-25 | 4 | -0/+23 |
|/ |
|
* | Add FIONREAD for apple/b64 | Geoff Cant | 2017-03-24 | 1 | -0/+2 |
* | add fdopendir | Jörg Thalheim | 2017-03-24 | 2 | -0/+4 |
* | move *at family to unix | Jörg Thalheim | 2017-03-20 | 3 | -89/+12 |
* | Add support for the `accept4` system call for FreeBSD* & NetBSD* | Alexander Schlarb | 2017-03-03 | 2 | -0/+7 |
* | Auto merge of #543 - berkowski:socket_constants, r=alexcrichton | bors | 2017-03-01 | 7 | -15/+436 |
|\ |
|
| * | Added #[doc(hidden)] to AF_MAX, PF_MAX, others. | Zac Berkowitz | 2017-03-01 | 2 | -0/+6 |
| * | Added socket constants for apple | Zac Berkowitz | 2017-03-01 | 1 | -10/+116 |
| * | Cleaned up unused socket constants. | Zac Berkowitz | 2017-03-01 | 1 | -9/+0 |
| * | Added many socket-related constants to BSD | Zac Berkowitz | 2017-03-01 | 6 | -5/+323 |
* | | Auto merge of #538 - malbarbo:ci-android, r=alexcrichton | bors | 2017-03-01 | 1 | -1/+70 |
|\ \
| |/
|/| |
|
| * | Fix style | Marco A L Barbosa | 2017-02-27 | 1 | -1/+2 |
| * | Fix missing prefix :: | Marco A L Barbosa | 2017-02-27 | 1 | -14/+14 |
| * | Merge branch 'master' into ci-android | Marco A L Barbosa | 2017-02-27 | 3 | -0/+84 |
| |\ |
|
| * | | Remove cfg_if from src/unix/mod.rs | Marco A L Barbosa | 2017-02-27 | 1 | -0/+68 |
* | | | Add OXTABS and ONOEOT for BSD systems | Bryant Mairs | 2017-02-28 | 1 | -0/+2 |
| |/
|/| |
|
* | | Auto merge of #537 - Susurrus:master, r=alexcrichton | bors | 2017-02-24 | 1 | -0/+4 |
|\ \ |
|
| * | | Fix path for nfds_t | Bryant Mairs | 2017-02-24 | 1 | -1/+1 |
| * | | Expose ppoll on some BSDs | Bryant Mairs | 2017-02-24 | 1 | -0/+4 |
| |/ |
|
* | | Auto merge of #530 - berkowski:baud_constants, r=alexcrichton | bors | 2017-02-24 | 3 | -0/+80 |
|\ \
| |/
|/| |
|
| * | Added baudrate constants. | Zac Berkowitz | 2017-02-20 | 3 | -0/+80 |
* | | Add jail functions and constants for FreeBSD | Ryan Moeller | 2017-02-21 | 1 | -0/+30 |
|/ |
|
* | Added *_setpshared and *_getpshared bindings | Mike Lubinets | 2017-02-16 | 2 | -0/+16 |
* | Make WIFCONTINUED signature on FreeBSD consistent with MacOS and Linux | Radu Popescu | 2017-02-13 | 1 | -2/+2 |
* | Add AF_UNSPEC from Apple socket.h | Douman | 2017-02-07 | 1 | -0/+1 |
* | Auto merge of #512 - dumbbell:support-aarch64-unknown-freebsd, r=alexcrichton | bors | 2017-02-03 | 2 | -0/+33 |
|\ |
|
| * | Add types for `aarch64-unknown-freebsd` | Jean-Sébastien Pédron | 2017-02-03 | 2 | -0/+33 |
* | | Add IPPROTO_ICMP and IPPROTO_ICMPV6 system constants | Tyler Julian | 2017-02-01 | 3 | -0/+6 |
* | | Adding missing WIFCONTINUED function on FreeBSD systems | Radu Popescu | 2017-02-01 | 1 | -0/+4 |
* | | add pipe2 to non-OSX BSD's | Jack O'Connor | 2017-01-25 | 2 | -0/+2 |
* | | Update mod.rs | Johannes Lundberg | 2017-01-14 | 1 | -1/+0 |
* | | Added some DragonFly-only constants. | johalun | 2017-01-14 | 1 | -0/+7 |
* | | Added defines from ttycom.h for dragonfly and freebsd. | johalun | 2017-01-13 | 3 | -1/+68 |
* | | Auto merge of #489 - zackw:add-waitid, r=alexcrichton | bors | 2017-01-10 | 3 | -0/+41 |
|\ \ |
|
| * | | Remove remaining copy of the comment about idtype_t being an enum. | Zack Weinberg | 2017-01-10 | 1 | -5/+0 |
| * | | Changes requested by reviewers | Zack Weinberg | 2017-01-10 | 2 | -15/+0 |