| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1716 from pfmooney/illumos-target | Yuki Okushi | 2020-04-11 | 1 | -3/+9 |
|\ |
|
| * | Split up Solaris and illumos targets | Patrick Mooney | 2020-04-03 | 1 | -3/+9 |
* | | Add strsignal(3) to unix | Brian Gavin | 2020-04-07 | 1 | -0/+1 |
|/ |
|
* | Add lockf | Ivan Tham | 2020-03-26 | 1 | -0/+6 |
* | Replace TODO with FIXME to make grep easy | Yuki Okushi | 2020-02-29 | 1 | -1/+1 |
* | add wmemchr to all platforms support memchr | Lzu Tao | 2020-02-21 | 1 | -0/+1 |
* | Add qsort, qsort_r and bsearch | Marco A L Barbosa | 2020-02-19 | 1 | -0/+17 |
* | Auto merge of #1518 - gnzlbg:freebsd10support, r=gnzlbg | bors | 2019-09-21 | 1 | -7/+7 |
|\ |
|
| * | Add FreeBSD10 support | gnzlbg | 2019-09-16 | 1 | -7/+7 |
* | | pthread_exit fix | Artyom Pavlov | 2019-09-20 | 1 | -1/+1 |
* | | Auto merge of #1513 - mulimoen:master, r=gnzlbg | bors | 2019-09-16 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | add isblank | Magnus Ulimoen | 2019-09-16 | 1 | -0/+1 |
* | | Formatting | gnzlbg | 2019-09-12 | 1 | -346/+677 |
|/ |
|
* | Add support for FreeBSD CURRENT (aka freebsd13) | Luca Pizzamiglio | 2019-07-28 | 1 | -7/+7 |
* | Don't forget the cfg_attr | Xavier L'Heureux | 2019-07-26 | 1 | -2/+2 |
* | Style | Xavier L'Heureux | 2019-07-15 | 1 | -38/+40 |
* | Remove some unsupported methods | Xavier L'Heureux | 2019-07-15 | 1 | -0/+8 |
* | Auto merge of #1350 - dbrgn:ttyname_r, r=gnzlbg | bors | 2019-06-24 | 1 | -0/+4 |
|\ |
|
| * | fixup! Add ttyname_r | Danilo Bargen | 2019-06-23 | 1 | -0/+2 |
| * | Add ttyname_r | Danilo Bargen | 2019-05-19 | 1 | -0/+2 |
* | | Rename the notbsd module to linux_like | gnzlbg | 2019-06-03 | 1 | -2/+2 |
* | | Refactor fixed-width integer types into its own module | gnzlbg | 2019-05-29 | 1 | -9/+0 |
* | | Update MUSL Linux kernel headers and re-enable Linux tests | gnzlbg | 2019-05-27 | 1 | -6/+0 |
* | | Merge pull request #1346 from gnzlbg/simplify_freebsd | gnzlbg | 2019-05-26 | 1 | -7/+28 |
|\ \ |
|
| * | | Add a FreeBSD 12 build job and test FreeBSD12 APIs | gnzlbg | 2019-05-24 | 1 | -7/+28 |
* | | | Auto merge of #503 - TethysSvensson:fix-mode, r=gnzlbg | bors | 2019-05-25 | 1 | -3/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | Set the type for S_ISUID, S_ISGID and S_ISVTX correctly | Mathias Svensson | 2019-03-03 | 1 | -3/+3 |
* | | | Auto merge of #1361 - gnzlbg:std_feature, r=gnzlbg | bors | 2019-05-24 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Deprecate `use_std` cargo feature: use `std` instead . | gnzlbg | 2019-05-24 | 1 | -1/+1 |
* | | | | Fix locale_t in unix and fuchsia. | gnzlbg | 2019-05-24 | 1 | -6/+1 |
|/ / / |
|
* | | | Test strerror_r on Android and Linux | gnzlbg | 2019-05-23 | 1 | -4/+0 |
* | | | [breaking change] incorrect API of gettimeofday | gnzlbg | 2019-05-22 | 1 | -11/+0 |
| |/
|/| |
|
* | | Auto merge of #1332 - redox-os:redox-unix, r=gnzlbg | bors | 2019-05-16 | 1 | -1/+15 |
|\ \ |
|
| * | | Move Redox support into unix module | Jeremy Soller | 2019-05-04 | 1 | -1/+15 |
* | | | Remove bitrig support | gnzlbg | 2019-05-16 | 1 | -4/+2 |
* | | | Link against correct scanf,fscanf,sscanf | gnzlbg | 2019-05-16 | 1 | -0/+3 |
* | | | Warn users of gettimeofday of potential breaking change | gnzlbg | 2019-05-16 | 1 | -0/+8 |
|/ / |
|
* | | Put comments in the correct location | Jason King | 2019-04-19 | 1 | -4/+4 |
* | | Added doc comment w/ links explaining the difference between 32-bit and 64-bi... | Jason King | 2019-04-19 | 1 | -0/+6 |
* | | This fixes issue #1318 - on Solarish systems __posix_readdir_r is only | Jason King | 2019-04-17 | 1 | -2/+0 |
|/ |
|
* | Clean libc-test for apple targets | gnzlbg | 2019-02-22 | 1 | -5/+0 |
* | Remove more documentation cruft | gnzlbg | 2019-02-20 | 1 | -3/+1 |
* | Cleanup dox mess | gnzlbg | 2019-02-13 | 1 | -11/+9 |
* | Fix style | Jason King | 2019-02-12 | 1 | -4/+10 |
* | Rename solaris dir to solarish to indicate it's including both Solaris | Jason King | 2019-02-11 | 1 | -4/+18 |
* | Fix build on all platforms | gnzlbg | 2019-02-07 | 1 | -19/+13 |
* | Check for Copy impls for all types | Bryant Mairs | 2019-02-02 | 1 | -0/+17 |
* | Check for Debug impls for all types | Bryant Mairs | 2019-02-02 | 1 | -0/+4 |
* | Fix uname on FreeBSD | Alan Somers | 2019-01-03 | 1 | -1/+0 |
* | Added setegid function | xd009642 | 2018-12-05 | 1 | -0/+1 |