summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-01-18tests: silence warnings in cryptBernhard Reutner-Fischer
2012-01-17buildsys: use = for --sort-section linker flagMike Frysinger
2012-01-17tests: mark all helper scripts +xMike Frysinger
2012-01-16buildsys: handle more clean targetsMike Frysinger
2012-01-16buildsys: fix handling of CFLAG_-W{a,l} varsMike Frysinger
2012-01-16tests: tst-futimens1: add missing mode args to open()Mike Frysinger
2012-01-16tests: test-canon: include sys/stat.h for mkdir()Mike Frysinger
2012-01-16tests: fdopen: add missing mode args to open()Mike Frysinger
2012-01-16tests: opendir-tst1: add header for mknod()Mike Frysinger
2012-01-16tests: mmap2: ignore permission denied errors on /dev/memMike Frysinger
2012-01-16buildsys: skip compiler flag checking for clean targetsMike Frysinger
2012-01-16mips/dlfcn.h: Disable RTLD_DEEPBINDKhem Raj
2012-01-15buildsys: simplify include_clean greatlyMike Frysinger
2012-01-15buildsys: fix detection of silent makeMike Frysinger
2012-01-15tests: skip redundant -Wstrict-prototypes setupMike Frysinger
2012-01-15libc: build abort with unwind-info for backtraceBernhard Reutner-Fischer
2012-01-14linuxthreads/signals: do not restore handler for invalid signalMarkos Chandras
2012-01-14buildsys: cache build flags in varsMike Frysinger
2012-01-13libubacktrace: use -asynchronous-funwind-tables rather than -funwind-tablesCarmelo Amoroso
2012-01-13libc: allow to backtrace out of abort callCarmelo Amoroso
2012-01-02config: remove some redundant words in the menusMike Frysinger
2012-01-02ldso: setup search path even when there are no "/"Mike Frysinger
2012-01-02ldso: simplify interp path search logicMike Frysinger
2012-01-01getpass: s/sizeof(buf)-1/sizeof(buf)/ in fgetsDenys Vlasenko
2011-12-30bump version to 0.9.33-rc1-gitBernhard Reutner-Fischer
2011-12-30release 0.9.33-rc1Bernhard Reutner-Fischer
2011-12-23getpass: several fixesDenys Vlasenko
2011-12-22libubacktrace: use -funwind-tables rather than -fexecptionsCarmelo Amoroso
2011-12-22libcrypt: add support for SHA256-CRYPT password hashingWilliam Pitcock
2011-12-22libcrypt: add support for SHA512-CRYPT password hashingWilliam Pitcock