summaryrefslogtreecommitdiff
path: root/src/unix/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Add LC_ constants for redox (and truncate() is now supported)Noa2023-03-101-1/+1
* Add support for OpenHarmonyAmanieu d'Antras2023-03-041-11/+14
* Support AIX operating systemQiu Chaofan2023-02-221-1/+17
* Auto merge of #3038 - gh-tr:rebased/20221216, r=JohnTitorbors2022-12-201-49/+97
|\
| * Add support for QNX/Neutrino 7.1Florian Bartels2022-12-161-49/+97
* | Add ISO C functions atof, atol, atoll, strtoll, strtoullLegionMammal9782022-12-141-0/+5
|/
* handle c circular dependence (linux gnu)Daniil Belov2022-11-161-0/+2
* Fix typo: `readfs` -> `readfds`Takayuki Nakata2022-10-251-2/+2
* Add support for tvosThom Chiovoloni2022-10-111-2/+14
* getting back android traget in case without rustc-dep-of-stdBryanskiy2022-07-311-0/+1
* add crt-static for androidBryanskiy2022-07-161-1/+8
* Remove rumprun-related codeYuki Okushi2022-06-191-8/+0
* unix: setreuid/setregidNikolay Edigaryev2022-05-271-0/+2
* haiku build fixDavid Carlier2022-04-301-2/+3
* Auto merge of #2767 - carbotaniuman:patch-1, r=Amanieubors2022-04-281-0/+3
|\
| * Add `stpcpy`, `stpncpy`, and `strtok_r` to unixcarbotaniuman2022-04-261-0/+3
* | Remove adjtime for AndroidGuy Rutenberg2022-04-231-1/+2
* | Remove adjtime for emscriptenGuy Rutenberg2022-04-131-1/+7
* | Add adjtime support.Guy Rutenberg2022-04-111-0/+2
|/
* Auto merge of #2717 - vladimir-ea:watchos, r=Amanieubors2022-03-171-2/+7
|\
| * [watch_os] Fix formatVladimir Michael Eatwell2022-03-081-1/+4
| * [watch_os] add support for Apple WatchOSVladimir Michael Eatwell2022-03-081-2/+4
* | Merge remote-tracking branch 'rust-lang/master' into horizon-getrandom-and-fixesMark Drobnak2022-03-131-1/+1
|\ \
| * | Correct the size of certain types on espidf platformScott Mabin2022-03-041-2/+9
| |/
* | Fix uid_t and gid_t sizes on horizonIan Chamberlain2022-03-061-2/+10
|/
* Fix/remove deprecated DragonFly itemsRyan Zoeller2021-11-071-4/+0
* Auto merge of #2487 - rtzoeller:dfly_stat_deprecation, r=JohnTitorbors2021-11-061-0/+4
|\
| * Document stat changes on DragonFly BSDRyan Zoeller2021-11-051-0/+4
* | Use link modifiers -bundle on musl and wasi target121011112021-11-031-10/+10
|/
* Add `strtof` for all platforms that have `strtod`Hans Christian Schmitz2021-08-221-0/+1
* unix add hstrerrorDean Li2021-08-071-0/+1
* Support for the ESP-IDF framework (Xtensa and RiscV arch)imarkov2021-08-021-2/+16
* Fix styleYuki Okushi2021-04-061-282/+63
* style fixes to satisfy new rustfmtJonah Petri2021-02-131-6/+12
* uclibc: fix x86_64-unknown-l4re-uclibc buildJonah Petri2021-02-131-0/+1
* uclibc: style fixesJonah Petri2021-02-121-5/+12
* uclibc -> linux-like/linux: Manual consolitation of redundant structs and fns.Jonah Petri2021-02-121-3/+7
* uclibc -> linux-like/linux: mostly mechanical removal of redundant symbolsJonah Petri2021-02-121-4/+1
* Auto merge of #2034 - nielx:haiku-native, r=JohnTitorbors2021-02-081-7/+11
|\
| * Haiku: fix various issues pointed out by the automated testsNiels Sascha Reedijk2021-01-281-7/+11
* | RustfmtAmanieu d'Antras2021-02-011-29/+57
|/
* Auto merge of #2005 - operutka:fix-uclibc-dependencies, r=Amanieubors2021-01-261-1/+1
|\
| * Fix missing dl lib on armv5te-unknown-linux-uclibceabiOndrej Perutka2020-12-181-1/+1
* | Fix link warnings on rustdocYuki Okushi2020-11-231-2/+3
* | Add endservent, getservbyport, getservent, setservent0e4ef6222020-10-271-0/+7
* | Allow deprecated `time_t` on muslYuki Okushi2020-10-251-3/+10
* | add clearerrDaniel Brooks2020-10-071-0/+1
|/
* Consolidate handling of libdl, and handle crt-staticJosh Triplett2020-09-211-0/+3
* Consolidate handling of libutil, and handle crt-staticJosh Triplett2020-09-211-0/+3
* Add support for building with static glibcJosh Triplett2020-09-211-0/+20