summaryrefslogtreecommitdiff
path: root/src/unix/newlib
Commit message (Expand)AuthorAgeFilesLines
* Added getentropy to vita targetNikolay Arhipov2023-04-281-0/+2
* armv7 PSVita OS support via newlibNikolay Arhipov2023-04-212-0/+176
* Set correct `FD_SETSIZE` for `espidf`Ronen Ulanovsky2022-12-311-1/+1
* Add ISO C functions atof, atol, atoll, strtoll, strtoullLegionMammal9782022-12-141-1/+0
* Compatibility with ESP-IDF V5ivmarkov2022-09-171-1/+1
* fixed type pathAlexander Hübener2022-08-101-1/+1
* Socket constants necessary for ESP-IDF support in socket2Ivan Markov2022-08-041-0/+5
* Add pthread_condattr_{set,get}clock on Horizon OSIan Chamberlain2022-04-111-0/+10
* Fixed size of sockaddr_inAndrea Ciliberti2022-03-151-1/+0
* Fix style issuesMark Drobnak2022-03-135-9/+8
* Reorganize some newlib definitions into a "generic" moduleMark Drobnak2022-03-137-52/+55
* Merge remote-tracking branch 'rust-lang/master' into horizon-getrandom-and-fixesMark Drobnak2022-03-132-3/+55
|\
| * Auto merge of #2715 - AzureMarker:feature/horizon-pthread, r=Amanieubors2022-03-121-0/+42
| |\
| | * Rename "idealprocessor" attr functions to "processorid"AzureMarker2022-03-061-5/+5
| | * Add nonstandard pthread_getprocessorid_np functionAzureMarker2022-03-061-0/+2
| | * Replace pthread_getpriority nonstandard function with standard onesAzureMarker2022-03-061-1/+15
| | * Change wording to "ideal processor" and use "np" suffixAzureMarker2022-03-061-1/+9
| | * Change to more standard priority function interfacesAzureMarker2022-03-061-1/+13
| | * Add some extensions to pthread for armv6k-nintendo-3dsAzureMarker2022-03-061-0/+6
| * | Correct the size of certain types on espidf platformScott Mabin2022-03-041-3/+13
| |/
* | Add fixes from libc-test resultsIan Chamberlain2022-03-062-26/+61
* | Add constants for getrandom flagsIan Chamberlain2022-03-061-0/+4
* | Add getrandom call on horizon OSIan Chamberlain2022-03-061-0/+2
|/
* Use c_longlong for time_t on horizonIan Chamberlain2022-01-231-1/+8
* Fixed sockaddr definitionAndrea Ciliberti2022-01-231-1/+1
* Fixed conditional programming lintAndrea Ciliberti2022-01-232-14/+26
* Fixed network implementationsMeziu2022-01-232-1/+10
* Fixed struct/constants orderMeziu2022-01-231-34/+34
* ARMv6K Horizon OS supportMeziu2022-01-232-0/+196
* Support for the ESP-IDF framework - 3 forgotten mappingsimarkov2021-09-121-0/+3
* Support for the ESP-IDF framework (Xtensa and RiscV arch)imarkov2021-08-022-23/+45
* FD_ISSET: take a *const fd_set instead of *mut fd_setAlan Somers2021-07-121-1/+1
* Fix styleYuki Okushi2021-04-063-47/+12
* RustfmtAmanieu d'Antras2021-02-011-6/+15
* Add DevkitPPC supportDark Kirb2020-08-052-0/+27
* Add `AF_INET6` for Xtensa.Markus Reiter2020-06-224-1/+5
* Add `MSG_` constants for Xtensa.Markus Reiter2020-06-224-8/+24
* Add explanation for `ai_addr` field.Markus Reiter2020-05-221-0/+2
* Add types for newlib on Xtensa.Markus Reiter2020-05-224-9/+129
* Re-define `__priority_which`s as c_uint in linux-gnuYuki Okushi2020-05-211-0/+4
* Clean up unnecessary cfg_attr attributesPatrick Mooney2020-03-291-24/+0
* Add Newlib clock constants and functions.Markus Reiter2020-02-201-0/+16
* Formattinggnzlbg2019-09-122-61/+95
* Define newlib socket types by target archFenrirWolf2019-08-183-25/+58
* Update socket types to freebsdleo602282019-08-161-11/+9
* Add FIONCLEX for LinuxTorbjørn Birch Moltu2019-06-071-0/+1
* Update MUSL Linux kernel headers and re-enable Linux testsgnzlbg2019-05-271-0/+3
* Test strerror_r on Android and Linuxgnzlbg2019-05-231-0/+5
* [breaking change] incorrect API of gettimeofdaygnzlbg2019-05-221-0/+2
* Fix accidental syntax error (oops)leo602282019-05-091-2/+2