summaryrefslogtreecommitdiff
path: root/src/unix/bsd/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Add ISO C functions atof, atol, atoll, strtoll, strtoullLegionMammal9782022-12-141-1/+0
* adding getopt_long for unixes.David Carlier2022-12-011-0/+14
* Add support for tvosThom Chiovoloni2022-10-111-1/+2
* add BUS_ si_code constantsi509VCB2022-07-311-0/+6
* [watch_os] add support for Apple WatchOSVladimir Michael Eatwell2022-03-081-1/+2
* BSD add deterministic rand apiDavid Carlier2022-02-141-0/+10
* Auto merge of #2331 - rtzoeller:sched_get_priority_limits, r=Amanieubors2021-08-131-0/+2
|\
| * sched_get_priority_max/min apply to all BSDs and SolarisRyan Zoeller2021-08-121-0/+2
* | Add more items in BSDGuillaume Gomez2021-08-121-0/+1
|/
* FD_ISSET: take a *const fd_set instead of *mut fd_setAlan Somers2021-07-121-1/+1
* bsd/apple adding arc4 apiDavid CARLIER2021-07-021-0/+4
* Add more MNT_ flags, especially on FreeBSDAlan Somers2021-06-121-1/+9
* Fix styleYuki Okushi2021-04-061-63/+13
* RustfmtAmanieu d'Antras2021-02-011-6/+3
* fix glob symbol name on macOS aarch64Benedikt Steinbusch2021-01-011-1/+4
* Define CLD_ constants for more targetsdylni2020-12-211-0/+7
* Use safe_f! consistently across platformsDaniil Bondarev2020-09-121-5/+7
* Add getitimer and setitimer for macOSMeiK2020-09-031-0/+21
* Add IOV_MAX and UIO_MAXIOV constantsThomas de Zeeuw2020-08-281-0/+2
* FreeBSD: new rand()/srand() ABI in 13Greg V2020-07-061-0/+8
* FreeBSD: make wchar_t unsigned on arm/aarch64Greg V2020-07-061-1/+0
* Re-define `__priority_which`s as c_uint in linux-gnuYuki Okushi2020-05-211-0/+4
* Add TIOCSBRK/TIOCCBRK to more supported platformsBryant Mairs2020-05-071-0/+3
* Add bindings for POSIX regexesAlexander Batischev2020-04-131-0/+71
* Clean up unnecessary cfg_attr attributesPatrick Mooney2020-03-291-5/+0
* Add wait4 for macOS and FreeBSDDarcy Liu2020-03-081-0/+14
* Add FreeBSD10 supportgnzlbg2019-09-161-2/+2
* Formattinggnzlbg2019-09-121-110/+196
* adapt ioctl() BPF for OpenBSDSébastien Marie2019-08-181-5/+0
* Fix bitness issueequal-l22019-08-161-3/+0
* Add ioctl() constants for BPFequal-l22019-08-161-0/+22
* Add support for FreeBSD CURRENT (aka freebsd13)Luca Pizzamiglio2019-07-281-2/+2
* Generalize some FIO* constants to all BSDsTorbjørn Birch Moltu2019-06-071-0/+5
* Replace uses of fixed-width integer aliases with Rust typesgnzlbg2019-05-291-1/+1
* 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
|/