summaryrefslogtreecommitdiff
path: root/src/unix/uclibc/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* 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