2018-05-09 |
Stan Shebs | Add a clang/lld workaround for symbol not being overridden |
commit | commitdiff | tree |
2018-04-20 |
Stan Shebs | Work around clang mishandling of assert functions in... |
commit | commitdiff | tree |
2015-10-29 |
Manuel Klimek | Allow suppressing the definition of __USE_FILE_OFFSET64... |
commit | commitdiff | tree |
2014-03-04 |
Paul Pluzhnikov | For b/5836136, do dlsym(0, "_Unwind..."), i.e. ignore... |
commit | commitdiff | tree |
2018-03-29 |
Stan Shebs | Define __GOOGLE_GRTE_VERSION__ |
commit | commitdiff | tree |
2018-03-29 |
Stan Shebs | Add basic testsuite for dlopen_with_offset |
commit | commitdiff | tree |
2018-03-29 |
Stan Shebs | Add a hunk lost in merge |
commit | commitdiff | tree |
2018-03-29 |
Stan Shebs | Fix GCC compilation issues in cherrypicks |
commit | commitdiff | tree |
2015-10-10 |
Paul Pluzhnikov | For b/22641205, #include _itoa.h |
commit | commitdiff | tree |
2015-10-02 |
Paul Pluzhnikov | For b/20141439, don't add "foo.so" as alternate name... |
commit | commitdiff | tree |
2015-06-03 |
Paul Pluzhnikov | For b/8315591, b/20141439 correct off-by-one error... |
commit | commitdiff | tree |
2014-11-24 |
Paul Pluzhnikov | Fix arm build by only using _itoa when building ld... |
commit | commitdiff | tree |
2014-11-10 |
Paul Pluzhnikov | For b/18243822, fix dlopen_with_offset to not reuse... |
commit | commitdiff | tree |
2014-03-10 |
Paul Pluzhnikov | For Google b/8315591, experimental implementation of... |
commit | commitdiff | tree |
2014-03-01 |
Paul Pluzhnikov | Disable static linking warning for dlopen and dlmopen... |
commit | commitdiff | tree |
2015-08-15 |
Brooks Moses | Backport cl/98967227 to GRTE glibc 2.19 sources. |
commit | commitdiff | tree |
2018-03-19 |
Stan Shebs | Add empty NSS borg and cache abi lists, to make testsui... |
commit | commitdiff | tree |
2018-03-19 |
Stan Shebs | Fix out-of-date bits in EXEC_ORIGIN patch |
commit | commitdiff | tree |
2014-04-11 |
Brooks Moses | For b/12342355, remove inappropriate assert in EXEC_ORI... |
commit | commitdiff | tree |
2014-03-08 |
Paul Pluzhnikov | For b/4074041, add EXEC_ORIGIN support. Forward-ported... |
commit | commitdiff | tree |
2016-11-03 |
Stan Shebs | Handle a not-found case in borg passwd lookup |
commit | commitdiff | tree |
2016-09-30 |
Michael Rothwell | Call the correct function. |
commit | commitdiff | tree |
2016-09-30 |
Michael Rothwell | Augment borg-pwd to also search through passwd.borg... |
commit | commitdiff | tree |
2015-08-21 |
Stan Shebs | Describe borg-pwd better, remove dead code. |
commit | commitdiff | tree |
2016-07-06 |
Max Kanat-Alexander | Update nss_cache.c and nss_cache.h to current upstream... |
commit | commitdiff | tree |
2018-03-14 |
Stan Shebs | Update an include path |
commit | commitdiff | tree |
2014-02-28 |
Paul Pluzhnikov | Integrate nss_{borg,cache} local changes from glibc... |
commit | commitdiff | tree |
2018-03-13 |
Stan Shebs | Forward-port addition of _google_dl_debug_state_hook |
commit | commitdiff | tree |
2018-03-13 |
Stan Shebs | As with gettimeofday, avoid vdso for clang-compiled... |
commit | commitdiff | tree |
2018-03-12 |
Stan Shebs | Forward-port addition of __google_pthread_signal_safe_k... |
commit | commitdiff | tree |
2018-03-07 |
Stan Shebs | Add a Google-only workaround for an ancient mktemp |
commit | commitdiff | tree |
2018-03-02 |
Stan Shebs | Bypass gettimeofday ifunc if using clang |
commit | commitdiff | tree |
2018-02-27 |
Stan Shebs | Add workarounds for clang and lld problems |
commit | commitdiff | tree |
2018-02-27 |
Stan Shebs | Skip a test that lld cannot handle |
commit | commitdiff | tree |
2018-02-26 |
Stan Shebs | Disable non-opt error temporarily, and __sec_comment... |
commit | commitdiff | tree |
2018-02-20 |
Stan Shebs | Remove a testing hack |
commit | commitdiff | tree |
2018-02-20 |
Stan Shebs | Remove debugging hack |
commit | commitdiff | tree |
2018-02-14 |
Stan Shebs | Use LN_S in more places to forestall hard link creation |
commit | commitdiff | tree |
2018-02-14 |
Stan Shebs | Add a --with-lld option to choose LLVMs lld linker |
commit | commitdiff | tree |
2021-08-27 |
Stan Shebs | Use clang integrated assembler except when asm is outpu... |
commit | commitdiff | tree |
2018-02-07 |
Stan Shebs | Add workaround to get clang to accept avx-512 instructions |
commit | commitdiff | tree |
2018-02-07 |
Stan Shebs | Work around clang assembler error with bnd by itself... |
commit | commitdiff | tree |
2018-02-07 |
Stan Shebs | Work around clang assembler error with movzx |
commit | commitdiff | tree |
2018-02-07 |
Stan Shebs | Work around clang assembler bug with expressions in .if |
commit | commitdiff | tree |
2018-02-06 |
Stan Shebs | Work around lack of .tfloat in clang assembler |
commit | commitdiff | tree |
2018-01-24 |
Stan Shebs | Put CMPLX* macros under ISO C11 |
commit | commitdiff | tree |
2018-01-24 |
Stan Shebs | Add clang and debug support to conformance scripts |
commit | commitdiff | tree |
2018-01-24 |
Stan Shebs | Comment out debugging hack that pollutes namespace |
commit | commitdiff | tree |
2018-01-23 |
Stan Shebs | Do not pass unhandled flag to clang |
commit | commitdiff | tree |
2018-01-23 |
Stan Shebs | Add workarounds for incomplete float128 support in... |
commit | commitdiff | tree |
2018-01-23 |
Stan Shebs | clang requires -mno-see for 387 math |
commit | commitdiff | tree |
2018-01-23 |
Stan Shebs | Work around a weird clang link failure |
commit | commitdiff | tree |
2018-01-23 |
Stan Shebs | For now, disable asm definitions of mempcpy and strpcpy |
commit | commitdiff | tree |
2018-01-23 |
Stan Shebs | Make zero volatile to defeat constant-folding of 0... |
commit | commitdiff | tree |
2018-01-23 |
Stan Shebs | Reduce an error to warning if clang |
commit | commitdiff | tree |
2018-01-23 |
Stan Shebs | Work around a clang bug |
commit | commitdiff | tree |
2018-01-23 |
Stan Shebs | Add clang versions of CMPLX* macros |
commit | commitdiff | tree |
2018-01-22 |
Stan Shebs | Suppress tgmath3 tests if clang |
commit | commitdiff | tree |
2018-01-22 |
Stan Shebs | Add clang placeholders for va_arg_pack |
commit | commitdiff | tree |
2018-01-22 |
Stan Shebs | Add hidden protos ahead of uses |
commit | commitdiff | tree |
2018-01-22 |
Stan Shebs | Stub out execstack problem |
commit | commitdiff | tree |
2021-08-27 |
Stan Shebs | Stub out execstack, multidir, and ifunc problems |
commit | commitdiff | tree |
2018-01-19 |
Stan Shebs | Add --with-clang and --disable-float128 options to... |
commit | commitdiff | tree |
2018-01-19 |
Stan Shebs | Disallow extern inline if clang |
commit | commitdiff | tree |
2018-01-19 |
Stan Shebs | Add clang version of __hidden_proto |
commit | commitdiff | tree |
2018-01-19 |
Stan Shebs | Skip undefined va_arg_pack |
commit | commitdiff | tree |
2018-01-19 |
Stan Shebs | De-nest test-ffs.c |
commit | commitdiff | tree |
2018-01-19 |
Stan Shebs | De-nest makedb.c |
commit | commitdiff | tree |
2018-01-19 |
Stan Shebs | De-nest regcomp.c, suppress GCC warnings about it |
commit | commitdiff | tree |
2018-01-18 |
Stan Shebs | Un-nest nested functions in dynamic linker |
commit | commitdiff | tree |
2018-01-18 |
Stan Shebs | Skip execstack test, depends on nested function |
commit | commitdiff | tree |
2018-02-07 |
Igor Gnatenko | Linux: use reserved name __key in pkey_get [BZ #22797] |
commit | commitdiff | tree |
2018-02-06 |
H.J. Lu | Add a missing ChangeLog item in commit 371b220f620 |
commit | commitdiff | tree |
2018-02-06 |
Dmitry V. Levin | NEWS: add an entry for bug 22638 |
commit | commitdiff | tree |
2018-02-06 |
H.J. Lu | sparc: Check PIC instead of SHARED in start.S [BZ ... |
commit | commitdiff | tree |
2018-02-06 |
Florian Weimer | Record CVE-2018-6551 in NEWS and ChangeLog [BZ #22774] |
commit | commitdiff | tree |
2018-02-01 |
Dmitry V. Levin | Update for 2.27 release glibc-2.27 |
commit | commitdiff | tree |
2018-02-01 |
Dmitry V. Levin | Fix ChangeLog formatting |
commit | commitdiff | tree |
2018-02-01 |
Dmitry V. Levin | NEWS: add the list of bugs fixed in 2.27 |
commit | commitdiff | tree |
2018-02-01 |
Florian Weimer | Record CVE-2018-6485 in ChangeLog and NEWS [BZ #22343] |
commit | commitdiff | tree |
2018-02-01 |
Adhemerval... | stdlib: Fixing test-*atexit*-race tests on ia64 |
commit | commitdiff | tree |
2018-02-01 |
Dmitry V. Levin | Update contributions in the manual |
commit | commitdiff | tree |
2018-02-01 |
Rafal Luzynski | NEWS: List the languages which use the alternative... |
commit | commitdiff | tree |
2018-02-01 |
Il'ya Malakhov | crypt: Fix badsalttest test (Bug 22765) |
commit | commitdiff | tree |
2018-01-31 |
Dmitry V. Levin | Fix typo in the previous commit |
commit | commitdiff | tree |
2018-01-31 |
Dmitry V. Levin | Update information about the newest versions of tools... |
commit | commitdiff | tree |
2018-01-30 |
Samuel Thibault | allocalim.h: use __glibc_likely instead of __builtin_expect |
commit | commitdiff | tree |
2018-01-30 |
Samuel Thibault | hurd: Fix ChangeLog date |
commit | commitdiff | tree |
2018-01-30 |
Florian Weimer | nss: Adjust tests to use nss_files only |
commit | commitdiff | tree |
2018-01-30 |
Rafal Luzynski | hr_HR: Add alternative month names (bug 10871). |
commit | commitdiff | tree |
2018-01-30 |
Samuel Thibault | hurd: include generic's hp-timing.h instead of copying it |
commit | commitdiff | tree |
2018-01-29 |
Samuel Thibault | hurd: Add tlsdesc.sym |
commit | commitdiff | tree |
2018-01-29 |
Samuel Thibault | hurd: disable hp timing |
commit | commitdiff | tree |
2018-01-29 |
Samuel Thibault | hurd: Fix comments for FREAD and FWRITE |
commit | commitdiff | tree |
2018-01-29 |
Samuel Thibault | malloc: Use assert.h's assert macro |
commit | commitdiff | tree |
2018-01-29 |
Samuel Thibault | libio: Rename _FWRITE to FWRITE_FUNC |
commit | commitdiff | tree |
2018-01-29 |
Samuel Thibault | allocalim.h: Fix codestyle |
commit | commitdiff | tree |
2018-01-29 |
Samuel Thibault | hurd: Fix ChangeLog date |
commit | commitdiff | tree |
2018-01-29 |
Samuel Thibault | hurd: Fix preprocessor indentation |
commit | commitdiff | tree |
2018-01-29 |
Andreas Schwab | Reject invalid definitions of _POSIX_CHOWN_RESTRICTED... |
commit | commitdiff | tree |
next |