summaryrefslogtreecommitdiff
path: root/src/unix/solarish/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Add settimeofday for solaris/illumosGrayJack2019-10-131-0/+1
* fix argument names in the mq_* family of functionsPhilipp Gesang2019-09-181-4/+4
* Fix formattinggnzlbg2019-09-131-4/+5
* Fix line lengthgnzlbg2019-09-121-4/+5
* Formattinggnzlbg2019-09-121-292/+437
* Deprecate RLIM_NLIMITSAlan Somers2019-09-021-0/+4
* Adding UTIME_NOW and UTIME_OMIT to OSes which support utimensatLuke Petre2019-08-171-0/+3
* Remove AF_MAX, PF_MAX, NET_MAXID constantsBryant Mairs2019-07-051-7/+0
* Obey 80 char line widthRobert D. French2019-06-231-10/+11
* Support calls to the SunOS Doors APIRobert D. French2019-06-221-0/+39
* Switch to manual trait impls for sigeventBryant Mairs2019-06-091-9/+43
* Add posix message queue types and functions for solarishTorbjørn Birch Moltu2019-06-041-0/+34
* Auto merge of #1379 - gnzlbg:deprecate_fixed_width_ints, r=gnzlbgbors2019-05-291-2/+2
|\
| * Replace uses of fixed-width integer aliases with Rust typesgnzlbg2019-05-291-2/+2
* | Deprecate AF_MAX and PF_MAXgnzlbg2019-05-291-0/+7
|/
* Update MUSL Linux kernel headers and re-enable Linux testsgnzlbg2019-05-271-0/+3
* Test strerror_r on Android and Linuxgnzlbg2019-05-231-0/+3
* [breaking change] incorrect API of gettimeofdaygnzlbg2019-05-221-0/+2
* Fix getgrgid_r to accept gid_t.Charles Lew2019-04-291-1/+1
* Auto merge of #1271 - Susurrus:more_debug_impls, r=gnzlbgbors2019-02-241-7/+236
|\
| * Add extra traits for solarish datatypesBryant Mairs2019-02-231-7/+236
* | Clean libc-test for apple targetsgnzlbg2019-02-221-0/+6
|/
* Add missing group entry functions for Solaris/IllumosNikita Baksalyar2019-02-171-0/+3
* Cleanup dox messgnzlbg2019-02-131-11/+9
* Rename solaris dir to solarish to indicate it's including both SolarisJason King2019-02-111-0/+1795