summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-04.gitignore: Ignore dump filesBernhard Reutner-Fischer
2012-04-04buildsys: remove duplicate rule around defconfigsBernhard Reutner-Fischer
2012-04-02fchmodat: fix handling of flagsMike Frysinger
2012-03-29ldso: mark _start hiddenMike Frysinger
2012-03-28stdio: Fix char signedness in _load_inttype()Bernhard Reutner-Fischer
2012-03-27buildsys: Fix typo in check-as-var handlingBernhard Reutner-Fischer
2012-03-27ldso: bfin: add alias from __start to _startMike Frysinger
2012-03-26spawn: fix building on no-mmu systemsMike Frysinger
2012-03-26spawn: do not require C99 styleMike Frysinger
2012-03-26spawn: use glibc style to keep differences downMike Frysinger
2012-03-26ldso: bfin: tweak styleMike Frysinger
2012-03-26arm: disable ioperm/iopl stubsMike Frysinger
2012-03-26Revert "Fix redefinition of ioperm and iopl in stubs.c and arm/{ioperm.c,iopl...Mike Frysinger
2012-03-26time.c: Readability improvements - no code changesDenys Vlasenko
2012-03-26stubs: unified from futureBernhard Reutner-Fischer
2012-03-26Fix redefinition of ioperm and iopl in stubs.c and arm/{ioperm.c,iopl.c}Jason Woodward
2012-03-26nptl: fix compiler warning due to missing prototypeCarmelo Amoroso
2012-03-26nptl: fix compiler warning due to unused-but-set-variableCarmelo Amoroso
2012-03-26inet:rpc: fix build in !NPTL caseCarmelo Amoroso
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