public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
[glibc/azanella/ld-audit-fixes] elf: Add _dl_audit_pltexit
 2021-09-10 18:26 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add _dl_audit_pltenter
 2021-09-10 18:26 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add _dl_audit_preinit
 2021-09-10 18:26 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add _dl_audit_symbind_alt and _dl_audit_symbind
 2021-09-10 18:26 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add _dl_audit_objclose
 2021-09-10 18:26 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add _dl_audit_objsearch
 2021-09-10 18:26 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add _dl_audit_activity_map and _dl_audit_activity_nsid
 2021-09-10 18:26 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add _dl_audit_objopen
 2021-09-10 18:25 UTC 

[glibc/azanella/ld-audit-fixes] elf: Fix initial-exec TLS access on audit modules (BZ #28096)
 2021-09-10 18:25 UTC 

[glibc/azanella/ld-audit-fixes] elf: Suppress audit calls when a (new) namespace is empty (BZ #28062)
 2021-09-10 18:25 UTC 

[glibc/azanella/ld-audit-fixes] elf: Do not fail for failed dlopem on audit modules (BZ #28061)
 2021-09-10 18:25 UTC 

[glibc/azanella/ld-audit-fixes] elf: Add audit tests for modules with TLSDESC
 2021-09-10 18:25 UTC 

[glibc/azanella/ld-audit-fixes] elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)
 2021-09-10 18:25 UTC 

[glibc] Created branch 'azanella/ld-audit-fixes'
 2021-09-10 18:25 UTC 

[glibc] Deleted branch 'azanella/ld-audit-fixes'
 2021-09-10 18:25 UTC 

[glibc/azanella/pthread-multiple-fixes] nptl: Remove INVALID_TD_P
 2021-09-10 14:38 UTC 

[glibc/azanella/pthread-multiple-fixes] nptl: Use exit_lock when accessing TID on pthread_setschedprio
 2021-09-10 14:38 UTC 

[glibc/azanella/pthread-multiple-fixes] nptl: Use exit_lock when accessing TID on pthread_sigqueue
 2021-09-10 14:38 UTC 

[glibc/azanella/pthread-multiple-fixes] nptl: Use exit_lock when accessing TID on pthread_setname_np
 2021-09-10 14:38 UTC 

[glibc/azanella/pthread-multiple-fixes] nptl: Use exit_lock when accessing TID on pthread_getname_np
 2021-09-10 14:38 UTC 

[glibc/azanella/pthread-multiple-fixes] nptl: Use exit_lock when accessing TID on pthread_getschedparam
 2021-09-10 14:38 UTC 

[glibc/azanella/pthread-multiple-fixes] nptl: Use exit_lock when accessing TID on pthread_setschedparam
 2021-09-10 14:38 UTC 

[glibc/azanella/pthread-multiple-fixes] nptl: Use exit_lock when accessing TID on pthread_getcpuclockid
 2021-09-10 14:37 UTC 

[glibc/azanella/pthread-multiple-fixes] nptl: Use exit_lock when accessing TID on pthread_setaffinity
 2021-09-10 14:37 UTC 

[glibc/azanella/pthread-multiple-fixes] nptl: Use exit_lock when accessing TID on pthread_getaffinity_np
 2021-09-10 14:37 UTC 

[glibc/azanella/pthread-multiple-fixes] nptl: Replace struct thread cancelhandling field
 2021-09-10 14:37 UTC 

[glibc/azanella/pthread-multiple-fixes] nptl: Move setxid flag out of cancelhandling
 2021-09-10 14:37 UTC 

[glibc/azanella/pthread-multiple-fixes] nptl: Do not use pthread set_tid_address as state synchronization (BZ #19951)
 2021-09-10 14:37 UTC 

[glibc/azanella/pthread-multiple-fixes] nptl: Handle robust PI mutexes for !__ASSUME_SET_ROBUST_LIST (BZ #28268)
 2021-09-10 14:37 UTC 

[glibc/azanella/pthread-multiple-fixes] nptl: Set cancellation type and state on pthread_exit (BZ #28267)
 2021-09-10 14:37 UTC 

[glibc/azanella/pthread-multiple-fixes] nptl: Fix race between pthread_kill and thread exit (bug 12889)
 2021-09-10 14:37 UTC 

[glibc/azanella/pthread-multiple-fixes] nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)
 2021-09-10 14:37 UTC 

[glibc] Created branch 'azanella/pthread-multiple-fixes'
 2021-09-10 14:37 UTC 

[glibc] Deleted branch 'azanella/pthread-multiple-fixes'
 2021-09-10 14:36 UTC 

[glibc] _Static_assert needs two arguments for compatibility with GCC before 9
 2021-09-10 11:18 UTC 

[glibc] testrun.sh: Add support for --tool=rpctrace
 2021-09-09 23:25 UTC 

[glibc/release/2.32/master] posix: Correct attribute access mode on readlinkat [BZ #27024]
 2021-09-08 22:45 UTC 

[glibc] Update syscall lists for Linux 5.14
 2021-09-08 12:42 UTC 

[glibc] Fix failing nss/tst-nss-files-hosts-long with local resolver
 2021-09-07 19:42 UTC 

[glibc/release/2.34/master] MIPS: Setup errno for {f,l,}xstat
 2021-09-07 14:03 UTC 

[glibc/release/2.33/master] MIPS: Setup errno for {f,l,}xstat
 2021-09-07 14:03 UTC 

[glibc] MIPS: Setup errno for {f,l,}xstat
 2021-09-07 13:15 UTC 

[glibc] Use Linux 5.14 in build-many-glibcs.py
 2021-09-07 13:08 UTC 

[glibc/azanella/qsort-fixes] stdlib: Remove use of mergesort on qsort (BZ #21719)
 2021-09-06 18:45 UTC 

[glibc/azanella/qsort-fixes] stdlib: Implement introsort with qsort
 2021-09-06 18:45 UTC 

[glibc/azanella/qsort-fixes] stdlib: qsort: Move some macros to inline function
 2021-09-06 18:45 UTC 

[glibc/azanella/qsort-fixes] stdlib: Move insertion sort out qsort
 2021-09-06 18:44 UTC 

[glibc/azanella/qsort-fixes] stdlib: Optimization qsort{_r} swap implementation (BZ #19305)
 2021-09-06 18:44 UTC 

[glibc/azanella/qsort-fixes] support: Fix getopt_long with CMDLINE_OPTIONS
 2021-09-06 18:44 UTC 

[glibc/azanella/qsort-fixes] benchtests: Add bench-qsort
 2021-09-06 18:44 UTC 

[glibc/azanella/qsort-fixes] stdlib: Add more qsort{_r} coverage
 2021-09-06 18:44 UTC 

[glibc] Created branch 'azanella/qsort-fixes'
 2021-09-06 18:44 UTC 

[glibc] Deleted branch 'azanella/qsort-fixes'
 2021-09-06 18:44 UTC 

[glibc/azanella/qsort-fixes] stdlib: Remove use of mergesort on qsort (BZ #21719)
 2021-09-06 18:23 UTC 

[glibc/azanella/qsort-fixes] stdlib: Implement introsort with qsort
 2021-09-06 18:22 UTC 

[glibc/azanella/qsort-fixes] stdlib: qsort: Move some macros to inline function
 2021-09-06 18:22 UTC 

[glibc/azanella/qsort-fixes] stdlib: Move insertion sort out qsort
 2021-09-06 18:22 UTC 

[glibc/azanella/qsort-fixes] stdlib: Optimization qsort{_r} swap implementation (BZ #19305)
 2021-09-06 18:22 UTC 

[glibc/azanella/qsort-fixes] support: Fix getopt_long with CMDLINE_OPTIONS
 2021-09-06 18:22 UTC 

[glibc/azanella/qsort-fixes] benchtests: Add bench-qsort
 2021-09-06 18:22 UTC 

[glibc/azanella/qsort-fixes] stdlib: Add more qsort{_r} coverage
 2021-09-06 18:22 UTC 

[glibc] Created branch 'azanella/qsort-fixes'
 2021-09-06 18:22 UTC 

[glibc] locale: Add missing second argument to _Static_assert in C-collate-seq.c
 2021-09-06 18:12 UTC 

[glibc] Update hppa libm-test-ulps
 2021-09-06 17:37 UTC 

[glibc] Add generic C.UTF-8 locale (Bug 17318)
 2021-09-06 16:21 UTC 

[glibc] Add 'codepoint_collation' support for LC_COLLATE
 2021-09-06 16:21 UTC 

[glibc] AArch64: Update A64FX memset not to degrade at 16KB
 2021-09-06 10:20 UTC 

[glibc] Revert "AArch64: Update A64FX memset not to degrade at 16KB"
 2021-09-06 10:20 UTC 

[glibc] Deleted branch 'maskray/grte'
 2021-09-05  6:21 UTC 

[glibc] Deleted branch 'maskray/lld'
 2021-09-05  6:21 UTC 

[glibc/maskray/unnest] elf: Avoid nested functions in the loader (all ports) [BZ #27220]
 2021-09-04  3:10 UTC 

[glibc/maskray/unnest] elf: Avoid nested functions in the loader (all ports) [BZ #
 2021-09-04  3:10 UTC 

[glibc/maskray/unnest] elf: Avoid nested functions in the loader (all ports) [BZ #27220]
 2021-09-03 17:05 UTC 

[glibc/maskray/unnest] AArch64: Update A64FX memset not to degrade at 16KB
 2021-09-03 17:05 UTC 

[glibc/maskray/unnest] posix: remove some iso-8859-encoded characters
 2021-09-03 17:05 UTC 

[glibc/maskray/unnest] configure: Allow LD to be LLD 13.0.0 or above [BZ #26558]
 2021-09-03 17:05 UTC 

[glibc/maskray/unnest] hurd msync: Drop bogus test
 2021-09-03 17:05 UTC 

[glibc/maskray/unnest] hurd: Fix typo in msync
 2021-09-03 17:05 UTC 

[glibc/maskray/unnest] x86-64: Use testl to check __x86_string_control
 2021-09-03 17:05 UTC 

[glibc/maskray/unnest] i686: Don't include multiarch memove in libc.a
 2021-09-03 17:04 UTC 

[glibc/maskray/unnest] support: Add support_wait_for_thread_exit
 2021-09-03 17:04 UTC 

[glibc/maskray/unnest] Allow #pragma GCC in headers in conformtest
 2021-09-03 17:04 UTC 

[glibc/maskray/unnest] nptl: Fix tst-cancel7 and tst-cancelx7 race condition (BZ #14232)
 2021-09-03 17:04 UTC 

[glibc/maskray/unnest] Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and posix/tst-spawn5 (BZ #28
 2021-09-03 17:04 UTC 

[glibc/maskray/unnest] support: Add support_open_dev_null_range
 2021-09-03 17:04 UTC 

[glibc/maskray/unnest] llio.texi: Wording fixes in description of closefrom()
 2021-09-03 17:04 UTC 

[glibc/maskray/unnest] Fix error message in memmove test to display correct src pointer
 2021-09-03 17:04 UTC 

[glibc/maskray/unnest] elf: Skip tst-auditlogmod-* if the linker doesn't support --depaudit [BZ #28151]
 2021-09-03 17:04 UTC 

[glibc/maskray/unnest] powerpc: Use --no-tls-get-addr-optimize in test only if the linker supports it
 2021-09-03 17:04 UTC 

[glibc/maskray/unnest] x86-64: Remove assembler AVX512DQ check
 2021-09-03 17:04 UTC 

[glibc/maskray/unnest] x86-64: Remove compiler -mavx512f check
 2021-09-03 17:04 UTC 

[glibc/maskray/unnest] Use __executable_start as the lowest address for profiling [BZ #28153]
 2021-09-03 17:03 UTC 

[glibc/maskray/unnest] hurd: Fix errlist error mapping
 2021-09-03 17:03 UTC 

[glibc/maskray/unnest] hurd: Remove old test-err_np.c file
 2021-09-03 17:03 UTC 

[glibc/maskray/unnest] Fix iconv build with GCC mainline
 2021-09-03 17:03 UTC 

[glibc/maskray/unnest] rtld: copy terminating null in tunables_strdup (bug 28256)
 2021-09-03 17:03 UTC 

[glibc/maskray/unnest] mtrace: Fix output with PIE and ASLR [BZ #22716]
 2021-09-03 17:03 UTC 

[glibc/maskray/unnest] x86-64: Optimize load of all bits set into ZMM register [BZ #28252]
 2021-09-03 17:03 UTC 

[glibc/maskray/unnest] Update string/test-memmove.c to cover 16KB copy
 2021-09-03 17:03 UTC 

[glibc/maskray/unnest] elf: Fix missing colon in LD_SHOW_AUXV output [BZ #28253]
 2021-09-03 17:03 UTC 

[glibc/maskray/unnest] x86: fix Autoconf caching of instruction support checks [BZ #27991]
 2021-09-03 17:03 UTC 

[glibc/maskray/unnest] (29 commits) elf: Avoid nested functions in the loader (all ports) [BZ #
 2021-09-03 17:03 UTC 

[glibc] Remove "Contributed by" lines
 2021-09-03 16:38 UTC 

[glibc] Port shared code information from the wiki
 2021-09-03 16:37 UTC 

[glibc] AArch64: Update A64FX memset not to degrade at 16KB
 2021-09-03 15:00 UTC 

[glibc/release/2.33/master] RISC-V: Update rv64 ULPs
 2021-09-01 21:55 UTC 

[glibc] posix: remove some iso-8859-encoded characters
 2021-09-01 18:31 UTC 

[glibc] configure: Allow LD to be LLD 13.0.0 or above [BZ #26558]
 2021-09-01  5:43 UTC 

[glibc/google/grte/v5-2.27/master] Set the retain attribute on _elf_set_element if CC supports [BZ #27492]
 2021-08-31 23:15 UTC 

[glibc] hurd msync: Drop bogus test
 2021-08-31 17:41 UTC 

[glibc/release/2.34/master] x86-64: Use testl to check __x86_string_control
 2021-08-31 15:14 UTC 

[glibc] hurd: Fix typo in msync
 2021-08-31 12:55 UTC 

[glibc] x86-64: Use testl to check __x86_string_control
 2021-08-30 17:40 UTC 

[glibc] i686: Don't include multiarch memove in libc.a
 2021-08-30 13:47 UTC 

[glibc] support: Add support_wait_for_thread_exit
 2021-08-30 11:46 UTC 

[glibc/google/grte/v5-2.27/master] i386: Fix i386 sigaction sa_restorer initialization (BZ#21269)
 2021-08-28  0:43 UTC 

[glibc/google/grte/v5-2.27/master] Fix multiple definitions of __nss_*_database (bug 22918)
 2021-08-28  0:43 UTC 

[glibc/google/grte/v5-2.27/master] [BZ #22342] Fix netgroup cache keys
 2021-08-28  0:43 UTC 

[glibc/google/grte/v5-2.27/master] linux/powerpc: sync sys/ptrace.h with Linux 4.15 [BZ #22433, #22807]
 2021-08-28  0:43 UTC 

[glibc/google/grte/v5-2.27/master] powerpc: Undefine Linux ptrace macros that conflict with __ptrace_request
 2021-08-28  0:43 UTC 

[glibc/google/grte/v5-2.27/master] Add missing "reorder-end" in LC_COLLATE of et_EE [BZ #22517]
 2021-08-28  0:43 UTC 

[glibc/google/grte/v5-2.27/master] Fix a typo in a comment
 2021-08-28  0:43 UTC 

[glibc/google/grte/v5-2.27/master] manual: Update the _ISOC99_SOURCE description
 2021-08-28  0:43 UTC 

[glibc/google/grte/v5-2.27/master] manual: Document missing feature test macros
 2021-08-28  0:43 UTC 

[glibc/google/grte/v5-2.27/master] NEWS: add entries for bugs 22919 and 22926
 2021-08-28  0:43 UTC 

[glibc/google/grte/v5-2.27/master] sparc32: Add nop before __startcontext to stop unwinding [BZ #22919]
 2021-08-28  0:43 UTC 

[glibc/google/grte/v5-2.27/master] Revert clang workaround for _begin that is no longer needed
 2021-08-28  0:43 UTC 

[glibc/google/grte/v5-2.27/master] powerpc: Fix TLE build for SPE (BZ #22926)
 2021-08-28  0:43 UTC 

[glibc/google/grte/v5-2.27/master] Redesign the fastload support for additional performance
 2021-08-28  0:42 UTC 

[glibc/google/grte/v5-2.27/master] manual: Improve documentation of get_current_dir_name. [BZ #6889]
 2021-08-28  0:42 UTC 

[glibc/google/grte/v5-2.27/master] Add comments explaining the diff from cf8e3f8757
 2021-08-28  0:42 UTC 

[glibc/google/grte/v5-2.27/master] manual: Fix a syntax error
 2021-08-28  0:42 UTC 

[glibc/google/grte/v5-2.27/master] Make gen-XX-const scripts work with llvm-as
 2021-08-28  0:42 UTC 

[glibc/google/grte/v5-2.27/master] manual: Fix Texinfo warnings about improper node names
 2021-08-28  0:42 UTC 

[glibc/google/grte/v5-2.27/master] Fix sense of a test in the static-linking version of ppc get_clockfreq
 2021-08-28  0:42 UTC 

[glibc/google/grte/v5-2.27/master] Fix posix/tst-glob_lstat_compat on alpha [BZ #22818]
 2021-08-28  0:42 UTC 

[glibc/google/grte/v5-2.27/master] Makes it compile for AArch64
 2021-08-28  0:42 UTC 

[glibc/google/grte/v5-2.27/master] time: Reference CLOCKS_PER_SEC in clock comment [BZ #22735]
 2021-08-28  0:42 UTC 

[glibc/google/grte/v5-2.27/master] Makes AArch64 assembly acceptable to clang
 2021-08-28  0:42 UTC 

[glibc/google/grte/v5-2.27/master] linux/aarch64: sync sys/ptrace.h with Linux 4.15 [BZ #22433]
 2021-08-28  0:42 UTC 

[glibc/google/grte/v5-2.27/master] Include STATIC_PIE_BOOTSTRAP with !NESTING in powerpc64/dl-machine.h
 2021-08-28  0:42 UTC 

[glibc/google/grte/v5-2.27/master] NEWS: add an entry for bug 22827
 2021-08-28  0:42 UTC 

[glibc/google/grte/v5-2.27/master] Actuall use LLVM_OBJCOPY if available
 2021-08-28  0:42 UTC 

[glibc/google/grte/v5-2.27/master] Update SH libm-tests-ulps
 2021-08-28  0:42 UTC 

[glibc/google/grte/v5-2.27/master] Use llvm-objcopy, if available, to remove the .llvm_addrsig sections
 2021-08-28  0:42 UTC 

[glibc/google/grte/v5-2.27/master] [RISC-V] Fix parsing flags in ELF64 files
 2021-08-28  0:42 UTC 

[glibc/google/grte/v5-2.27/master] Enable relaxed relocations when building certain object files for x86_64
 2021-08-28  0:42 UTC 

[glibc/google/grte/v5-2.27/master] Second try at dealing with ancient mktemp
 2021-08-28  0:42 UTC 

[glibc/google/grte/v5-2.27/master] Un-nest an include in dl-reloc-static-pie.c
 2021-08-28  0:42 UTC 

[glibc/google/grte/v5-2.27/master] Defeat a malloc optimization by declaring things volatile
 2021-08-28  0:42 UTC 

[glibc/google/grte/v5-2.27/master] Disable -mfloat128 for clang, lets power9 insns into power8 executables
 2021-08-28  0:42 UTC 

[glibc/google/grte/v5-2.27/master] Forestall optimization-out of a buffer
 2021-08-28  0:41 UTC 

[glibc/google/grte/v5-2.27/master] Also work around clang bctrl issue in get_clockfreq.c
 2021-08-28  0:41 UTC 

[glibc/google/grte/v5-2.27/master] Add a clang/lld workaround for symbol not being overridden
 2021-08-28  0:41 UTC 

[glibc/google/grte/v5-2.27/master] [BZ #19239] Don't include sys/sysmacros.h from sys/types.h
 2021-08-28  0:41 UTC 

[glibc/google/grte/v5-2.27/master] Work around clang mishandling of assert functions in resolver buffer allocation, fixes random error
 2021-08-28  0:41 UTC 

[glibc/google/grte/v5-2.27/master] Remove .llvm_addrsig sections from crt.o files
 2021-08-28  0:41 UTC 

[glibc/google/grte/v5-2.27/master] Allow suppressing the definition of __USE_FILE_OFFSET64 by defining SUPPRESS_USE_FILE_OFFSET64 in th
 2021-08-28  0:41 UTC 

[glibc/google/grte/v5-2.27/master] Forward-port cl/42676407 to disable link-time warning about mktemp, tempnam and tmpnam
 2021-08-28  0:41 UTC 

[glibc/google/grte/v5-2.27/master] For b/5836136, do dlsym(0, "_Unwind..."), i.e. ignore libgcc_s.so.1 dlopen failure
 2021-08-28  0:41 UTC 

[glibc/google/grte/v5-2.27/master] Changes to compile glibc-2.27 on PPC (Power8) with clang
 2021-08-28  0:41 UTC 

[glibc/google/grte/v5-2.27/master] Define __GOOGLE_GRTE_VERSION__
 2021-08-28  0:41 UTC 

[glibc/google/grte/v5-2.27/master] Add a note about passwd.borg.base organization
 2021-08-28  0:41 UTC 

[glibc/google/grte/v5-2.27/master] Add basic testsuite for dlopen_with_offset
 2021-08-28  0:41 UTC 

[glibc/google/grte/v5-2.27/master] Fix mistaken order of arguments to open_path
 2021-08-28  0:41 UTC 

[glibc/google/grte/v5-2.27/master] Add a hunk lost in merge
 2021-08-28  0:41 UTC 

[glibc/google/grte/v5-2.27/master] Update build notes
 2021-08-28  0:41 UTC 

[glibc/google/grte/v5-2.27/master] Fix GCC compilation issues in cherrypicks
 2021-08-28  0:41 UTC 

[glibc/google/grte/v5-2.27/master] Undid the dl_enable_fastload environment variable changes
 2021-08-28  0:41 UTC 

[glibc/google/grte/v5-2.27/master] For b/22641205, #include _itoa.h
 2021-08-28  0:41 UTC 

[glibc/google/grte/v5-2.27/master] Add "fastload" support
 2021-08-28  0:41 UTC 

[glibc/google/grte/v5-2.27/master] For b/20141439, don't add "foo.so" as alternate name for previously loaded "foo.so/@0x..."
 2021-08-28  0:41 UTC 

[glibc/google/grte/v5-2.27/master] Work around lack of mfppr in clang
 2021-08-28  0:41 UTC 

[glibc/google/grte/v5-2.27/master] For b/8315591, b/20141439 correct off-by-one error that resulted in last byte of l_name being random
 2021-08-28  0:41 UTC 

[glibc/google/grte/v5-2.27/master] Work around mtfsb0 syntax limitation with clang
 2021-08-28  0:41 UTC 

[glibc/google/grte/v5-2.27/master] Fix arm build by only using _itoa when building ld-linux, and not 'sln'. Also disable __google_dlope
 2021-08-28  0:40 UTC 

[glibc/google/grte/v5-2.27/master] Avoid passing gcc-specific options to clang
 2021-08-28  0:40 UTC 

[glibc/google/grte/v5-2.27/master] For b/18243822, fix dlopen_with_offset to not reuse the same link_map entry when called on the same
 2021-08-28  0:40 UTC 

[glibc/google/grte/v5-2.27/master] Make asm-based constraints be gcc-only
 2021-08-28  0:40 UTC 

[glibc/google/grte/v5-2.27/master] For Google b/8315591, experimental implementation of dlopen_with_offset
 2021-08-28  0:40 UTC 

[glibc/google/grte/v5-2.27/master] Make xxland syntax gcc-only
 2021-08-28  0:40 UTC 

[glibc/google/grte/v5-2.27/master] Disable static linking warning for dlopen and dlmopen, and disable linking warning for sys_errlist a
 2021-08-28  0:40 UTC 

[glibc/google/grte/v5-2.27/master] powerpc: Use --no-tls-get-addr-optimize in test only if the linker supports it
 2021-08-28  0:40 UTC 

[glibc/google/grte/v5-2.27/master] Add a first approximation of float definitions for ppc clang
 2021-08-28  0:40 UTC 

[glibc/google/grte/v5-2.27/master] Backport cl/98967227 to GRTE glibc 2.19 sources
 2021-08-28  0:40 UTC 

[glibc/google/grte/v5-2.27/master] elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ #28152] [BZ #28205]
 2021-08-28  0:40 UTC 

[glibc/google/grte/v5-2.27/master] Make powerpc .machine directives be gcc-only
 2021-08-28  0:40 UTC 

[glibc/google/grte/v5-2.27/master] Add empty NSS borg and cache abi lists, to make testsuite work
 2021-08-28  0:40 UTC 

[glibc/google/grte/v5-2.27/master] aarch64: Make elf_machine_{load_address, dynamic} robust [BZ #28203]
 2021-08-28  0:40 UTC 

[glibc/google/grte/v5-2.27/master] Make mutex hints gcc-only, improve a type in __arch_compare_and_exchange_bool_32_acq
 2021-08-28  0:40 UTC 

[glibc/google/grte/v5-2.27/master] Fix out-of-date bits in EXEC_ORIGIN patch
 2021-08-28  0:40 UTC 

[glibc/google/grte/v5-2.27/master] elf: Unconditionally use __ehdr_start
 2021-08-28  0:40 UTC 

[glibc/google/grte/v5-2.27/master] Make power6 directives be gcc-only
 2021-08-28  0:40 UTC 

[glibc/google/grte/v5-2.27/master] For b/12342355, remove inappropriate assert in EXEC_ORIGIN support
 2021-08-28  0:40 UTC 

[glibc/google/grte/v5-2.27/master] wordexp: handle overflow in positional parameter number (bug 28011)
 2021-08-28  0:40 UTC 

[glibc/google/grte/v5-2.27/master] Add power9 flag to go with -mfloat128
 2021-08-28  0:40 UTC 

[glibc/google/grte/v5-2.27/master] For b/4074041, add EXEC_ORIGIN support. Forward-ported from cl/56955623 and http://cl/59961863
 2021-08-28  0:40 UTC 

[glibc/google/grte/v5-2.27/master] Disable tests that need more-recent infrastructure
 2021-08-28  0:40 UTC 

[glibc/google/grte/v5-2.27/master] Disable more attempts to pass -mlong-double-128 to clang
 2021-08-28  0:40 UTC 

[glibc/google/grte/v5-2.27/master] Handle a not-found case in borg passwd lookup
 2021-08-28  0:40 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).