summaryrefslogtreecommitdiff
path: root/src/unix/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace TODO with FIXME to make grep easyYuki Okushi2020-02-291-1/+1
* add wmemchr to all platforms support memchrLzu Tao2020-02-211-0/+1
* Add qsort, qsort_r and bsearchMarco A L Barbosa2020-02-191-0/+17
* Auto merge of #1518 - gnzlbg:freebsd10support, r=gnzlbgbors2019-09-211-7/+7
|\
| * Add FreeBSD10 supportgnzlbg2019-09-161-7/+7
* | pthread_exit fixArtyom Pavlov2019-09-201-1/+1
* | Auto merge of #1513 - mulimoen:master, r=gnzlbgbors2019-09-161-0/+1
|\ \ | |/ |/|
| * add isblankMagnus Ulimoen2019-09-161-0/+1
* | Formattinggnzlbg2019-09-121-346/+677
|/
* Add support for FreeBSD CURRENT (aka freebsd13)Luca Pizzamiglio2019-07-281-7/+7
* Don't forget the cfg_attrXavier L'Heureux2019-07-261-2/+2
* StyleXavier L'Heureux2019-07-151-38/+40
* Remove some unsupported methodsXavier L'Heureux2019-07-151-0/+8
* Auto merge of #1350 - dbrgn:ttyname_r, r=gnzlbgbors2019-06-241-0/+4
|\
| * fixup! Add ttyname_rDanilo Bargen2019-06-231-0/+2
| * Add ttyname_rDanilo Bargen2019-05-191-0/+2
* | Rename the notbsd module to linux_likegnzlbg2019-06-031-2/+2
* | Refactor fixed-width integer types into its own modulegnzlbg2019-05-291-9/+0
* | Update MUSL Linux kernel headers and re-enable Linux testsgnzlbg2019-05-271-6/+0
* | Merge pull request #1346 from gnzlbg/simplify_freebsdgnzlbg2019-05-261-7/+28
|\ \
| * | Add a FreeBSD 12 build job and test FreeBSD12 APIsgnzlbg2019-05-241-7/+28
* | | Auto merge of #503 - TethysSvensson:fix-mode, r=gnzlbgbors2019-05-251-3/+3
|\ \ \ | |/ / |/| |
| * | Set the type for S_ISUID, S_ISGID and S_ISVTX correctlyMathias Svensson2019-03-031-3/+3
* | | Auto merge of #1361 - gnzlbg:std_feature, r=gnzlbgbors2019-05-241-1/+1
|\ \ \
| * | | Deprecate `use_std` cargo feature: use `std` instead .gnzlbg2019-05-241-1/+1
* | | | Fix locale_t in unix and fuchsia.gnzlbg2019-05-241-6/+1
|/ / /
* | | Test strerror_r on Android and Linuxgnzlbg2019-05-231-4/+0
* | | [breaking change] incorrect API of gettimeofdaygnzlbg2019-05-221-11/+0
| |/ |/|
* | Auto merge of #1332 - redox-os:redox-unix, r=gnzlbgbors2019-05-161-1/+15
|\ \
| * | Move Redox support into unix moduleJeremy Soller2019-05-041-1/+15
* | | Remove bitrig supportgnzlbg2019-05-161-4/+2
* | | Link against correct scanf,fscanf,sscanfgnzlbg2019-05-161-0/+3
* | | Warn users of gettimeofday of potential breaking changegnzlbg2019-05-161-0/+8
|/ /
* | Put comments in the correct locationJason King2019-04-191-4/+4
* | Added doc comment w/ links explaining the difference between 32-bit and 64-bi...Jason King2019-04-191-0/+6
* | This fixes issue #1318 - on Solarish systems __posix_readdir_r is onlyJason King2019-04-171-2/+0
|/
* Clean libc-test for apple targetsgnzlbg2019-02-221-5/+0
* Remove more documentation cruftgnzlbg2019-02-201-3/+1
* Cleanup dox messgnzlbg2019-02-131-11/+9
* Fix styleJason King2019-02-121-4/+10
* Rename solaris dir to solarish to indicate it's including both SolarisJason King2019-02-111-4/+18
* 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