| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: glibc | Distribution: openSUSE 11.2 |
| Version: 2.10.1 | Vendor: openSUSE |
| Release: 10.9.1 | Build date: Wed Oct 27 09:40:37 2010 |
| Group: System/Libraries | Build host: build35 |
| Size: 4393213 | Source RPM: glibc-2.10.1-10.9.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.gnu.org/software/libc/libc.html | |
| Summary: Standard Shared Libraries (from the GNU C Library) | |
The GNU C Library provides the most important standard libraries used by nearly all programs: the standard C library, the standard math library, and the POSIX thread library. A system is not functional without these libraries.
GPLv2+
* Tue Oct 26 2010 pbaudis@suse.cz
- Fix integer overflow in ld.so --verify code [bnc#592941]
- Fix addmntent() allowing /etc/mtab corruption by newlines [bnc#594263]
- Fix integer overflow in strfmon() for a crafted format string [bnc#375315]
- Fix missing hconf setup in nscd - this meant `multi on` in
/etc/host.conf was ignored when nscd was used, breaking e.g.
resolving of multi-AF records in /etc/hosts [bnc#572188]
- Fix two LD_AUDIT security vulnerabilities: spurious $ORIGIN expansion
and missing setuid library check when running as setuid [bnc#646960]
* Tue Jan 19 2010 pbaudis@suse.cz
- Disable AMD-optimized strncmp() on x86_64 that is getting miscompiled
by the assembler [bnc#540647]
* Fri Nov 20 2009 pbaudis@suse.cz
- Again use 127.0.0.1 as default nameserver in case of empty
/etc/resolv.conf [bnc#473308]
* Sat Nov 14 2009 pbaudis@suse.cz
- Add 623 and 664 to /etc/bindresvport.blacklist to fix problems with
port conflict on some IPMI network cards [bnc#513961]
* Sat Sep 19 2009 pbaudis@suse.cz
- Update to glibc-2.10.1-44dbdf3777 of glibc/pb-stable.git glibc-2.10-branch
(Still the same source is used for glibc-ports.) - random minor fixes
* Fri Sep 18 2009 coolo@novell.com
- add /etc/apparmor.d to the nscd file list
* Mon Sep 14 2009 pbaudis@suse.cz
- define _filter_GLIBC_PRIVATE so that our glibc is not marked to
provide these symbols [bnc#468748]
- Fix exception behaviour of various libm functions by AMD optimized
for x86_64 [bnc#487576]
* Tue Sep 08 2009 pbaudis@suse.cz
- Provide the /etc/apparmor.d/usr.sbin.nscd file [bnc#535467]
- Blowfish: Enable BF_SCALE even on x86_64
* Sat Sep 05 2009 pbaudis@suse.cz
- Raise utmp locking timeout from 1s to 30s to ensure logins get recorded
even on heavily loaded systems [bnc#486631]
- Fix invalid pointer handling in some nscd assertions and the code to send
data to the client [bnc#513617]
- Radically trim down the Blowfish support patch - keeps only crypt_blowfish
from the original OWL patch, but does the rest within the current glibc
crypt infrastructure [bnc#529495]
* Wed Aug 26 2009 mls@suse.de
- make patch0 usage consistent
* Thu Aug 20 2009 pbaudis@suse.cz
- Update to glibc-2.10.1-aa152ec6ad of release/2.10/master branch
(Still the same source is used for glibc-ports.) - random minor fixes
* REVERTED invalid fix of broken locking within nscd [bnc#510788]
- Fix nscd handling of zero negative timeout for some databases
[bnc#523154,bnc#510788]
* Fri Jul 17 2009 pbaudis@suse.cz
- Update to glibc-2.10.1-4253a1e0b2 of glibc/pb-stable.git glibc-2.10-branch
(Still the same source is used for glibc-ports.) - random minor fixes
* Fix broken locking within nscd [bnc#510788]
- Fix compilation with 2.6.30 kernel headers on IA64
* Thu Jun 18 2009 pbaudis@suse.cz
- Fix a dead-lock introduced by the bnc#509398 fix
- Update to glibc-2.10.1-d0f6ed789f of glibc/pb-stable.git glibc-2.10-branch
(Still the same source is used for glibc-ports.) - random minor fixes
* Fri Jun 12 2009 pbaudis@suse.cz
- Update to glibc-2.10.1-9cf557216c of glibc/pb-stable.git glibc-2.10-branch
(Still the same source is used for glibc-ports.)
* Fix 100% CPU usage by Java apps because of bad futex calls [bnc#509096]
* Mon Jun 08 2009 pbaudis@suse.cz
- Fix race condition in the mcheck free() hook [bnc#509398]
* Fri Jun 05 2009 pbaudis@suse.cz
- Remove temporary revert of a namespace leakage cleanup in glibc-2.8
* Fri May 22 2009 pbaudis@suse.cz
- Update to glibc-2.10.1-e38af591a8 of glibc/pb-stable.git glibc-2.10-branch
maintained by me at repo.or.cz; contains backports of various bugfixes.
(Still the same source is used for glibc-ports.)
- Stop using separate tarball for nptl.
- Add ARM support, pulling in glibc-ports snapshot when compiling for ARM.
* Fri May 15 2009 pbaudis@suse.cz
- Add support for multiple group records for a single group
when using nss_compat (configurable in /etc/default/nss) [bnc#480991]
* Sun May 10 2009 pbaudis@suse.cz
- Update to 2009051021, glibc-2.10.1:
* Add missing cacheinfo entry for a recent Intel processor
* Fix ABI issue with the gshadow interface
* Sun May 10 2009 pbaudis@suse.cz
- Upgrade to CVS HEAD as of 2009051010 - glibc-2.10:
* DNS IPv4-IPv6 lookup changed back to parallel version; with broken DNS
servers (the case e.g. for many ADSL users), you may experience long
timeouts, once for each process (but eventually your request will be
resolved) - the solution is to run nscd (default on SUSE) and/or
put 'options single-request' in /etc/resolv.conf.
* New interfaces: preadv, preadv64, pwritev, pwritev64, malloc_info
Implemented by Ulrich Drepper.
* New Linux interfaces: accept4, fallocate, fallocate64.
Implemented by Ulrich Drepper.
* Correct declarations of string function when used in C++ code. This
could lead to compile errors for invalid C++ code.
* XPG7/POSIX 2008 compilation environment. Many GNU-specific functions are
now in POSIX.
* New POSIX 2008 interface: psiginfo
Implemented by Ulrich Drepper.
* New ISO C++1x interfaces: quick_exit, at_quick_exit
Implemented by Ulrich Drepper.
* Support for selecting between multiple function definitions at runtime
using STT_GNU_IFUNC symbols. Implemented by Ulrich Drepper.
* The libcrypt library can now use the hash function implementations in
NSS. Implemented by Ulrich Drepper.
* The malloc implementation can be compiled to be less memory efficient
but higher performing in multi-threaded programs.
Implemented by Ulrich Drepper.
* New locales: nan_TW@latin, ks_IN
* Faster strlen, strchr, strchrnul, strrchr, memchr, and rawmemchr for x86-64.
Implemented by Ulrich Drepper.
* Extended printf hook support. It is possible to use user-defined types
and extend existing format specifiers.
Implemented by Ulrich Drepper.
* Handling for group shadow files has been added.
Implemented by Ulrich Drepper.
- Retired:
glibc-2.10-dns-fixpack.diff
glibc-2.10-dns-no-gethostbyname4.diff
glibc-2.10-locale-tuesday.diff
glibc-2.10-nscd-gc-dataofs.diff
glibc-2.10-nscd-prunerace.diff
glibc-2.10-ppc32-setcontext-fp.diff
glibc-2.10-unsetenv.diff
glibc-2.4.90-mdns-resolver.diff
glibc-2.9-fortify.diff
glibc-getgroups-fortify.diff
glibc-ldscript.diff
glibc-mtfsf.diff
glibc-2.10-nscd-meminflight.diff
getaddrinfo-ipv6-sanity.diff
glibc-2.10-nis-hosts.diff
- Several other modified
* Fri Apr 17 2009 pbaudis@suse.cz
- Fix defaulting to localhost in case of no nameserver entries
in /etc/resolv.conf [bnc#473308]
* Mon Mar 23 2009 rguenther@suse.de
- Add missing libc_hidden_builtin_def (memcmp) to
glibc-2.3.3-amd64-string.diff. Fixes build with GCC 4.4.
* Fri Feb 27 2009 rguenther@suse.de
- Make sure to mark fortified inline routines with
__attribute__((__artificial__)).
* Wed Feb 18 2009 adrian@suse.de
- Build i686 glibc src rpm as nosrc to get both versions on the
media [bnc#474338]
* Thu Jan 22 2009 schwab@suse.de
- Fix use of mtfsf insn.
* Wed Jan 21 2009 schwab@suse.de
- Fix ldscript mangling.
* Wed Jan 21 2009 pbaudis@suse.cz
- Re-enable the DNS fixpack, add real fix for bnc#441947
- nscd: Fix gc he_data overflow and turn of alloca usage [bnc#387202]
- Normalize the patch queue
- Increate CPU_SETSIZE from 1024 to 4096 - for large SGI machines
and compatibility with SLE10SP2 [bnc#464667]
* Fri Jan 16 2009 pbaudis@suse.cz
- Disable the DNS fixpack from CVS, breaks nscd resolving [bnc#441947]
* Fri Jan 09 2009 pbaudis@suse.cz
- Fix unsetenv() crashing after clearenv()
- Backport various DNS-related fixes from CVS
- Disable parallel A-AAAA queries - revert to the glibc-2.9 behaviour
of sending the queries sequentially [bnc#442572]
- Fix fp register protection on power6 setcontext() [bnc#464738]
* Mon Dec 08 2008 pbaudis@suse.cz
- Fix crash when parsing NIS hosts file [bnc#448702]
* Thu Dec 04 2008 pbaudis@suse.cz
- Fix nscd gc-cacheadd and prune-invalidate races [bnc#446233]
- Remove obsolete and disabled nscd patch
- Fix /etc/bindresvport.blacklist parsing [bnc#439146]
- Fix en_GB and csb_PL locales having weeks start on Tuesdays [bnc#449186]
* Sun Nov 23 2008 pbaudis@suse.cz
- clean up patch filenames
* Fri Nov 21 2008 olh@suse.de
- fix check-build.sh to actually allow building on ppc* again
* Fri Nov 21 2008 olh@suse.de
- do not run compiled binaries with cputuned libraries [bnc#445911]
the buildhost only generates them, but must not execute them
* Mon Nov 17 2008 pbaudis@suse.cz
- Update to glibc-2.9 final
* Thu Nov 06 2008 jjolly@suse.de
- Added patch to fix s390x 64bit stack frame problem
* Fri Oct 31 2008 matz@suse.de
- Fix atomics on s390/s390x, leading to failures in pthread mutexes.
* Tue Oct 28 2008 schwab@suse.de
- Restore alignment patch.
* Tue Oct 28 2008 olh@suse.de
- symlink power5/power5+ to power4 on ppc32
* Thu Oct 23 2008 ro@suse.de
- only do obsoletes for XXbit packages on ppc, not on x86
* Thu Oct 23 2008 matz@suse.de
- Deactivate unwind tables for initfini.c.
* Thu Oct 23 2008 olh@suse.de
- obsolete glibc{,-devel,-locale,-profile} -XXbit packages [bnc#437293]
- update last change to handle empty rpmspec defines
* Tue Oct 21 2008 olh@suse.de
- update glibc_post_upgrade to handle power7 and ppc-cell-be
- remove libs unconditionally on powerpc to handle libs in
subdirectories for which we do not ship optimized versions [bnc#437209]
* Thu Oct 16 2008 olh@suse.de
- enable cpu-tuned libraries for power4, power6 and ppc-cell-be
on ppc32 [fate#304000,bnc#408808]
* Mon Oct 13 2008 matz@suse.de
- Update to trunk from 20081013, no longer export paccept,
obsoletes some patches (lowlevellock and res_send).
Fix overflow in nscd patch.
* Mon Oct 13 2008 dmueller@suse.de
- also strip .comment.SUSE.OPTs from the static libs
- add missing-include-build-fix.diff
* Tue Oct 07 2008 schwab@suse.de
- Fix alignment in resolver.
* Tue Sep 30 2008 olh@suse.de
- symlink tuned libs because rpmlint is unable to handle hardlinks
* Mon Sep 29 2008 olh@suse.de
- enable cpu-tuned libraries for power6 and ppc-cell-be [fate#304000,bnc#408808]
- remove -mtune G4/RS64 from CFLAGS on ppc/ppc64
* Thu Sep 18 2008 rguenther@suse.de
- Change .comment.SuSE.OPTs to .comment.SUSE.OPTs. Also strip from
crti.o and crtn.o.
- Adjust getgroups fortify check. [bnc#426958]
* Thu Sep 18 2008 schwab@suse.de
- Fix alignment in resolver.
* Mon Sep 15 2008 adrian@suse.de
- do not run glibc_post_upgrade in XEN builds
* Sat Sep 13 2008 rguenther@suse.de
- strip .note.gnu.build-id from crt1.o.
* Sat Sep 13 2008 dmueller@suse.de
- only strip comment from crt1.o
* Fri Sep 12 2008 mls@suse.de
- block baselibs generation for i586 (use i686 instead)
* Fri Sep 12 2008 dmueller@suse.de
- strip suse opts comments from crt.o (fate #300498)
* Mon Sep 08 2008 rguenther@suse.de
- Add a patch to fix wrong asm constraints in the i386 lowlevel
futex lock implementation.
* Thu Sep 04 2008 matz@suse.de
- Update to current trunk snapshot (2008-09-04), makes s390 build.
* Wed Aug 27 2008 matz@suse.de
- Add a patch to use RTLD_DEEPBIND to load nss modules. [bnc #157078]
* Mon Aug 25 2008 matz@suse.de
- Update to current trunk snapshot (2008-08-25).
* Fri Aug 22 2008 prusnak@suse.cz
- enabled SELinux support [Fate#303662]
* Fri Aug 15 2008 aj@suse.de
- Fix nscd init script for new checks.
- package empty ld.so.cache.
* Fri Jul 25 2008 aj@suse.de
- Add directory /var/cache/ldconfig to filelist.
* Wed Jun 25 2008 pbaudis@suse.cz
- Fix strptime() %EY era support [bnc#355887]
* Wed Jun 25 2008 rguenther@suse.de
- Add patch to fix unwinding through clone for x86_64 and i386.
[bnc#290807, bnc#403464]
* Fri May 30 2008 schwab@suse.de
- Fix ppc atomic ops.
* Fri Apr 25 2008 pbaudis@suse.cz
- Update to glibc-2.8 CVS branch as of 2008042513 (post-glibc-2.8):
* Faster sqrt and sqrtf implemention for some PPC variants.
* Thu Apr 10 2008 pbaudis@suse.cz
- Build fix after the revert
* Thu Apr 10 2008 pbaudis@suse.cz
- Temporarily revert a namespace leakage cleanup in glibc-2.8 since
it causes a lot of build failures
* Thu Apr 10 2008 pbaudis@suse.cz
- Update to CVS HEAD as of 2008041002 (almost glibc-2.8):
* New locales: bo_CN, bo_IN.
* New encoding: HP-ROMAN9, HP-GREEK8, HP-THAI8, HP-TURKISH8.
* Sorting rules for some Indian languages (Devanagari and Gujarati).
Implemented by Pravin Satpute.
* IPV6 addresses in /etc/resolv.conf can now have a scope ID
* nscd caches now all timeouts for DNS entries
Implemented by Ulrich Drepper.
* nscd is more efficient and wakes up less often.
Implemented by Ulrich Drepper.
* More checking functions: asprintf, dprintf, obstack_printf, vasprintf,
vdprintf, and obstack_vprintf.
Implemented by Jakub Jelinek.
* Faster memset for x86-64.
Implemented by Harsha Jagasia and H.J. Lu.
* Faster memcpy on x86.
Implemented by Ulrich Drepper.
* ARG_MAX is not anymore constant on Linux. Use sysconf(_SC_ARG_MAX).
Implemented by Ulrich Drepper.
- memset() implementation from AMD replaced by new upstream
implementation
- Enable stackguard randomization
* Thu Apr 10 2008 ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
* Thu Mar 13 2008 dmueller@suse.de
- don't try to use ipv6 in getaddrinfo() unconditionally (bnc#361697)
* Sat Jan 26 2008 aj@suse.de
- Add fixes from 2.8 branch for string.h and headers. The string.h
changes should fix sysvinit compilation.
- Fix some rpmlint warnings:
* Add versioned provides and obsoletes.
* Use %check section.
* Fri Jan 18 2008 schwab@suse.de
- Fix use of fnstsw.
* Wed Nov 21 2007 pbaudis@suse.cz
- Update to CVS branch glibc_2.7 as of today
- Remove the ::1 hack again
- Fix nscd race condition between mempool_alloc() and gc() [#288910]
- Fix nscd stack overflow in gc() when the number of cache entries
gets too large [#288910]
- Fix sunrpc udp client [#257745]
- Fix initgroups() crash in nss_compat [#310544]
* Thu Sep 27 2007 matz@suse.de
- Remove broken x86_64 bcopy function. [#328486]
* Sun Sep 16 2007 aj@suse.de
- Install gai.conf on all archs.
* Thu Sep 13 2007 pbaudis@suse.cz
- Install the default gai.conf to /etc instead of docdir
- Do not return ::1 /etc/hosts records for 127.0.0.1 queries [#288879]
* Wed Sep 05 2007 pbaudis@suse.cz
- Fix pthread_mutex_unlock() internal lock handling for incorrectly
written applications
- Fix nscd assertion failure when opening persistent db failed [#288910]
* Mon Sep 03 2007 mls@suse.de
- fix typos in mdns patch [#206247], [#256690]
* Fri Aug 31 2007 aj@suse.de
- Add /usr/share/locale-bundle/ as fallback directory for usage
with bundle-lang packages (see bug #302270).
* Tue Aug 21 2007 pbaudis@suse.cz
- Reintroduce errorneously omitted AMD64 optimizations
(and fix them to compile again)
* Thu Aug 16 2007 aj@suse.de
- Fix static linking (#233835).
- Silence rpmlint for profile package.
- Add Short-Description to nscd init script.
* Mon Aug 13 2007 aj@suse.de
- Backport:
* Update kernel-features.h.
* Fix sched_getcpu error path on x86-64.
* Use upstreamed version of ldconfig cache speed ups.
* Fri Aug 03 2007 pbaudis@suse.cz
- Remove the dynamic linker support for direct bindings (-Bdirect);
according to Michael Meeks, the performance improvement is too small
- Split timezone package to a separate physical package
- Update glibc to version 2.6.1
* Fri Jul 27 2007 aj@suse.de
- Use fdupes to reduce timezone data size.
* Fri Jul 13 2007 schwab@suse.de
- Update to head of glibc-2.6 branch.
- Fix update on ppc.
* Thu Jun 28 2007 matz@suse.de
- Add a provide for "rtld(GNU_HASH)".
* Sun Jun 17 2007 schwab@suse.de
- Fix section selection in crt objects.
* Thu Jun 07 2007 pbaudis@suse.cz
- Backport fix for crashing printf() of some invalid ldouble values
* Wed May 30 2007 pbaudis@suse.cz
- Added few fixes from 2.6 CVS before 2.6.1 gets released
* Fri May 18 2007 pbaudis@suse.cz
- Update glibc to version 2.6
- Update tzdata to version 2007f
* Fri May 04 2007 schwab@suse.de
- Update build checks.
* Fri Apr 20 2007 dmueller@suse.de
- only keep symtab for libpthread*
* Thu Apr 19 2007 pbaudis@suse.cz
- Fix strtod() exponent limit calculations [#230909]
- Fix random nscd crashes under very heavy passwd/group queries
load [#192391]
- Add some enums from CVS to sys/personality.h [#253710]
- Fix pthread_atfork()-induced hangs in threaded programs [#256237]
- Fix llrintl() on ppc64 [#241183]
- Fix makecontext() segfault [#249780]
- Fix potential dladdr() breakage [#241464]
- Fix some races in client programs with nscd garbage collection [#252138]
* Fri Mar 30 2007 pbaudis@suse.cz
- Update localtime during timezone update [#239888]
* Sun Mar 25 2007 olh@suse.de
- temporary disable powerpc cputuned libs to reduce turnaround time
* Fri Feb 09 2007 pbaudis@suse.cz
- Update to the latest upstream timezone data [#231833]
* Fri Feb 02 2007 schwab@suse.de
- Remove -ffortify.
* Thu Feb 01 2007 schwab@suse.de
- Remove -fstack-protector.
* Mon Jan 29 2007 sbrabec@suse.cz
- Removed references to /opt/gnome.
* Thu Jan 25 2007 olh@suse.de
- link power4 to ppc970, link power6 to power6x
- Update the powerpc cpu-tuned environment to v0.05
* Mon Jan 22 2007 schwab@suse.de
- Update ppc build check.
* Fri Nov 24 2006 pbaudis@suse.cz
- Fix for Brazilian and Wester Australia timezone DSTs [#213375,#223196]
* Thu Nov 16 2006 pbaudis@suse.cz
- Disable power6 optimization for 10.2, not all pieces are there
[#219962]
* Wed Oct 25 2006 pbaudis@suse.cz
- Change ld.so madvise() call to posix_fadvise()
- Fix mallopt(M_MXFAST,0) behaviour [#198760]
- Update the powerpc cpu-tuned environment to v0.04 [#215117]
* Sun Oct 22 2006 pbaudis@suse.cz
- Update the powerpc cpu-tuned environment to v0.03 [#212549]
- Improve glibc powerpc optimization [#212548,#212580,#214282]
* Tue Oct 17 2006 mls@suse.de
- add ldconfig-old-cache patch to speed up ldconfig
* Sat Oct 14 2006 olh@suse.de
- dont use uninitialized (and wrong) variable in glibc-2.4.90-bdirect.diff
[#212470]
* Thu Oct 12 2006 pbaudis@suse.cz
- Update to the latest 2.5 CVS
- More friendly -Bdirect behaviour in case of missing libraries
- Fix 2.4.90-nscd patch wrt. new gcc
* Mon Oct 02 2006 aj@suse.de
- Fix warnings in testsuite (patch from CVS).
* Fri Sep 29 2006 pbaudis@suse.cz
- Update to 2.5 CVS - official release (only minimal changes in CVS
since the last update)
- Fix a thinko in the -Bdirect patch
* Fri Sep 29 2006 dmueller@suse.de
- fix devel requires
* Fri Sep 29 2006 pbaudis@suse.cz
- Make the dynamic linker support direct bindings (Michael Meeks'
Solaris-like -Bdirect with minor changes by me)
- Split the kernel headers to a new package (linux-kernel-headers)
* Wed Sep 27 2006 schwab@suse.de
- Fix broken assertion [#208189].
* Tue Sep 26 2006 pbaudis@suse.cz
- Fix mistake when removing some patches
* Mon Sep 25 2006 pbaudis@suse.cz
- Update to current CVS
* Sat Sep 23 2006 pbaudis@suse.cz
- Fix 64bit-cleanliness gcc warnings
* Thu Sep 21 2006 pbaudis@suse.cz
- Add /usr/lib{,64}/Xaw3d to /etc/ld.so.conf (by schwab@suse.de,
from original STABLE) [#205169]
- Fix chown() instead of lchown() called in fchownat() emulation
[#201751]
- Fix glob() overflowing stack when producing massive number of
matches [#190458]
- Update to current CVS
* Wed Sep 20 2006 pbaudis@suse.cz
- Fix cut'n'paste error in a last-minute change
* Wed Sep 20 2006 pbaudis@suse.cz
- Update to current CVS
- Fix powerpc-cpu tarball extension
- Move crypt-blowfish to a patch so that quilt works on the tree
* Sat Sep 02 2006 schwab@suse.de
- Use asm-powerpc for ppc and ppc64.
- Fix chroot check in glibc_post_upgrade.
* Mon Aug 28 2006 pbaudis@suse.cz
- Update to current CVS, should fix false positive heap overflow
trigger from malloc() causing gcc to hang [#201724]
* Wed Aug 23 2006 pbaudis@suse.cz
- Update the powerpc cpu-tuned environment to v0.02 [#199274]
- Update to current CVS
- Drop pthread_mutexattr_getprioceiling() out of range fix
* Thu Aug 10 2006 pbaudis@suse.cz
Ported from STABLE:
- Remove libc5 reference from /etc/ld.so.conf, shlibs5 is no longer
supported [#181947]
- Fix name of a dummy ia64 header from offsets.h to asm-offsets.h
[#191394]
* Sun Jul 30 2006 pbaudis@suse.cz
- Update to current CVS snapshot (highlight: support for .gnu.hash
fast linking support)
* Wed Jul 12 2006 pbaudis@suse.cz
- pthread_mutexattr_getprioceiling() was returning prioceiling out
of range [#182782]
* Wed Jul 12 2006 pbaudis@suse.cz
- Fix the HTML documentation missing an index [#190585]
/etc/bindresvport.blacklist /etc/default/nss /etc/gai.conf /etc/ld.so.cache /etc/ld.so.conf /etc/nsswitch.conf /etc/rpc /lib/ld-2.10.1.so /lib/ld-linux.so.2 /lib/libBrokenLocale-2.10.1.so /lib/libBrokenLocale.so.1 /lib/libSegFault.so /lib/libanl-2.10.1.so /lib/libanl.so.1 /lib/libc-2.10.1.so /lib/libc.so.6 /lib/libcidn-2.10.1.so /lib/libcidn.so.1 /lib/libcrypt-2.10.1.so /lib/libcrypt.so.1 /lib/libdl-2.10.1.so /lib/libdl.so.2 /lib/libm-2.10.1.so /lib/libm.so.6 /lib/libmemusage.so /lib/libnsl-2.10.1.so /lib/libnsl.so.1 /lib/libnss_compat-2.10.1.so /lib/libnss_compat.so.2 /lib/libnss_dns-2.10.1.so /lib/libnss_dns.so.2 /lib/libnss_files-2.10.1.so /lib/libnss_files.so.2 /lib/libnss_hesiod-2.10.1.so /lib/libnss_hesiod.so.2 /lib/libnss_nis-2.10.1.so /lib/libnss_nis.so.2 /lib/libnss_nisplus-2.10.1.so /lib/libnss_nisplus.so.2 /lib/libpcprofile.so /lib/libpthread-2.10.1.so /lib/libpthread.so.0 /lib/libresolv-2.10.1.so /lib/libresolv.so.2 /lib/librt-2.10.1.so /lib/librt.so.1 /lib/libthread_db-1.0.so /lib/libthread_db.so.1 /lib/libutil-2.10.1.so /lib/libutil.so.1 /sbin/ldconfig /usr/bin/gencat /usr/bin/getconf /usr/bin/getent /usr/bin/iconv /usr/bin/ldd /usr/bin/lddlibc4 /usr/bin/locale /usr/bin/localedef /usr/lib/getconf /usr/lib/getconf/POSIX_V6_ILP32_OFF32 /usr/lib/getconf/POSIX_V6_ILP32_OFFBIG /usr/lib/getconf/POSIX_V7_ILP32_OFF32 /usr/lib/getconf/POSIX_V7_ILP32_OFFBIG /usr/lib/getconf/XBS5_ILP32_OFF32 /usr/lib/getconf/XBS5_ILP32_OFFBIG /usr/lib/pt_chown /usr/sbin/glibc_post_upgrade /usr/sbin/iconvconfig /usr/sbin/rpcinfo /usr/share/doc/packages/glibc /usr/share/doc/packages/glibc/LICENSES /usr/share/man/man1/getconf.1.gz /usr/share/man/man1/getent.1.gz /usr/share/man/man1/localedef.1.gz /usr/share/man/man5/locale.alias.5.gz /usr/share/man/man8/rpcinfo.8.gz /var/cache/ldconfig
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 05:47:33 2013