summaryrefslogtreecommitdiff
path: root/src/unix/uclibc
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #1379 - gnzlbg:deprecate_fixed_width_ints, r=gnzlbgbors2019-05-292-40/+40
|\
| * Replace uses of fixed-width integer aliases with Rust typesgnzlbg2019-05-292-40/+40
* | Merge pull request #1375 from gnzlbg/deprecate_af_maxgnzlbg2019-05-291-0/+5
|\ \ | |/ |/|
| * Deprecate AF_MAX and PF_MAXgnzlbg2019-05-291-0/+5
* | Auto merge of #629 - Susurrus:tcflag_t, r=gnzlbgbors2019-05-282-16/+16
|\ \ | |/ |/|
| * Correct datatype for various termios constantsBryant Mairs2019-03-042-16/+16
* | 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
* | [breaking change] remove SYS_reserved and SYS_unused constantsgnzlbg2019-05-161-8/+0
* | Fix getgrgid_r to accept gid_t.Charles Lew2019-04-291-1/+1
* | Fix uclibc l4regnzlbg2019-03-034-63/+74
* | Fix uclibc build errorsgnzlbg2019-03-032-44/+53
* | fix style issueSebastian Humenda2019-03-022-2/+1
* | x86_64-uclibc-l4re: fix syntax error + linter issuesSebastian Humenda2019-03-022-12/+2
* | Auto merge of #1288 - red75prime:pr-uclibc-arm, r=gnzlbgbors2019-03-014-0/+713
|\ \
| * | Fix stylered75prime2019-02-281-195/+194
| * | Fix formattingred75prime2019-02-281-9/+9
| * | Add arm-uclibc definitionsred75prime2019-02-284-0/+714
* | | Auto merge of #1287 - red75prime:pr-uclibc-mips32-align, r=gnzlbgbors2019-02-281-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix typo in `sem_t` alignmentred75prime2019-02-281-1/+1
| |/
* | Clean libc-test for apple targetsgnzlbg2019-02-221-0/+6
|/
* Cleanup dox messgnzlbg2019-02-132-17/+17
* Fix build on all platformsgnzlbg2019-02-0712-231/+348
* 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
* uClibc: fix mips signal constantsjhwgh19682018-09-081-2/+2
* Add align feature to pthread structsLinus Färnstrand2018-07-292-34/+133
* Add align feature to sem_t structLinus Färnstrand2018-07-293-0/+15
* Add align feature and use on in6_addrLinus Färnstrand2018-07-291-0/+1
* add fdopendir on macOSScott Lamb2018-06-071-2/+0
* Add sem_getvalue to unixJason Longshore2018-05-101-0/+2
* Fix style for #958.dragan.mladjenovic2018-04-031-1/+0
* Fix libstd build for mips*-unknown-linux-uclibcdragan.mladjenovic2018-04-032-2/+371
* redefine pthread_t for l4re-uclibcSebastian Humenda2018-03-125-2/+11
* Syntax fixKelvin Ly2017-11-141-2/+2
* Add some fixes to allow it to compile with newer libstdKelvin Ly2017-11-142-1/+3
* 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