Age | Commit message (Expand) | Author |
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 |
2012-01-23 | libubacktrace: Add arm implementation | Khem Raj |
2012-01-23 | mips/libdl: Apply relocations after appending the new scope | Khem Raj |
2012-01-18 | i386/sigaction.c: slightly more readable form of [rt_]sigreturn definitions | Denys Vlasenko |
2012-01-18 | stubs: mark stubs as used | Bernhard Reutner-Fischer |
2012-01-18 | stdlib: use shorhand wur for realloc prototype | Bernhard Reutner-Fischer |
2012-01-18 | buildsys: add cppcheck wrapper script | Bernhard Reutner-Fischer |
2012-01-18 | libcrypt: shrink crypt() again - unmodularise | Bernhard Reutner-Fischer |
2012-01-18 | nptl: .gitignore generated pt-crt{i,n}.S | Bernhard Reutner-Fischer |
2012-01-18 | tests: only test crypt if we have an impl | Bernhard Reutner-Fischer |
2012-01-18 | tests: add sha356/512 tests | Bernhard Reutner-Fischer |
2012-01-18 | tests: silence warnings in crypt | Bernhard Reutner-Fischer |
2012-01-17 | buildsys: use = for --sort-section linker flag | Mike Frysinger |
2012-01-17 | tests: mark all helper scripts +x | Mike Frysinger |
2012-01-16 | buildsys: handle more clean targets | Mike Frysinger |
2012-01-16 | buildsys: fix handling of CFLAG_-W{a,l} vars | Mike Frysinger |
2012-01-16 | tests: tst-futimens1: add missing mode args to open() | Mike Frysinger |
2012-01-16 | tests: test-canon: include sys/stat.h for mkdir() | Mike Frysinger |
2012-01-16 | tests: fdopen: add missing mode args to open() | Mike Frysinger |
2012-01-16 | tests: opendir-tst1: add header for mknod() | Mike Frysinger |
2012-01-16 | tests: mmap2: ignore permission denied errors on /dev/mem | Mike Frysinger |
2012-01-16 | buildsys: skip compiler flag checking for clean targets | Mike Frysinger |
2012-01-16 | mips/dlfcn.h: Disable RTLD_DEEPBIND | Khem Raj |
2012-01-15 | buildsys: simplify include_clean greatly | Mike Frysinger |
2012-01-15 | buildsys: fix detection of silent make | Mike Frysinger |
2012-01-15 | tests: skip redundant -Wstrict-prototypes setup | Mike Frysinger |
2012-01-15 | libc: build abort with unwind-info for backtrace | Bernhard Reutner-Fischer |
2012-01-14 | linuxthreads/signals: do not restore handler for invalid signal | Markos Chandras |
2012-01-14 | buildsys: cache build flags in vars | Mike Frysinger |
2012-01-13 | libubacktrace: use -asynchronous-funwind-tables rather than -funwind-tables | Carmelo Amoroso |
2012-01-13 | libc: allow to backtrace out of abort call | Carmelo Amoroso |
2012-01-02 | config: remove some redundant words in the menus | Mike Frysinger |
2012-01-02 | ldso: setup search path even when there are no "/" | Mike Frysinger |
2012-01-02 | ldso: simplify interp path search logic | Mike Frysinger |
2012-01-01 | getpass: s/sizeof(buf)-1/sizeof(buf)/ in fgets | Denys Vlasenko |
2011-12-30 | bump version to 0.9.33-rc1-git | Bernhard Reutner-Fischer |
2011-12-30 | release 0.9.33-rc1 | Bernhard Reutner-Fischer |
2011-12-23 | getpass: several fixes | Denys Vlasenko |
2011-12-22 | libubacktrace: use -funwind-tables rather than -fexecptions | Carmelo Amoroso |
2011-12-22 | libcrypt: add support for SHA256-CRYPT password hashing | William Pitcock |