summaryrefslogtreecommitdiffstats
path: root/main/uclibc
Commit message (Collapse)AuthorAgeFilesLines
* main/uclibc: pick some patches from upstream (enable log2f)Natanael Copa2010-02-0810-14/+624
| | | | (cherry picked from commit 5048f2fd076cf1d66e6f358871797c21cf883875)
* main/uclibc: upgrade to 0.9.30.2Natanael Copa2010-01-229-1447/+6
| | | | fixes #252
* main/uclibc: build against 2.6.32 headersNatanael Copa2010-01-062-12/+13
| | | | the /usr/include/scsi/scsi.h is now provided by kernel headers
* main/uclibc: add dn_skipname() supportNatanael Copa2009-09-132-1/+118
| | | | Needed by wine and others
* main/uclibc: define MNT_DETATCH in sys/mount.hNatanael Copa2009-09-102-1/+34
| | | | Needed for util-vserver
* main/uclibc: backport fix for fstatat()Natanael Copa2009-09-072-1/+105
|
* 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