summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-25ldso: use ELF_xxx()/ElfW() helpersMike Frysinger
2012-03-25stdio: prevent retries on fclose/fflush after write errorsDenys Vlasenko
2012-03-25librt: add posix_spawn supportIsmael Luceno
2012-03-25microblaze: add sys/user.hSteve Bennett
2012-03-15ldso: remove duplicated assignment with TLS symbolCarmelo Amoroso
2012-03-14ldso:sh: fix compiler warning due to unused-but-set-variableCarmelo Amoroso
2012-03-13buildsys: do not add empty obj to archivesBernhard Reutner-Fischer
2012-03-11__stdio_WRITE: make code more readable. No code changesDenys Vlasenko
2012-03-05librt: refactor source selectionMike Frysinger
2012-02-13arm: Do not use 'sed -r' to calculate IS_EABIKhem Raj
2012-02-09libdl: fix memleak for local scope of dlopened's needed librariesFilippo Arcidiacono
2012-02-07tests:math: fix build of math tests for SH4Carmelo Amoroso
2012-02-07tests:libdl: add a new test for symbol scope issue in dlcloseFilippo ARCIDIACONO
2012-02-07tests: fix tests build (LDFLAGS_GNUHASH not longer defined)Carmelo Amoroso
2012-02-07tests: add OMIT logic to remove compilation flag.Filippo ARCIDIACONO
2012-02-07inet:rpc: fix authnone_marshal in multithreading contextCarmelo Amoroso
2012-02-05lstat/stat/fstat: Use 64bit version of syscall if availableKhem Raj
2012-02-05Declare __err and pass it to INTERNAL_SYSCALL_NCS so subsequent macros can us...Khem Raj
2012-02-01bump version to 0.9.34-gitBernhard Reutner-Fischer
2012-02-01Release 0.9.33Bernhard Reutner-Fischer
2012-01-29tmpnam, tempnam are obsolete in SUSV4Bernhard Reutner-Fischer
2012-01-29handle signal-OBXSI.SUSv4.symsBernhard Reutner-Fischer
2012-01-29nptl_db: handle SUSv4-OBBernhard Reutner-Fischer
2012-01-29test: ignore undefined symbols for APIBernhard Reutner-Fischer
2012-01-29config: ftw is SUSv4-obsoleteBernhard Reutner-Fischer
2012-01-28*: if !HAS_THREADS strong alias sigactionBernhard Reutner-Fischer
2012-01-28buildsys: fixup sigaction handlingBernhard Reutner-Fischer
2012-01-27libubacktrace:arm: libgcc_eh.a not neededCarmelo Amoroso
2012-01-27ldso: fix typo in debug messageBernhard Reutner-Fischer
2012-01-27buildsys: add cppcheck wrapper script (correct one)Bernhard Reutner-Fischer
2012-01-27libc_arm: avoid multiple version of __aeabi_unwind_cpp_pr dummy codeCarmelo Amoroso
2012-01-26buildsys: use single slash version of -print-whateverBernhard Reutner-Fischer
2012-01-26buildsys: turn off forced EXTRA_WARNINGS on i386Bernhard Reutner-Fischer
2012-01-26*: silence some warningsBernhard Reutner-Fischer
2012-01-26syscall: flag ia64 syscall error path as unlikelyBernhard Reutner-Fischer
2012-01-26arm: tweak commentBernhard Reutner-Fischer
2012-01-23libc: fix signal handling in system()Richard Braun
2012-01-23ldso/mips: fix symbol lookup for JUMP_SLOT and COPY relocationsCarmelo Amoroso
2012-01-23libdl: fix dlclose handling of symbol scopeCarmelo Amoroso
2012-01-23Rules: Check for CROSS_COMPILE to be emptyKhem Raj
2012-01-23libubacktrace: Add arm implementationKhem Raj
2012-01-23mips/libdl: Apply relocations after appending the new scopeKhem Raj
2012-01-18i386/sigaction.c: slightly more readable form of [rt_]sigreturn definitionsDenys Vlasenko
2012-01-18stubs: mark stubs as usedBernhard Reutner-Fischer
2012-01-18stdlib: use shorhand wur for realloc prototypeBernhard Reutner-Fischer
2012-01-18buildsys: add cppcheck wrapper scriptBernhard Reutner-Fischer
2012-01-18libcrypt: shrink crypt() again - unmodulariseBernhard Reutner-Fischer
2012-01-18nptl: .gitignore generated pt-crt{i,n}.SBernhard Reutner-Fischer
2012-01-18tests: only test crypt if we have an implBernhard Reutner-Fischer
2012-01-18tests: add sha356/512 testsBernhard Reutner-Fischer