summaryrefslogtreecommitdiff
path: root/src/unix/bsd/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Update MUSL Linux kernel headers and re-enable Linux testsgnzlbg2019-05-271-0/+7
* Add a FreeBSD 12 build job and test FreeBSD12 APIsgnzlbg2019-05-241-3/+8
* Test strerror_r on Android and Linuxgnzlbg2019-05-231-0/+2
* Remove bitrig supportgnzlbg2019-05-161-2/+1
* Fix getgrgid_r to accept gid_t.Charles Lew2019-04-291-1/+1
* vm_size_t does not exist on OpenBSDSébastien Marie2019-03-031-1/+0
* Add vm_size_tGuillaume Gomez2019-03-031-0/+1
* Clean libc-test for apple targetsgnzlbg2019-02-221-1/+0
* Cleanup dox messgnzlbg2019-02-131-10/+8
* Fix build on all platformsgnzlbg2019-02-071-83/+86
* Implement Hash for all typesBryant Mairs2019-02-021-0/+18
* Implement Debug for all typesBryant Mairs2019-02-021-0/+22
* Implement PartialEq,Eq for all typesBryant Mairs2019-02-021-27/+76
* Auto merge of #1212 - asomers:cmsg, r=alexcrichtonbors2019-01-171-33/+4
|\
| * Fix CMSG_DATA(3) and friends on BSDAlan Somers2019-01-161-33/+4
* | NetBSD 8 adds new address family chaning AF_MAX and new ifaddrs flags.Tom Pusateri2018-12-271-1/+3
|/
* Narrow IPTOS_ECN_... definitionsBenjamin Saunders2018-12-151-0/+4
* Handle inconsistent spellingBenjamin Saunders2018-12-141-0/+2
* Fix BSD IP_TOS valueBenjamin Saunders2018-12-141-2/+1
* Expose unix ECN-related constantsBenjamin Saunders2018-12-141-0/+2
* openbsd: unbreak: TCP_* flagsSébastien Marie2018-11-271-2/+0
* Add some TCP constantsFensteer2018-11-271-0/+3
* splice the common libc functions and ctypes throughout the librarygnzlbg2018-11-211-0/+6
* Add CMSG macros for unix/bsd and unix/notbsdAndrew Tunnell-Jones2018-10-191-0/+37
* Add acct(2) to BSD treeJosh Abraham2018-10-151-1/+0
* Add acct(2) to BSD treeJosh Abraham2018-10-141-0/+2
* add missing semi-colonsJeremy Larkin2018-10-021-3/+3
* Add fcntl constants for advisory locking on BSDsJeremy Larkin2018-10-021-0/+4
* NetBSD: correct link_name of some time-related functionsJonathan A. Kollasch2018-08-151-0/+1
* Auto merge of #934 - ctrlcctrlv:master, r=alexcrichton0.2.38bors2018-03-031-0/+4
|\
| * Fix issues raised by @gnzlbgFredrick Brennan2018-03-041-14/+1
| * 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/+23
* | Use pre-ino64 FreeBSD symbols to resolve binary compatibility.Bryan Drewery2018-03-011-0/+2
|/
* add IPV6_UNICAST_HOPSBenjamin Fry2018-02-251-0/+1
* add IPV6_MULTICAST_IF and IPV6_MULTICAST_HOPSBenjamin Fry2018-02-251-0/+2
* add aarch64-unknown-openbsd definitionSébastien Marie2017-12-131-1/+0
* Trying to fix for i686-appleOssi Herrala2017-10-191-0/+2
* Introduce pthread_cancel() for terminating threadsOssi Herrala2017-10-181-0/+1
* Move various POLL* and RTLD_LAZY constants into submodules.Jessica Hamilton2017-09-261-0/+7
* Add QCMD() for available platformsBryant Mairs2017-08-291-0/+4
* Add asmjs/wasm32 to CIAlex Crichton2017-08-261-0/+61
* Move endpwent out of the base Unix moduleJamie Hewland2017-08-101-0/+1
* Try move getpwuid_r/getpwnam_r to base Unix moduleJamie Hewland2017-08-101-12/+0
* merge poll constants in BSD platformsNicolas Dusart2017-07-131-0/+5
* add missing socket constantsNicolas Dusart2017-07-101-0/+8
* Add termios local flagsBryant Mairs2017-06-251-0/+2
* Add termios control flagsBryant Mairs2017-06-241-0/+2
* Add termios control character indicesBryant Mairs2017-06-241-0/+3
* Unify some BSD flagsequal-l22017-06-191-2/+14