Age | Commit message (Expand) | Author |
2012-03-26 | spawn: use glibc style to keep differences down | Mike Frysinger |
2012-03-26 | ldso: bfin: tweak style | Mike Frysinger |
2012-03-26 | arm: disable ioperm/iopl stubs | Mike Frysinger |
2012-03-26 | Revert "Fix redefinition of ioperm and iopl in stubs.c and arm/{ioperm.c,iopl... | Mike Frysinger |
2012-03-26 | time.c: Readability improvements - no code changes | Denys Vlasenko |
2012-03-26 | stubs: unified from future | Bernhard Reutner-Fischer |
2012-03-26 | Fix redefinition of ioperm and iopl in stubs.c and arm/{ioperm.c,iopl.c} | Jason Woodward |
2012-03-26 | nptl: fix compiler warning due to missing prototype | Carmelo Amoroso |
2012-03-26 | nptl: fix compiler warning due to unused-but-set-variable | Carmelo Amoroso |
2012-03-26 | inet:rpc: fix build in !NPTL case | Carmelo Amoroso |
2012-03-25 | ldso: use ELF_xxx()/ElfW() helpers | Mike Frysinger |
2012-03-25 | stdio: prevent retries on fclose/fflush after write errors | Denys Vlasenko |
2012-03-25 | librt: add posix_spawn support | Ismael Luceno |
2012-03-25 | microblaze: add sys/user.h | Steve Bennett |
2012-03-15 | ldso: remove duplicated assignment with TLS symbol | Carmelo Amoroso |
2012-03-14 | ldso:sh: fix compiler warning due to unused-but-set-variable | Carmelo Amoroso |
2012-03-13 | buildsys: do not add empty obj to archives | Bernhard Reutner-Fischer |
2012-03-11 | __stdio_WRITE: make code more readable. No code changes | Denys Vlasenko |
2012-03-05 | librt: refactor source selection | Mike Frysinger |
2012-02-13 | arm: Do not use 'sed -r' to calculate IS_EABI | Khem Raj |
2012-02-09 | libdl: fix memleak for local scope of dlopened's needed libraries | Filippo Arcidiacono |
2012-02-07 | tests:math: fix build of math tests for SH4 | Carmelo Amoroso |
2012-02-07 | tests:libdl: add a new test for symbol scope issue in dlclose | Filippo ARCIDIACONO |
2012-02-07 | tests: fix tests build (LDFLAGS_GNUHASH not longer defined) | Carmelo Amoroso |
2012-02-07 | tests: add OMIT logic to remove compilation flag. | Filippo ARCIDIACONO |
2012-02-07 | inet:rpc: fix authnone_marshal in multithreading context | Carmelo Amoroso |
2012-02-05 | lstat/stat/fstat: Use 64bit version of syscall if available | Khem Raj |
2012-02-05 | Declare __err and pass it to INTERNAL_SYSCALL_NCS so subsequent macros can us... | Khem Raj |
2012-02-01 | bump version to 0.9.34-git | Bernhard Reutner-Fischer |
2012-02-01 | Release 0.9.33 | Bernhard Reutner-Fischer |
2012-01-29 | tmpnam, tempnam are obsolete in SUSV4 | Bernhard Reutner-Fischer |
2012-01-29 | handle signal-OBXSI.SUSv4.syms | Bernhard Reutner-Fischer |
2012-01-29 | nptl_db: handle SUSv4-OB | Bernhard Reutner-Fischer |
2012-01-29 | test: ignore undefined symbols for API | Bernhard Reutner-Fischer |
2012-01-29 | config: ftw is SUSv4-obsolete | Bernhard Reutner-Fischer |
2012-01-28 | *: if !HAS_THREADS strong alias sigaction | Bernhard Reutner-Fischer |
2012-01-28 | buildsys: fixup sigaction handling | Bernhard Reutner-Fischer |
2012-01-27 | libubacktrace:arm: libgcc_eh.a not needed | Carmelo Amoroso |
2012-01-27 | ldso: fix typo in debug message | Bernhard Reutner-Fischer |
2012-01-27 | buildsys: add cppcheck wrapper script (correct one) | Bernhard Reutner-Fischer |
2012-01-27 | libc_arm: avoid multiple version of __aeabi_unwind_cpp_pr dummy code | Carmelo Amoroso |
2012-01-26 | buildsys: use single slash version of -print-whatever | Bernhard Reutner-Fischer |
2012-01-26 | buildsys: turn off forced EXTRA_WARNINGS on i386 | Bernhard Reutner-Fischer |
2012-01-26 | *: silence some warnings | Bernhard Reutner-Fischer |
2012-01-26 | syscall: flag ia64 syscall error path as unlikely | Bernhard Reutner-Fischer |
2012-01-26 | arm: tweak comment | Bernhard Reutner-Fischer |
2012-01-23 | libc: fix signal handling in system() | Richard Braun |
2012-01-23 | ldso/mips: fix symbol lookup for JUMP_SLOT and COPY relocations | Carmelo Amoroso |
2012-01-23 | libdl: fix dlclose handling of symbol scope | Carmelo Amoroso |
2012-01-23 | Rules: Check for CROSS_COMPILE to be empty | Khem Raj |