summaryrefslogtreecommitdiff
path: root/src/unix/uclibc/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #1365 - gnzlbg:cleanup_linux, r=gnzlbgbors2019-05-281-0/+2
|\
| * Update MUSL Linux kernel headers and re-enable Linux testsgnzlbg2019-05-271-0/+2
* | Ignore padding for `sockaddr_nl` structBryant Mairs2019-05-271-7/+32
* | Ignore padding for mq_attrBryant Mairs2019-05-271-8/+40
|/
* Test strerror_r on Android and Linuxgnzlbg2019-05-231-0/+5
* [breaking change] incorrect API of gettimeofdaygnzlbg2019-05-221-0/+2
* Fix getgrgid_r to accept gid_t.Charles Lew2019-04-291-1/+1
* Fix uclibc build errorsgnzlbg2019-03-031-39/+45
* Auto merge of #1288 - red75prime:pr-uclibc-arm, r=gnzlbgbors2019-03-011-0/+3
|\
| * Add arm-uclibc definitionsred75prime2019-02-281-0/+3
* | Clean libc-test for apple targetsgnzlbg2019-02-221-0/+6
|/
* Cleanup dox messgnzlbg2019-02-131-16/+16
* Fix build on all platformsgnzlbg2019-02-071-100/+31
* Check for Copy impls for all typesBryant Mairs2019-02-021-0/+8
* Check for Debug impls for all typesBryant Mairs2019-02-021-0/+2
* Fix uname on FreeBSDAlan Somers2019-01-031-0/+1
* Auto merge of #1129 - gnzlbg:sgx, r=gnzlbgbors2018-11-211-0/+6
|\
| * splice the common libc functions and ctypes throughout the librarygnzlbg2018-11-211-0/+6
* | Add missing condition for musl mips64Mike Hommey2018-11-211-1/+1
|/
* Add support for SIGSYS in signalfdStephen Barber2018-11-061-1/+6
* uClibc: add missing fd exportsjhwgh19682018-09-081-0/+4
* Add align feature to pthread structsLinus Färnstrand2018-07-291-23/+72
* add fdopendir on macOSScott Lamb2018-06-071-2/+0
* Add sem_getvalue to unixJason Longshore2018-05-101-0/+2
* Fix libstd build for mips*-unknown-linux-uclibcdragan.mladjenovic2018-04-031-0/+3
* redefine pthread_t for l4re-uclibcSebastian Humenda2018-03-121-1/+0
* Syntax fixKelvin Ly2017-11-141-2/+2
* Add some fixes to allow it to compile with newer libstdKelvin Ly2017-11-141-0/+2
* FIX: line longer than 80 charsluozijun2017-11-091-1/+2
* Add network interface flag constants for all platformsluozijun2017-11-091-16/+18
* Move various POLL* and RTLD_LAZY constants into submodules.Jessica Hamilton2017-09-261-0/+8
* Define additional IPPROTO_* constants.Jack Pappas2017-09-171-0/+56
* Add networking symbols for uclibc/x86_64Sebastian Humenda2017-09-061-0/+5
* Add QCMD() for available platformsBryant Mairs2017-08-291-0/+4
* Add asmjs/wasm32 to CIAlex Crichton2017-08-261-14/+69
* Move endpwent out of the base Unix moduleJamie Hewland2017-08-101-0/+1
* Try move getpwuid_r/getpwnam_r to base Unix moduleJamie Hewland2017-08-101-10/+0
* Merge branch 'master' of https://github.com/rust-lang/libcKelvin Ly2017-07-311-7/+17
|\
| * add missing socket constantsNicolas Dusart2017-07-101-6/+0
| * Add pthread_rwlockattr APIsmain()2017-06-281-0/+13
| * Add x86_64 module to uclibc/mod.rsSebastian Humenda2017-06-041-0/+3
| * Add experimental L4re supportSebastian Humenda2017-06-011-1/+1
* | Add IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP to uclibcKelvin Ly2017-07-311-0/+3
|/
* Remove mips64-linux-uclibc as a targetKelvin Ly2017-04-301-2/+1
* Remove unsupported targetsKelvin Ly2017-04-301-5/+1
* Fix more styleKelvin Ly2017-04-241-238/+236
* Style fixesKelvin Ly2017-04-241-279/+272
* Restructure with separate uclibc branchKelvin Ly2017-04-241-0/+1780