summaryrefslogtreecommitdiff
path: root/src/unix/mod.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Fix build on all platformsgnzlbg2019-02-071-19/+13
* Check for Copy impls for all typesBryant Mairs2019-02-021-0/+17
* Check for Debug impls for all typesBryant Mairs2019-02-021-0/+4
* Fix uname on FreeBSDAlan Somers2019-01-031-1/+0
* Added setegid functionxd0096422018-12-051-0/+1
* Remove unreachable fuchsia branchesgnzlbg2018-11-271-6/+1
* Merge branch 'master' into strcase-variousTom Parker-Shemilt2018-11-231-3/+4
|\
| * Prepare for being included via crates.io into stdAlex Crichton2018-11-211-3/+4
* | Split out strcase* into unix, MSVC and Windows-GNUTom Parker-Shemilt2018-11-211-0/+3
* | Merge branch 'master' into strcase-variousTom Parker-Shemilt2018-11-211-1/+178
|\ \ | |/
| * splice the common libc functions and ctypes throughout the librarygnzlbg2018-11-211-0/+178
* | Fix line-length unix style issueTom Parker-Shemilt2018-11-211-1/+2
* | Fix missing imports for unix moduleTom Parker-Shemilt2018-11-211-0/+1
* | Define _WITH_GETLINE for FreeBSD so we can move getline into general UnixTom Parker-Shemilt2018-11-201-0/+1
* | Split out getline and strcasestr to supported platformsTom Parker-Shemilt2018-11-201-0/+2
|/
* Add truncate(2) to Unix platformsJulio Merino2018-10-161-0/+1
* Auto merge of #1048 - ColinFinck:master, r=alexcrichtonbors2018-08-011-0/+8
|\
| * Fix coding style.Colin Finck2018-07-311-1/+1
| * Add libc definitions for HermitCore (https://hermitcore.org)Colin Finck2018-07-301-0/+8
* | Fix OSX builders on CIAlex Crichton2018-08-011-0/+1
* | Add align feature and use on in6_addrLinus Färnstrand2018-07-291-0/+2
|/
* Revert "Link to libgcc when statically linking musl"Amanieu d'Antras2018-07-211-12/+0
* Fix netbsd build with "stdbuild"Amanieu d'Antras2018-07-121-2/+2
* Fix a #[cfg] attributeAlex Crichton2018-07-101-1/+1
* Link to libgcc when statically linking muslAmanieu d'Antras2018-07-081-0/+12
* Auto merge of #1018 - scottlamb:pr-fdopendir, r=alexcrichtonbors2018-06-281-0/+7
|\
| * add fdopendir on macOSScott Lamb2018-06-071-0/+7
* | add net/if_arp.h definitionsAndrew Cann2018-06-041-0/+8
|/
* Rename the dox configuration option to cross_platform_docsFrancis Gagné2018-03-181-1/+1
* Use pre-ino64 FreeBSD symbols to resolve binary compatibility.Bryan Drewery2018-03-011-0/+7
* retrygnzlbg2018-02-281-3/+2
* fix stylegnzlbg2018-02-281-1/+3
* wrap target_vendor with stdbuildgnzlbg2018-02-281-1/+1
* fix stylegnzlbg2018-02-271-2/+5
* test --no-default-features and fix musl buildsgnzlbg2018-02-271-2/+2
* Do not assume dynamic linking in musl mipsMarco A L Barbosa2018-01-221-1/+1
* add DT_UNKNOWNBill Fraser2018-01-191-0/+1
* Auto merge of #879 - SanchayanMaity:kill, r=alexcrichtonbors2018-01-131-0/+3
|\
| * Add killpgSanchayan Maity2017-12-191-0/+3
* | Add difftime functionGuillaume Gomez2018-01-111-0/+2
|/
* Add `net/if_utun.h` constants for macos platform and `linux/if_tun.h` for lin...luozijun2017-12-141-0/+1
* More fixes for x86_64-unknown-linux-gnux32Marco A L Barbosa2017-10-271-0/+28
* Fix timespec, stat, stat64 for linux x32Marco A L Barbosa2017-10-181-1/+6
* Add getprotobynumberAndrew Tunnell-Jones2017-10-131-0/+1
* Add getservbyname and getprotobynameAndrew Tunnell-Jones2017-10-071-0/+16
* unix: remove constants moved into submodules.Jessica Hamilton2017-09-261-9/+0
* Revert "POLL*/RTLD_LAZY: definitions differ on Haiku."Jessica Hamilton2017-09-261-7/+0
* POLL*/RTLD_LAZY: definitions differ on Haiku.Jessica Hamilton2017-09-261-0/+7
* fuchsia: mxio was renamed to fdioJames Tucker2017-09-191-1/+1
* Make stdbuild a cargo featureTamir Duberstein2017-09-121-1/+1