Revisions of glibc

Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 311392 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 191)
- Add /usr/include/gnu/lib-names-.*.h to baselibs
- pthread-join-deadlock.patch: Don't require rtld lock to store static TLS
  offset in the DTV (bsc#930015, BZ #18457)
- heap-top-corruption.patch: Do not corrupt the top of a threaded heap if
  top chunk is MINSIZE (BZ #18502) (forwarded request 311391 from Andreas_Schwab)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) committed (revision 190)
osc copypac from project:openSUSE:Factory package:glibc revision:188
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 295007 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 189)
- threaded-trim-threshold.patch: Fix regression in threaded application
  malloc performance (bsc#915955, BZ #17195)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 294122 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 188)
- aarch64-sigstksz.patch: Increase MINSIGSTKSZ and SIGSTKSZ (BZ #16850) (forwarded request 294121 from Andreas_Schwab)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 290123 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 187)
- resolv-nameserver-handling.patch: Replace with simpler version with more
  compatibility (forwarded request 290122 from Andreas_Schwab)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 285813 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 186)
- htm-tabort.patch: Fix TABORT encoding for little endian (forwarded request 285812 from Andreas_Schwab)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 258650 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 185)
- Update to crypt_blowfish 1.3.
  * Add support for the $2b$ prefix.
- ifunc-x86-slow-sse4.patch: Fix misdetected Slow_SSE4_2 cpu feature bit
  (BZ #17501) (forwarded request 258649 from Andreas_Schwab)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 249236 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 184)
- Update to glibc 2.20 release.
  * Reverted change of ABI data structures for s390 and s390x
  * Support for file description locks is added to systems running the
    Linux kernel
  * Optimized strchr implementation for AArch64
  * The minimum Linux kernel version that this version of the GNU C Library
    can be used with is 2.6.32
  * Running the testsuite no longer terminates as soon as a test fails
  * The am33 port, which had not worked for several years, has been removed
    from ports.
  * The _BSD_SOURCE and _SVID_SOURCE feature test macros are no longer
    supported; they now act the same as _DEFAULT_SOURCE (but generate a
    warning)
  * Optimized strcmp implementation for ARMv7
  * Added support for TX lock elision of pthread mutexes on s390 and s390x
  * All supported architectures now use the main glibc sysdeps directory
    instead of some being in a separate "ports" directory
  * The NPTL implementation of POSIX pthreads is no longer an "add-on"
  * Locale names, including those obtained from environment variables (LANG
    and the LC_* variables), are more tightly checked for proper syntax
  * On x86-64, the dynamic linker's lazy-binding support is now compatible
    with application code using Intel MPX instructions
- Patches from upstream removed
  * nss-dns-memleak.patch
  * sin-sign.patch
  * pldd-wait-ptrace-stop.patch
  * nscd-track-startup-failures.patch
  * powerpc-opt-power8.patch
  * check-pf-alloca.patch
  * getaddrinfo-uninit-result.patch (forwarded request 249235 from Andreas_Schwab)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 247224 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 183)
- iconv-ibm-sentinel-check.patch: Fix crashes on invalid input in IBM
  gconv modules (CVE-2014-6040, bnc#894553, BZ #17325) (forwarded request 247223 from Andreas_Schwab)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 246548 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 182)
 (forwarded request 246547 from Andreas_Schwab)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 181)
Split 13.2 from Factory
Ludwig Nussel's avatar Ludwig Nussel (lnussel) accepted request 244213 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 180)
- pthread-mutexattr-gettype-kind.patch: Filter out
  PTHREAD_MUTEX_NO_ELISION_NP bit in pthread_mutexattr_gettype
  (bnc#888131, BZ #15790) (forwarded request 244212 from Andreas_Schwab)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 243562 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 179)
- ppc64le-profiling.patch: fix profiling for ppc64le (bnc#889601, BZ
  #17213)
- s390-revert-abi-change.patch: replace with upstream patch, switches
  default symbol version back to old version (bnc#887228) (forwarded request 243561 from Andreas_Schwab)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 242723 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 178)
- ibm93x-redundant-shift-si.patch: Avoid redundant shift character in
  iconv output at block boundary (bnc#886416, BZ #17197)

- s390-revert-abi-change.patch: revert back to pre-2.19 layout of jmp_buf
  and ucontext_t on s390 (bnc#887228) (forwarded request 242722 from Andreas_Schwab)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 241893 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 177)
- dt-ppc64-num.patch: Correct DT_PPC64_NUM (bnc#887169, BZ #17153) (forwarded request 241892 from Andreas_Schwab)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 240898 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 176)
- setlocale-directory-traversal.patch: Directory traversal in locale
  environment handling (CVE-2014-0475, bnc#887022, BZ #17137)
- Remove the ppc64le check-abi workaround, no longer needed (forwarded request 240897 from Andreas_Schwab)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 238382 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 175)
- nss-files-long-lines.patch: Don't ignore too long lines in nss_files
  (bnc#883217, BZ #17079)
- Remove locale.1, localedef.1 and iconvconfig.8 manpages, now included in
  the man-pages package (bnc#880703)
- manpages.patch: update (forwarded request 238380 from Andreas_Schwab)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 237681 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 174)
- psfaa.patch: copy filename argument in posix_spawn_file_actions_addopen
  (CVE-2014-4043, bnc#882600, BZ #17048)

- glibc-memset-nontemporal.diff: Speedup memset on x86_64
  (bnc#868622, BZ #16830) (forwarded request 237680 from Andreas_Schwab)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 234224 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 173)
- add non-elision-enabled libpthread (forwarded request 234223 from Andreas_Schwab)
Displaying revisions 101 - 120 of 292
openSUSE Build Service is sponsored by