summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libubacktrace: Conditionally link libgcc_eh0.9.32Jason Woodward2011-11-081-1/+1
* libm: pass CFLAGS to e500 fenvBernhard Reutner-Fischer2011-11-081-0/+2
* honor UCLIBC_HAS_FENV for e500Jason Woodward2011-11-081-0/+2
* Fix e500 fpu libm buildJason Woodward2011-11-081-0/+1
* powerpc: Fix typo in clone()Bernhard Reutner-Fischer2011-11-041-1/+1
* libc: fix daylight saving time handlingGuillaume Bourcier2011-10-121-1/+1
* libc: add missing lock initialization in vswprintfMaksim Rayskiy2011-06-291-0/+5
* libubacktrace: fix makefile clean targetCarmelo Amoroso2011-06-291-2/+1
* fts: fix warning due to old-style function definitionCarmelo Amoroso2011-06-291-48/+16
* ldso_tls: fix compiler warning due to missing castCarmelo Amoroso2011-06-291-1/+1
* resolv: fix bug in res_init with ipv6 nameserversBernhard Reutner-Fischer2011-06-291-2/+2
* config: Fix passing defconfig argsBernhard Reutner-Fischer2011-06-291-2/+2
* buildsys: pt-initfini.s depends on uClibc_config.hBernhard Reutner-Fischer2011-06-291-1/+1
* libdl: search for ELF_RTYPE_CLASS_DLSYM in dlsym()Bernhard Reutner-Fischer2011-06-291-1/+1
* resolv: try next server on SERVFAILBernhard Reutner-Fischer2011-06-291-1/+1
* getaddrinfo: allow numeric service without any hintsNatanael Copa2011-06-291-7/+0
* Rules.mak: Rearrange appending UCLIBC_EXTRA_CFLAGS to CFLAGSKhem Raj2011-06-141-3/+3
* ARM: reorder "Use BX" optionYann E. MORIN2011-06-141-7/+7
* nptl/pthread: Correct path for machine specific pt-initfini.cKhem Raj2011-06-141-2/+2
* ctor/dtor nptl: Fix init and fini function compilationKhem Raj2011-06-143-23/+22
* nptl/Makefile.in: Fix the build break caused by UCLIBC_CTOR_DTOR enablingKhem Raj2011-06-141-2/+2
* bump version to 0.9.32.1-gitBernhard Reutner-Fischer2011-06-081-1/+1
* branch 0.9.32v0.9.32Bernhard Reutner-Fischer2011-06-081-1/+1
* buildsys: fix pregen target (!NPTL with LOCALE)Carmelo Amoroso2011-05-311-1/+1
* libubacktrace: Fix ASNEEDED emissionBernhard Reutner-Fischer2011-05-311-1/+1
* NPTL: Fix CTOR_DTORBernhard Reutner-Fischer2011-05-315-35/+32
* libc: make common longjmp usable with NPTLFilippo Arcidiacono2011-05-271-2/+2
* sh: use the common implementation for longjmpFilippo Arcidiacono2011-05-273-62/+2
* sh: fix build in !NPTL caseFilippo Arcidiacono2011-05-272-1/+5
* Correct a bug when remapping textrel segments on nommuAlan Davis2011-05-271-0/+3
* unwind.h: Move to libc/sysdeps from nptl sysdepsKhem Raj2011-05-132-0/+0
* epoll: redo cancellation to match masterBernhard Reutner-Fischer2011-05-131-15/+32
* epoll.c: add cancellation to epoll_[p]wait()Peter S. Mazinger2011-05-132-4/+34
* libm: fix building out-of-treeBernhard Reutner-Fischer2011-05-121-1/+1
* wordexp: fix mishandled return value of pipe callBernhard Reutner-Fischer2011-05-121-7/+18
* linux_specific: handle accept4 and pipe2Bernhard Reutner-Fischer2011-05-124-4/+4
* NPTL: needs madvise internallyBernhard Reutner-Fischer2011-05-121-4/+3
* socket: fix stubsBernhard Reutner-Fischer2011-05-121-19/+19
* commentary typo fixBernhard Reutner-Fischer2011-05-113-3/+3
* epoll: unify epoll.hBernhard Reutner-Fischer2011-05-112-146/+24
* commentary typo fixBernhard Reutner-Fischer2011-05-117-10/+10
* Implement epoll_create1 and epoll_pwait system calls.Thierry Reding2011-05-113-5/+87
* buildsys: document UCLIBC_EXTRA_CPPFLAGSBernhard Reutner-Fischer2011-05-112-2/+3
* lll: avoid shadow warningsBernhard Reutner-Fischer2011-05-113-80/+80
* x86_64: add TODO for R_X86_64_RELATIVEBernhard Reutner-Fischer2011-05-111-0/+3
* libubacktrace: mv unwind.h to includeBernhard Reutner-Fischer2011-05-111-0/+0
* Revert "libubacktrace: fix config-symbol handling"Bernhard Reutner-Fischer2011-05-111-1/+1
* add pipe2()Bernhard Reutner-Fischer2011-05-116-2/+48
* socketcalls: add stubsBernhard Reutner-Fischer2011-05-111-0/+94
* accept4: Implement cancellationBernhard Reutner-Fischer2011-05-117-19/+77