summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-05-11libubacktrace: fix config-symbol handlingBernhard Reutner-Fischer
2011-05-11buildsys: Turn on strict aliasing for everyoneBernhard Reutner-Fischer
2011-05-10ldso: commentary typo fixBernhard Reutner-Fischer
2011-05-10getcwd: Fix memory-leak in error pathBernhard Reutner-Fischer
2011-05-10__uc_malloc: Fix memory-leak in error pathBernhard Reutner-Fischer
2011-05-10libdl: fix local symbol's address handling in dladdrFilippo Arcidiacono
2011-05-10*/crtn.S: Remove .size directive for _init and _finiBernhard Reutner-Fischer
2011-05-07posix_fadvise64: fix x86 implementationTimo Teräs
2011-05-05i386: fix .size of _init/_finiBernhard Reutner-Fischer
2011-05-05x86_64: fix .size of _init/_finiBernhard Reutner-Fischer
2011-05-05Revert "*/crt?.S: remove .size directives"Bernhard Reutner-Fischer
2011-05-04*/crt?.S: remove .size directivesBernhard Reutner-Fischer
2011-05-04libubacktrace: fix backtrace support on arm-eabi, which needs libgcc_eh linke...Henning Heinold