Jump to letter: [
ABCFGIJKLMNOPQRSTUVX
]
glibc: The GNU libc libraries.
Name: | glibc |
Vendor: | Scientific Linux |
Version: | 2.3.4 |
License: | LGPL |
Release: | 2.41.el4_7.1 |
URL: | |
- Summary
- The glibc package contains standard libraries which are used by
multiple programs on the system. In order to save disk space and
memory, as well as to make upgrading easier, common system code is
kept in one place and shared between programs. This particular package
contains the most important sets of shared libraries: the standard C
library and the standard math library. Without these two libraries, a
Linux system will not function.
Changelog
- * Tue Jan 13 18:00:00 2009 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.4-2.41.el4_7.1
- fix dynamic TLS handling (#479630)
- fix _mcount and socket syscalls on s390x (#479625)
- try harder to allocate memory in valloc and pvalloc (#479629)
- * Tue Apr 15 19:00:00 2008 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.4-2.41
- fix yp_order (#435520, BZ#5854)
- * Fri Mar 28 19:00:00 2008 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.4-2.40
- fix sporadic hangs in clntudp_call (#339821)
- fix calloc with mlocked memory (#405781)
- fix x86_64 pthread_mutex_timedlock (#434601)
- change mtrim to trim all arenas, not just main_arena (#403231)
- getaddrinfo sorting changes (not turned on by default, to enable
them /etc/gai.conf needs to be present, #385601)
- fix vfork+execvp memory leak (#437571)
- only service sshd condrestart if /etc/rc.d/init.d/sshd exists
(#428859)
- fix nscd paranoia restarting when one of the caches is
disabled (#346321, BZ#5112)
- add SHA-256 and SHA-512 hashing to crypt(3) (#228697)
- for RHEL5+ binaries/shared libraries that have DT_GNU_HASH
and not DT_HASH dynamic tag, issue an error message instead
of crashing with SIGFPE