summaryrefslogtreecommitdiffstats
path: root/main/uclibc
Commit message (Collapse)AuthorAgeFilesLines
* main/uclibc: disable UCLIBC_HAS_FNMATCH_OLDTimo Teras2009-08-132-3/+3
| | | | | the old code is broke in several ways. use the new, maintained version since it works (even though it might be a bit larger).
* main/uclibc: fix fork visibility to non-hiddenTimo Teras2009-08-032-1/+118
| | | | | makes daemon() and other uclibc functions that use fork() work on pthread applications. fixes #54, #73.
* main/uclibc: fix a problem with getaddrinfo and netlink (fixes #97)Timo Teras2009-07-292-3/+28
| | | | | turns out this was fixed already upstream. just backport the relevant part of the patch.
* main/uclibc: backport openat functionsNatanael Copa2009-07-244-1/+1040
|
* move core/* to main/Natanael Copa2009-07-2311-0/+1072
added maintainer to several packages as well