summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-24libubacktrace: fix makefile clean targetCarmelo Amoroso
2011-06-24fts: fix warning due to old-style function definitionCarmelo Amoroso
2011-06-24ldso_tls: fix compiler warning due to missing castCarmelo Amoroso
2011-06-17resolv: fix bug in res_init with ipv6 nameserversBernhard Reutner-Fischer
2011-06-14config: Fix passing defconfig argsBernhard Reutner-Fischer
2011-06-14buildsys: pt-initfini.s depends on uClibc_config.hBernhard Reutner-Fischer
2011-06-14libdl: search for ELF_RTYPE_CLASS_DLSYM in dlsym()Bernhard Reutner-Fischer
2011-06-14resolv: try next server on SERVFAILBernhard Reutner-Fischer
2011-06-14getaddrinfo: allow numeric service without any hintsNatanael Copa
2011-06-14bump version to 0.9.33-gitBernhard Reutner-Fischer
2011-06-13nptl/pthread: Correct path for machine specific pt-initfini.cKhem Raj
2011-06-13ctor/dtor nptl: Fix init and fini function compilationKhem Raj
2011-06-11Rules.mak: Rearrange appending UCLIBC_EXTRA_CFLAGS to CFLAGSKhem Raj
2011-06-11ARM: remove EABI/OABI selectionYann E. MORIN
2011-06-11ARM: detect BX availibility at build timeYann E. MORIN
2011-06-11ARM: #include <bits/arm_asm.h> where __USE_BX__ is usedYann E. MORIN
2011-06-11ARM: transform the EABI/OABI choice into a booleanYann E. MORIN
2011-06-11ARM: remove sub-arch/variants selection from menuconfigYann E. MORIN
2011-06-11ARM: introduce blind options to select & force THUMB modeYann E. MORIN
2011-06-11ARM: reorder "Use BX" optionYann E. MORIN
2011-06-10Fix __libc_epoll_pwait compile failure on x86Phil Blundell
2011-06-10nptl/Makefile.in: Fix the build break caused by UCLIBC_CTOR_DTOR enablingKhem Raj
2011-05-31buildsys: fix pregen target (!NPTL with LOCALE)Carmelo Amoroso
2011-05-31libubacktrace: Fix ASNEEDED emissionBernhard Reutner-Fischer
2011-05-31NPTL: Fix CTOR_DTORBernhard Reutner-Fischer
2011-05-27libc: make common longjmp usable with NPTLFilippo Arcidiacono
2011-05-27sh: use the common implementation for longjmpFilippo Arcidiacono
2011-05-27sh: fix build in !NPTL caseFilippo Arcidiacono
2011-05-27Correct a bug when remapping textrel segments on nommuAlan Davis
2011-05-13unwind.h: Move to libc/sysdeps from nptl sysdepsKhem Raj
2011-05-13epoll: redo cancellation to match masterBernhard Reutner-Fischer
2011-05-13epoll.c: add cancellation to epoll_[p]wait()Peter S. Mazinger
2011-05-12libm: fix building out-of-treeBernhard Reutner-Fischer
2011-05-12wordexp: fix mishandled return value of pipe callBernhard Reutner-Fischer
2011-05-12linux_specific: handle accept4 and pipe2Bernhard Reutner-Fischer
2011-05-12NPTL: needs madvise internallyBernhard Reutner-Fischer
2011-05-12socket: fix stubsBernhard Reutner-Fischer
2011-05-11commentary typo fixBernhard Reutner-Fischer
2011-05-11epoll: unify epoll.hBernhard Reutner-Fischer
2011-05-11commentary typo fixBernhard Reutner-Fischer
2011-05-11Implement epoll_create1 and epoll_pwait system calls.Thierry Reding
2011-05-11buildsys: document UCLIBC_EXTRA_CPPFLAGSBernhard Reutner-Fischer
2011-05-11lll: avoid shadow warningsBernhard Reutner-Fischer
2011-05-11x86_64: add TODO for R_X86_64_RELATIVEBernhard Reutner-Fischer
2011-05-11libubacktrace: mv unwind.h to includeBernhard Reutner-Fischer
2011-05-11Revert "libubacktrace: fix config-symbol handling"Bernhard Reutner-Fischer
2011-05-11add pipe2()Bernhard Reutner-Fischer
2011-05-11socketcalls: add stubsBernhard Reutner-Fischer
2011-05-11accept4: Implement cancellationBernhard Reutner-Fischer
2011-05-11Implement accept4 system call.Thierry Reding