summaryrefslogtreecommitdiff
path: root/src/unix/newlib/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* armv7 PSVita OS support via newlibNikolay Arhipov2023-04-211-0/+3
* 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
* Fix style issuesMark Drobnak2022-03-131-1/+0
* Reorganize some newlib definitions into a "generic" moduleMark Drobnak2022-03-131-51/+2
* Merge remote-tracking branch 'rust-lang/master' into horizon-getrandom-and-fixesMark Drobnak2022-03-131-3/+13
|\
| * Correct the size of certain types on espidf platformScott Mabin2022-03-041-3/+13
* | Add fixes from libc-test resultsIan Chamberlain2022-03-061-24/+59
|/
* Use c_longlong for time_t on horizonIan Chamberlain2022-01-231-1/+8
* Fixed conditional programming lintAndrea Ciliberti2022-01-231-12/+23
* Fixed network implementationsMeziu2022-01-231-0/+9
* ARMv6K Horizon OS supportMeziu2022-01-231-0/+3
* 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-021-20/+32
* FD_ISSET: take a *const fd_set instead of *mut fd_setAlan Somers2021-07-121-1/+1
* Fix styleYuki Okushi2021-04-061-29/+7
* RustfmtAmanieu d'Antras2021-02-011-6/+15
* Add DevkitPPC supportDark Kirb2020-08-051-0/+13
* Add `AF_INET6` for Xtensa.Markus Reiter2020-06-221-1/+0
* Add `MSG_` constants for Xtensa.Markus Reiter2020-06-221-8/+0
* Add explanation for `ai_addr` field.Markus Reiter2020-05-221-0/+2
* Add types for newlib on Xtensa.Markus Reiter2020-05-221-8/+13
* 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-121-60/+94
* Define newlib socket types by target archFenrirWolf2019-08-181-25/+0
* 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
* Fix FIONBIO typeleo602282019-05-091-1/+1
* Add more FreeBSD TCP_ constantsleo602282019-05-091-0/+5
* Add more FreeBSD IPv6 constantsleo602282019-05-091-0/+4
* Add FIOCLEXleo602282019-05-091-0/+1
* Add IP_ and IPV6_leo602282019-05-091-2/+9
* Use FreeBSD SO_ constants on newlibleo602282019-05-091-9/+35
* Fix getgrgid_r to accept gid_t.Charles Lew2019-04-291-1/+1
* Removed repeated IPPROTO constants.ischeinkman2019-02-231-4/+0
* Removed newlib struct duplicates.ischeinkman2019-02-231-9/+0
* Clean libc-test for apple targetsgnzlbg2019-02-221-0/+6
* Cleanup dox messgnzlbg2019-02-131-8/+6
* Fix build on all platformsgnzlbg2019-02-071-93/+20
* Fix uname on FreeBSDAlan Somers2019-01-031-0/+1
* splice the common libc functions and ctypes throughout the librarygnzlbg2018-11-211-0/+6
* Add align feature to pthread structsLinus Färnstrand2018-07-291-23/+72
* Add aarch64 support to newlib bindingsroblabla2017-11-141-0/+3