| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Feedback | Help | Search |
| Name: glibc-devel | Distribution: Red Hat Linux |
| Version: 2.3.2 | Vendor: Red Hat, Inc. |
| Release: 11.9 | Build date: Thu Mar 13 18:36:30 2003 |
| Group: Development/Libraries | Build host: daffy.perf.redhat.com |
| Size: 5971305 | Source RPM: glibc-2.3.2-11.9.src.rpm |
| Packager: Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> | |
| Summary: Header and object files for development using standard C libraries. | |
The glibc-devel package contains the header and object files necessary for developing programs which use the standard C libraries (which are used by nearly all programs). If you are developing programs which will use the standard C libraries, your system needs to have these standard header and object files available in order to create the executables. Install glibc-devel if you are going to develop programs which will use the standard C libraries.
LGPL
internal MD5: 0937da0229166319c12aff28e6132373
GPG
* Thu Mar 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-11.9
- rebuild as RHL 9 errata
- move __libc_fork, __libc_stack_end, __libc_wait and __libc_waitpid
from GLIBC_PRIVATE symver for the errata
* Thu Mar 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-11
- update from CVS
* Wed Mar 12 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-10
- update from CVS
* Tue Mar 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-9
- update from CVS
- fix glibc-debug description (#85111)
- make librt.so a symlink again, not linker script
* Tue Mar 04 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-8
- update from CVS
- remove the workarounds for broken software accessing GLIBC_PRIVATE
symbols
* Mon Mar 03 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-7
- update from CVS
* Sun Mar 02 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-6
- fix TLS IE/LE model handling in dlopened libraries
on TCB_AT_TP arches
* Tue Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-5
- update from CVS
* Tue Feb 25 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-4
- update from CVS
* Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-3
- update from CVS
- only warn about errno, h_errno or _res for binaries, never
libraries
- rebuilt with gcc-3.2.2-4 to use direct %gs TLS access insn sequences
* Sun Feb 23 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-2
- update from CVS
* Sat Feb 22 2003 Jakub Jelinek <jakub@redhat.com> 2.3.2-1
- update from CVS
* Thu Feb 20 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-51
- update from CVS
* Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-50
- update from CVS
* Wed Feb 19 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-49
- update from CVS
- remove nisplus and nis from the default nsswitch.conf (#67401, #9952)
* Tue Feb 18 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-48
- update from CVS
* Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-47
- update from CVS
* Fri Feb 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-46
- update from CVS
- pthread_cond* NPTL fixes, new NPTL testcases
* Thu Feb 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-45
- update from CVS
- include also linuxthreads FLOATING_STACKS libs on i686 and athlon:
LD_ASSUME_KERNEL=2.2.5 to LD_ASSUME_KERNEL=2.4.0 is non-FLOATING_STACKS lt,
LD_ASSUME_KERNEL=2.4.1 to LD_ASSUME_KERNEL=2.4.19 is FLOATING_STACKS lt,
later is NPTL
- enable TLS on alpha/alphaev6
- add BuildPreReq: /usr/bin/readlink
* Tue Feb 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-44
- update from CVS
- pthread_once fix
* Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-43
- update from CVS
- vfork fix on s390
- rebuilt with binutils 2.13.90.0.18-5 so that accesses to errno
don't bind locally (#83325)
* Thu Feb 06 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-42
- update from CVS
- fix pthread_create after vfork+exec in linuxthreads
* Wed Feb 05 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-41
- update from CVS
* Thu Jan 30 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-40
- update from CVS
* Wed Jan 29 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-39
- update from CVS
- enable TLS on s390{,x} and sparc{,v9}
* Fri Jan 17 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-38
- update from CVS
- initialize __environ in glibc_post_upgrade to empty array,
so that it is not NULL
- compat symlink for s390x /lib/ld64.so.1
- enable glibc-profile on x86-64
- only include libNoVersion.so on IA-32, Alpha and Sparc 32-bit
* Thu Jan 16 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-37
- update from CVS
- nscd fixes, *scanf fix
- fix %nptlarches noarch build (#81909)
- IA-64 TLS fixes
* Tue Jan 14 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-36
- update from CVS
- rework -debuginfo subpackage, add -debuginfo-common
subpackage on IA-32, Alpha and Sparc (ie. auxiliary arches)
- fix vfork in libc.a on PPC32, Alpha, Sparc
- fix libio locks in linuxthreads libc.so if libpthread.so
is dlopened later (#81374)
* Mon Jan 13 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-35
- update from CVS
- dlclose bugfixes
- fix NPTL libpthread.a
- fix glibc_post_upgrade on several arches
* Sat Jan 11 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-34
- update from CVS
- TLS support on IA-64
* Wed Jan 08 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-33
- fix vfork in linuxthreads (#81377, #81363)
* Tue Jan 07 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-32
- update from CVS
- don't use TLS libs if kernel doesn't set AT_SYSINFO
(#80921, #81212)
- add ntp_adjtime on alpha (#79996)
- fix nptl_db (#81116)
* Sun Jan 05 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-31
- update from CVS
- support all architectures again
* Fri Jan 03 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-30
- fix condvar compatibility wrappers
- add ugly hack to use non-TLS libs if a binary is seen
to have errno, h_errno or _res symbols in .dynsym
* Fri Jan 03 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-29
- update from CVS
- fixes for new condvar
* Thu Jan 02 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-28
- new NPTL condvar implementation plus related linuxthreads
symbol versioning updates
* Thu Jan 02 2003 Jakub Jelinek <jakub@redhat.com> 2.3.1-27
- update from CVS
- fix #include <sys/stat.h> with -D_BSD_SOURCE or without
feature set macros
- make *sigaction, sigwait and raise the same between
-lpthread -lc and -lc -lpthread in linuxthreads builds
* Tue Dec 31 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-26
- fix dlclose
* Sun Dec 29 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-25
- enable sysenter by default for now
- fix endless loop in ldconfig
* Sat Dec 28 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-24
- update from CVS
* Fri Dec 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-23
- update from CVS
- fix ptmalloc_init after clearenv (#80370)
* Sun Dec 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-22
- update from CVS
- add IA-64 back
- move TLS libraries from /lib/i686 to /lib/tls
* Thu Dec 19 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-21
- system(3) fix for linuxthreads
- don't segfault in pthread_attr_init from libc.so
- add cancellation tests from nptl to linuxthreads
* Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-20
- fix up lists of exported symbols + their versions
from the libraries
* Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-19
- fix --with-tls --enable-kernel=2.2.5 libc on IA-32
* Wed Dec 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-18
- update from CVS
- fix NPTL hanging mozilla
- initialize malloc in mALLOPt (fixes problems with squid, #79957)
- make linuxthreads work with dl_dynamic_weak 0
- clear dl_dynamic_weak everywhere
* Tue Dec 17 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-17
- update from CVS
- NPTL socket fixes, flockfile/ftrylockfile/funlockfile fix
- kill -debug sub-package, rename -debug-static to -debug
- clear dl_dynamic_weak for NPTL
* Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-16
- fix <bits/mathinline.h> and <bits/nan.h> for C++
- automatically generate NPTL libpthread wrappers
* Mon Dec 16 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-15
- update from CVS
- all functions which need cancellation should now be cancellable
both in libpthread.so and libc.so
- removed @@GLIBC_2.3.2 cancellation wrappers
* Fri Dec 13 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-14
- update from CVS
- replace __libc_lock_needed@GOTOFF(%ebx) with
%gs:offsetof(tcbhead_t, multiple_threads)
- start of new NPTL cancellation wrappers
* Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-13
- update from CVS
- use inline locks in malloc
* Tue Dec 10 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-12
- update from CVS
- support LD_ASSUME_KERNEL=2.2.5 in statically linked programs
* Mon Dec 09 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-11
- update from CVS
- rebuilt with gcc-3.2.1-2
* Fri Dec 06 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-10
- update from CVS
- non-nptl --with-tls --without-__thread FLOATING_STACKS libpthread
should work now
- faster libc locking when using nptl
- add OUTPUT_FORMAT to linker scripts
- fix x86_64 sendfile (#79111)
* Wed Dec 04 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-9
- update from CVS
- RUSCII support (#78906)
- for nptl builds add BuildRequires
- fix byteswap.h for non-gcc (#77689)
- add nptl-devel package
* Tue Dec 03 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-8
- update from CVS
- make --enable-kernel=2.2.5 --with-tls --without-__thread
ld.so load nptl and other --with-__thread libs
- disable nptl by default for now
* Wed Nov 27 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-7
- update from CVS
- restructured redhat/Makefile and spec, so that src.rpm contains
glibc-<date>.tar.bz2, glibc-redhat-<date>.tar.bz2 and glibc-redhat.patch
- added nptl
* Fri Nov 08 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-6
- update from CVS
- even more regex fixes
- run sed testsuite to check glibc regex
* Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-5
- fix LD_DEBUG=statistics and LD_TRACE_PRELINKING in programs
using libpthread.so.
* Thu Oct 24 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-4
- update from CVS
- fixed %a and %A in *printf (#75821)
- fix re_comp memory leaking (#76594)
* Tue Oct 22 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-3
- update from CVS
- some more regex fixes
- fix libpthread.a (#76484)
- fix locale-archive enlarging
* Fri Oct 18 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-2
- update from CVS
- don't need to use 128K of stacks for DNS lookups
- regex fixes
- updated timezone data e.g. for this year's Brasil DST
changes
- expand ${LIB} in RPATH/RUNPATH/dlopen filenames
* Fri Oct 11 2002 Jakub Jelinek <jakub@redhat.com> 2.3.1-1
- update to 2.3.1 final
- support really low thread stack sizes (#74073)
- tzdata update
* Wed Oct 09 2002 Jakub Jelinek <jakub@redhat.com> 2.3-2
- update from CVS
- handle low stack limits
- move s390x into */lib64
* Thu Oct 03 2002 Jakub Jelinek <jakub@redhat.com> 2.3-1
- update to 2.3 final
- fix freopen on libstdc++ <= 2.96 stdin/stdout/stderr (#74800)
* Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-3
- don't prelink -r libc.so on ppc/x86-64/sparc*, it doesn't
speed things up, because they are neither REL arches, nor
ELF_MACHINE_REL_RELATIVE
- fix sparc64 build
* Sun Sep 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-2
- update from CVS
* Sat Sep 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.94-1
- update from CVS
- prelink on ppc and x86-64 too
- don't remove ppc memset
- instead of listing on which arches to remove glibc-compat
list where it should stay
* Fri Sep 06 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-5
- fix wcsmbs functions with invalid character sets (or malloc
failures)
- make sure __ctype_b etc. compat vars are updated even if
they are copy relocs in the main program
* Thu Sep 05 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-4
- fix /lib/libnss1_dns.so.1 (missing __set_h_errno definition
leading to unresolved __set_h_errno symbol)
* Wed Sep 04 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-3
- security fix - increase dns-network.c MAXPACKET to at least
65536 to avoid buffer overrun. Likewise glibc-compat
dns-{host,network}.c.
* Tue Sep 03 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-2
- temporarily add back __ctype_b, __ctype_tolower and __ctype_toupper to
libc.a and export them as @@GLIBC_2.0 symbols, not @GLIBC_2.0
from libc.so - we have still lots of .a libraries referencing
__ctype_{b,tolower,toupper} out there...
* Tue Sep 03 2002 Jakub Jelinek <jakub@redhat.com> 2.2.93-1
- update from CVS
- 2.2.93 release
- use double instead of single indirection in isXXX macros
- per-locale wcsmbs conversion state
* Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-2
- update from CVS
- fix newlocale/duplocale/uselocale
- disable profile on x86_64 for now
* Sat Aug 31 2002 Jakub Jelinek <jakub@redhat.com> 2.2.92-1
- update from CVS
- 2.2.92 release
- fix gettext after uselocale
- fix locales in statically linked threaded programs
- fix NSS
* Thu Aug 29 2002 Jakub Jelinek <jakub@redhat.com> 2.2.91-1
- update from CVS
- 2.2.91 release
- fix fd leaks in locale-archive reader (#72043)
- handle EROFS in build-locale-archive gracefully (#71665)
* Wed Aug 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-27
- update from CVS
- fix re_match (#72312)
- support more than 1024 threads
* Fri Aug 23 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-26
- update from CVS
- fix i386 build
* Thu Aug 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-25
- update from CVS
- fix locale-archive loading hang on some (non-primary) locales
(#72122, #71878)
- fix umount problems with locale-archives when /usr is a separate
partition (#72043)
- add LICENSES file
* Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-24
- update from CVS
- only mmap up to 2MB of locale-archive on 32-bit machines
initially
- fix fseek past end + fread segfault with mmaped stdio
- include <sys/debugreg.h> which is mistakenly not included
in glibc-devel on IA-32
* Fri Aug 16 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-23
- don't return normalized locale name in setlocale when using
locale-archive
* Thu Aug 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-22
- update from CVS
- optimize for primary system locale
- localedef fixes (#71552, #67705)
* Wed Aug 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-21
- fix path to locale-archive in libc reader
- build locale archive at glibc-common %post time
- export __strtold_internal and __wcstold_internal on Alpha again
- workaround some localedata problems
* Tue Aug 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-20
- update from CVS
- patch out set_thread_area for now
* Fri Aug 09 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-19
- update from CVS
- GB18030 patch from Yu Shao
- applied Debian patch for getaddrinfo IPv4 vs. IPv6
- fix regcomp (#71039)
* Sun Aug 04 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-18
- update from CVS
- use /usr/sbin/prelink, not prelink (#70376)
* Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-17
- update from CVS
* Thu Jul 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-16
- update from CVS
- ungetc fix (#69586)
- fseek errno fix (#69589)
- change *etrlimit prototypes for C++ (#68588)
- use --without-tls instead of --disable-tls
* Thu Jul 11 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-15
- set nscd user's shell to /sbin/nologin (#68369)
- fix glibc-compat buffer overflows (security)
- buildrequire prelink, don't build glibc's own copy of it (#67567)
- update from CVS
- regex fix (#67734)
- fix unused warnings (#67706)
- fix freopen with mmap stdio (#67552)
- fix realloc (#68499)
* Tue Jun 25 2002 Bill Nottingham <notting@redhat.com> 2.2.90-14
- update from CVS
- fix argp on long words
- update atime in libio
* Sat Jun 22 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-13
- update from CVS
- a thread race fix
- fix readdir on invalid dirp
* Wed Jun 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-12
- update from CVS
- don't use __thread in headers
- fix system(3) in threaded apps
- update prelink, so that it is possible to prelink -u libc.so.6.1
on Alpha
* Fri Jun 07 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-11
- update from CVS
- fix __moddi3 (#65612, #65695)
- fix ether_line (#64427)
- fix setvbuf with mmap stdio (#65864)
- --disable-tls for now, waiting for kernel
- avoid duplication of __divtf3 etc. on IA-64
- make sure get*ent_r and _IO_wfile_jumps are exported (#62278)
* Tue May 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-10
- update from CVS
- fix Alpha pthread bug with gcc 3.1
* Fri Apr 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-35
- fix nice
* Mon Apr 15 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-34
- add relocation dependencies even for weak symbols (#63422)
- stricter check_fds check for suid/sgid binaries
- run make check at %install time
* Sat Apr 13 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-33
- handle Dec 31 1969 in mktime for timezones west of GMT (#63369)
- back out do-lookup.h change (#63261, #63305)
- use "memory" clobber instead all the fancy stuff in i386/i686/bits/string.h
since lots of compilers break on it
- fix sparc build with gcc 3.1
- fix spec file for athlon
* Tue Apr 09 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-32
- fix debugging of threaded apps (#62804)
- fix DST for Estonia (#61494)
- document that pthread_mutexattr_?etkind_np are deprecated
and pthread_mutexattr_?ettype should be used instead in man
pages (#61485)
- fix libSegFault.so undefined externals
* Fri Apr 05 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-31
- temporarily disable prelinking ld.so, as some statically linked
binaries linked against debugging versions of old glibcs die on it
(#62352)
- fix <semaphore.h> for -std=c99 (#62516)
- fix ether_ntohost segfault (#62397)
- remove in glibc_post_upgrade on i386 all /lib/i686/libc-*.so,
/lib/i686/libm-*.so and /lib/i686/libpthread-*.so, not just current
version (#61633)
- prelink -r on alpha too
* Thu Mar 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-30
- update GB18030 iconv module (Yu Shao)
* Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-29
- features.h fix
* Tue Mar 26 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-28
- update from CVS
- fix nscd with huge groups
- fix nis to not close fds it shouldn't
- rebuilt against newer glibc-kernheaders to use the correct
PATH_MAX
- handle .athlon.rpm glibc the same way as .i686.rpm
- add a couple of .ISO-8859-15 locales (#61922)
- readd temporarily currencies which were superceeded by Euro
into the list of accepted currencies by localedef to make
standard conformance testsuites happy
- temporarily moved __libc_waitpid back to make Sun JDK happy
- use old malloc code
- prelink i686/athlon ld.so and prelink -r i686/athlon libc.so
* Thu Mar 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-27
- update from CVS
- fix DST handling for southern hemisphere (#60747)
- fix daylight setting for tzset (#59951)
- fix ftime (#60350)
- fix nice return value
- fix a malloc segfault
- temporarily moved __libc_wait, __libc_fork and __libc_stack_end
back to what they used to be exported at
- censorship (#60758)
* Thu Feb 28 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-26
- update from CVS
- use __attribute__((visibility(...))) if supported, use _rtld_local
for ld.so only objects
- provide libc's own __{,u}{div,mod}di3
* Wed Feb 27 2002 Jakub Jelinek <jakub@redhat.com> 2.2.5-25
- switch back to 2.2.5, mmap stdio needs work
* Mon Feb 25 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-8
- fix two other mmap stdio bugs (#60228)
* Thu Feb 21 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-7
- fix yet another mmap stdio bug (#60145)
* Tue Feb 19 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-6
- fix mmap stdio bug (seen on ld as File truncated error, #60043)
- apply Andreas Schwab's fix for pthread sigwait
- remove /lib/i686/ libraries in glibc_post_upgrade when
performing i386 glibc install
* Thu Feb 14 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-5
- update to CVS
- added glibc-utils subpackage
- disable autoreq in glibc-debug
- readd %lang() to locale files
* Thu Feb 07 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-4
- update to CVS
- move glibc private symbols to GLIBC_PRIVATE symbol version
* Wed Jan 09 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-3
- fix a sqrt bug on alpha which caused SHN_UNDEF $__full_ieee754_sqrt..ng
symbol in libm
* Tue Jan 08 2002 Jakub Jelinek <jakub@redhat.com> 2.2.90-2
- add debug-static package
* Mon Dec 31 2001 Jakub Jelinek <jakub@redhat.com> 2.2.90-1
- update from CVS
- remove -D__USE_STRING_INLINES
- add debug subpackage to trim glibc and glibc-devel size
* Wed Oct 03 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-19
- fix strsep
* Fri Sep 28 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-18
- fix a ld.so bug with duplicate searchlists in l_scope
- fix erfcl(-inf)
- turn /usr/lib/librt.so into linker script
* Wed Sep 26 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-17
- fix a ld.so lookup bug after lots of dlopen calls
- fix CMSG_DATA for non-gcc non-ISOC99 compilers (#53984)
- prelinking support for Sparc64
* Fri Sep 21 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-16
- update from CVS to fix DT_SYMBOLIC
- prelinking support for Alpha and Sparc
* Tue Sep 18 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-15
- update from CVS
- linuxthreads now retries if -1/EINTR is returned from
reading or writing to thread manager pipe (#43742)
- use DT_FILTER in librt.so (#53394)
- update glibc prelink patch so that it handles filters
- fix timer_* with SIGEV_NONE (#53494)
- make glibc_post_upgrade work on PPC (patch from Franz Sirl)
* Mon Sep 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-14
- fix build on sparc32
- 2.2.4-13 build for some reason missed some locales
on alpha/ia64
* Mon Sep 03 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-13
- fix iconvconfig
* Mon Sep 03 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-12
- add fam to /etc/rpc (#52863)
- fix <inttypes.h> for C++ (#52960)
- fix perror
* Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-11
- fix strnlen(x, -1)
* Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-10
- doh, <bits/libc-lock.h> should only define __libc_rwlock_t
if __USE_UNIX98.
* Mon Aug 27 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-9
- fix bits/libc-lock.h so that gcc can compile
- fix s390 build
* Fri Aug 24 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-8
- kill stale library symlinks in ldconfig (#52350)
- fix inttypes.h for G++ < 3.0
- use DT_REL*COUNT
* Wed Aug 22 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-7
- fix strnlen on IA-64 (#50077)
* Thu Aug 16 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-6
- glibc 2.2.4 final
- fix -lpthread -static (#51672)
* Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-5
- doh, include libio/tst-swscanf.c
* Fri Aug 10 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-4
- don't crash on catclose(-1)
- fix wscanf %[] handling
- fix return value from swprintf
- handle year + %U/%W week + week day in strptime
* Thu Aug 09 2001 Jakub Jelinek <jakub@redhat.com> 2.2.4-3
- update from CVS to
- fix strcoll (#50548)
- fix seekdir (#51132)
- fix memusage (#50606)
- don't make gconv-modules.cache %config file, just don't verify
its content.
* Mon Aug 06 2001 Jakub Jelinek <jakub@redhat.com>
- fix strtod and *scanf (#50723, #50724)
* Sat Aug 04 2001 Jakub Jelinek <jakub@redhat.com>
- update from CVS
- fix iconv cache handling
- glibc should not own /usr/share/info, /usr/share/man nor /usr/share/man/man3 (#50673)
- add gconv-modules.cache as emtpy config file (#50699)
- only run iconvconfig if /usr is mounted read-write (#50667)
* Wed Jul 25 2001 Jakub Jelinek <jakub@redhat.com>
- move iconvconfig from glibc-common into glibc subpackage,
call it from glibc_post_upgrade instead of common's post.
* Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
- turn off debugging printouts in iconvconfig
* Tue Jul 24 2001 Jakub Jelinek <jakub@redhat.com>
- update from CVS
- fix IA-32 makecontext
- make fflush(0) thread-safe (#46446)
* Mon Jul 23 2001 Jakub Jelinek <jakub@redhat.com>
- adjust prelinking DT_* and SHT_* values in elf.h
- update from CVS
- iconv cache
- make iconv work in SUID/SGID programs (#34611)
* Fri Jul 20 2001 Jakub Jelinek <jakub@redhat.com>
- update from CVS
- kill non-pic code in libm.so
- fix getdate
- fix some locales (#49402)
- rebuilt with binutils-2.11.90.0.8-5 to place .interp section
properly in libBrokenLocale.so, libNoVersion.so and libanl.so
- add floating stacks on IA-64, Alpha, Sparc (#49308)
* Mon Jul 16 2001 Jakub Jelinek <jakub@redhat.com>
- make /lib/i686 directory owned by glibc*.i686.rpm
* Mon Jul 09 2001 Jakub Jelinek <jakub@redhat.com>
- remove rquota.[hx] headers which are now provided by quota (#47141)
- add prelinking patch
* Thu Jul 05 2001 Jakub Jelinek <jakub@redhat.com>
- require sh-utils for nscd
* Mon Jun 25 2001 Jakub Jelinek <jakub@redhat.com>
- update from CVS (#43681, #43350, #44663, #45685)
- fix ro_RO bug (#44644)
* Wed Jun 06 2001 Jakub Jelinek <jakub@redhat.com>
- fix a bunch of math bugs (#43210, #43345, #43346, #43347, #43348, #43355)
- make rpc headers -ansi compilable (#42390)
- remove alphaev6 optimized memcpy, since there are still far too many
broken apps which call memcpy where they should call memmove
- update from CVS to (among other things):
- fix tanhl bug (#43352)
* Tue May 22 2001 Jakub Jelinek <jakub@redhat.com>
- fix #include <signal.h> with -D_XOPEN_SOURCE=500 on ia64 (#35968)
- fix a dlclose reldeps handling bug
- some more profiling fixes
- fix tgmath.h
* Thu May 17 2001 Jakub Jelinek <jakub@redhat.com>
- make ldconfig more quiet
- fix LD_PROFILE on i686 (#41030)
* Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
- fix the hardlink program, so that it really catches all files with
identical content
- add a s390x clone fix
* Wed May 16 2001 Jakub Jelinek <jakub@redhat.com>
- fix rpc for non-threaded apps using svc_fdset and similar variables (#40409)
- fix nss compatibility DSO versions for alphaev6
- add a hardlink program instead of the shell 3x for plus cmp -s/link
which takes a lot of time during build
- rework BuildPreReq and Conflicts with gcc, so that
it applies only where it has to
* Fri May 11 2001 Jakub Jelinek <jakub@redhat.com>
- fix locale name of ja_JP in UTF-8 (#39783)
- fix re_search_2 (#40244)
- fix memusage script (#39138, #39823)
- fix dlsym(RTLD_NEXT, ) from main program (#39803)
- fix xtrace script (#39609)
- make glibc conflict with glibc-devel 2.2.2 and below (to make sure
libc_nonshared.a has atexit)
- fix getconf LFS_CFLAGS on 64bitters
- recompile with gcc-2.96-84 or above to fix binary compatibility problem
with __frame_state_for function (#37933)
* Fri Apr 27 2001 Jakub Jelinek <jakub@redhat.com>
- glibc 2.2.3 release
- fix strcoll (#36539)
- add BuildPreReqs (#36378)
* Wed Apr 25 2001 Jakub Jelinek <jakub@redhat.com>
- update from CVS
* Fri Apr 20 2001 Jakub Jelinek <jakub@redhat.com>
- update from CVS
- fix sparc64, ia64
- fix some locale syntax errors (#35982)
* Wed Apr 18 2001 Jakub Jelinek <jakub@redhat.com>
- update from CVS
* Wed Apr 11 2001 Jakub Jelinek <jakub@redhat.com>
- update from CVS
* Fri Apr 06 2001 Jakub Jelinek <jakub@redhat.com>
- support even 2.4.0 kernels on ia64, sparc64 and s390x
- include UTF-8 locales
- make gconv-modules %config(noreplace)
* Fri Mar 23 2001 Jakub Jelinek <jakub@redhat.com>
- back out sunrpc changes
* Wed Mar 21 2001 Jakub Jelinek <jakub@redhat.com>
- update from CVS
- fix ia64 build
- fix pthread_getattr_np
* Fri Mar 16 2001 Jakub Jelinek <jakub@redhat.com>
- update from CVS
- run atexit() registered functions at dlclose time if they are in shared
libraries (#28625)
- add pthread_getattr_np API to make JVM folks happy
* Wed Mar 14 2001 Jakub Jelinek <jakub@redhat.com>
- require 2.4.1 instead of 2.4.0 on platforms where it required 2.4 kernel
- fix ldd behaviour on unresolved symbols
- remove nonsensical ldconfig warning, update osversion for the most
recent library with the same soname in the same directory instead (#31703)
- apply selected patches from CVS
- s390x spec file changes from Florian La Roche
* Wed Mar 07 2001 Jakub Jelinek <jakub@redhat.com>
- fix gencat (#30894)
- fix ldconfig changes from yesterday, fix LD_ASSUME_KERNEL handling
* Tue Mar 06 2001 Jakub Jelinek <jakub@redhat.com>
- update from CVS
- make pthread_attr_setstacksize consistent before and after pthread manager
is started (#28194)
- pass back struct sigcontext from pthread signal wrapper (on ia32 only so
far, #28493)
- on i686 ship both --enable-kernel 2.2.5 and 2.4.0 libc/libm/libpthread,
make ld.so pick the right one
* Sat Feb 17 2001 Preston Brown <pbrown@redhat.com>
- glib-common doesn't require glibc, until we can figure out how to get out of dependency hell.
* Sat Feb 17 2001 Jakub Jelinek <jakub@redhat.com>
- make glibc require particular version of glibc-common
and glibc-common prerequire glibc.
* Fri Feb 16 2001 Jakub Jelinek <jakub@redhat.com>
- glibc 2.2.2 release
- fix regex REG_ICASE bug seen in ksymoops
* Sat Feb 10 2001 Jakub Jelinek <jakub@redhat.com>
- fix regexec leaking memory (#26864)
* Fri Feb 09 2001 Jakub Jelinek <jakub@redhat.com>
- update from CVS
- fix ia64 build with gnupro
- make regex 64bit clean
- fix tgmath make check failures on alpha
* Tue Feb 06 2001 Jakub Jelinek <jakub@redhat.com>
- update again for ia64 DF_1_INITFIRST
* Fri Feb 02 2001 Jakub Jelinek <jakub@redhat.com>
- update from CVS
- fix getaddrinfo (#25437)
- support DF_1_INITFIRST (#25029)
* Wed Jan 24 2001 Jakub Jelinek <jakub@redhat.com>
- build all auxiliary arches with --enablekernel 2.4.0, those wanting
to run 2.2 kernels can downgrade to the base architecture glibc.
* Sat Jan 20 2001 Jakub Jelinek <jakub@redhat.com>
- remove %lang() flags from %{_prefix}/lib/locale files temporarily
* Sun Jan 14 2001 Jakub Jelinek <jakub@redhat.com>
- update to 2.2.1 final
- fix a pthread_kill_other_threads_np breakage (#23966)
- make static binaries using dlopen work on ia64 again
- fix a typo in glibc-common group
* Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- devel requires glibc = %{version}
- noreplace /etc/nscd.conf
* Wed Jan 10 2001 Jakub Jelinek <jakub@redhat.com>
- some more security fixes:
- don't look up LD_PRELOAD libs in cache for SUID apps
(because that bypasses SUID bit checking on the library)
- place output files for profiling SUID apps into /var/profile,
use O_NOFOLLOW for them
- add checks for $MEMUSAGE_OUTPUT and $SEGFAULT_OUTPUT_NAME
- hardlink identical locale files together
- add %lang() tags to locale stuff
- remove ko_KR.utf8 for now, it is provided by locale-utf8 package
* Mon Jan 08 2001 Jakub Jelinek <jakub@redhat.com>
- add glibc-common subpackage
- fix alphaev6 memcpy (#22494)
- fix sys/cdefs.h (#22908)
- don't define stdin/stdout/stderr as macros for -traditional (#22913)
- work around a bug in IBM JDK (#22932, #23012)
- fix pmap_unset when network is down (#23176)
- move nscd in rc.d before netfs on shutdown
- fix $RESOLV_HOST_CONF in SUID apps (#23562)
* Fri Dec 15 2000 Jakub Jelinek <jakub@redhat.com>
- fix ftw and nftw
* Wed Dec 13 2000 Jakub Jelinek <jakub@redhat.com>
- fix fcvt (#22184)
- ldd /lib/ld-linux.so.2 is not crashing any longer again (#22197)
- fix gencat
* Mon Dec 11 2000 Jakub Jelinek <jakub@redhat.com>
- fix alpha htonl and alphaev6 stpcpy
* Sat Dec 09 2000 Jakub Jelinek <jakub@redhat.com>
- update to CVS to:
- fix getnameinfo (#21934)
- don't stomp on memory in rpath handling (#21544)
- fix setlocale (#21507)
- fix libNoVersion.so.1 loading code (#21579)
- use auxarches define in spec file for auxiliary
architectures (#21219)
- remove /usr/share directory from filelist (#21218)
* Sun Nov 19 2000 Jakub Jelinek <jakub@redhat.com>
- update to CVS to fix getaddrinfo
* Fri Nov 17 2000 Jakub Jelinek <jakub@redhat.com>
- update to CVS to fix freopen
- remove all alpha workarounds, not needed anymore
* Wed Nov 15 2000 Jakub Jelinek <jakub@redhat.com>
- fix dladdr bug on alpha/sparc32/sparc64
- fix Makefiles so that they run static tests properly
* Tue Nov 14 2000 Jakub Jelinek <jakub@redhat.com>
- update to CVS to fix ldconfig
* Thu Nov 09 2000 Jakub Jelinek <jakub@redhat.com>
- update to glibc 2.2 release
* Mon Nov 06 2000 Jakub Jelinek <jakub@redhat.com>
- update to CVS to:
- export __sysconf@@GLIBC_2.2 (#20417)
* Fri Nov 03 2000 Jakub Jelinek <jakub@redhat.com>
- merge to 2.1.97
* Mon Oct 30 2000 Jakub Jelinek <jakub@redhat.com>
- update to CVS, including:
- fix WORD_BIT/LONG_BIT definition in limits.h (#19088)
- fix hesiod (#19375)
- set LC_MESSAGES in zic/zdump for proper error message output (#19495)
- fix LFS fcntl when used with non-LFS aware kernels (#19730)
* Thu Oct 19 2000 Jakub Jelinek <jakub@redhat.com>
- fix alpha semctl (#19199)
- update to CVS, including:
- fix glibc headers for Compaq non-gcc compilers
- fix locale alias handling code (#18832)
- fix rexec on little endian machines (#18886)
- started writing changelog again
* Thu Aug 10 2000 Adrian Havill <havill@redhat.com>
- added ja ujis alias for backwards compatibility
/usr/include /usr/include/_G_config.h /usr/include/a.out.h /usr/include/aio.h /usr/include/aliases.h /usr/include/alloca.h /usr/include/ar.h /usr/include/argp.h /usr/include/argz.h /usr/include/arpa /usr/include/arpa/ftp.h /usr/include/arpa/inet.h /usr/include/arpa/nameser.h /usr/include/arpa/nameser_compat.h /usr/include/arpa/telnet.h /usr/include/arpa/tftp.h /usr/include/assert.h /usr/include/bits /usr/include/bits/byteswap.h /usr/include/bits/cmathcalls.h /usr/include/bits/confname.h /usr/include/bits/dirent.h /usr/include/bits/dlfcn.h /usr/include/bits/elfclass.h /usr/include/bits/endian.h /usr/include/bits/environments.h /usr/include/bits/errno.h /usr/include/bits/fcntl.h /usr/include/bits/fenv.h /usr/include/bits/fenvinline.h /usr/include/bits/huge_val.h /usr/include/bits/in.h /usr/include/bits/initspin.h /usr/include/bits/ioctl-types.h /usr/include/bits/ioctls.h /usr/include/bits/ipc.h /usr/include/bits/ipctypes.h /usr/include/bits/libc-lock.h /usr/include/bits/local_lim.h /usr/include/bits/locale.h /usr/include/bits/mathcalls.h /usr/include/bits/mathdef.h /usr/include/bits/mathinline.h /usr/include/bits/mman.h /usr/include/bits/msq.h /usr/include/bits/nan.h /usr/include/bits/netdb.h /usr/include/bits/poll.h /usr/include/bits/posix1_lim.h /usr/include/bits/posix2_lim.h /usr/include/bits/posix_opt.h /usr/include/bits/pthreadtypes.h /usr/include/bits/resource.h /usr/include/bits/sched.h /usr/include/bits/select.h /usr/include/bits/sem.h /usr/include/bits/setjmp.h /usr/include/bits/shm.h /usr/include/bits/sigaction.h /usr/include/bits/sigcontext.h /usr/include/bits/siginfo.h /usr/include/bits/signum.h /usr/include/bits/sigset.h /usr/include/bits/sigstack.h /usr/include/bits/sigthread.h /usr/include/bits/sockaddr.h /usr/include/bits/socket.h /usr/include/bits/stab.def /usr/include/bits/stat.h /usr/include/bits/statfs.h /usr/include/bits/statvfs.h /usr/include/bits/stdio-lock.h /usr/include/bits/stdio.h /usr/include/bits/stdio_lim.h /usr/include/bits/string.h /usr/include/bits/string2.h /usr/include/bits/stropts.h /usr/include/bits/sys_errlist.h /usr/include/bits/syscall.h /usr/include/bits/termios.h /usr/include/bits/time.h /usr/include/bits/types.h /usr/include/bits/typesizes.h /usr/include/bits/uio.h /usr/include/bits/ustat.h /usr/include/bits/utmp.h /usr/include/bits/utmpx.h /usr/include/bits/utsname.h /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h /usr/include/bits/wchar.h /usr/include/bits/wordsize.h /usr/include/bits/xopen_lim.h /usr/include/bits/xtitypes.h /usr/include/byteswap.h /usr/include/complex.h /usr/include/cpio.h /usr/include/crypt.h /usr/include/ctype.h /usr/include/dirent.h /usr/include/dlfcn.h /usr/include/elf.h /usr/include/endian.h /usr/include/envz.h /usr/include/err.h /usr/include/errno.h /usr/include/error.h /usr/include/execinfo.h /usr/include/fcntl.h /usr/include/features.h /usr/include/fenv.h /usr/include/fmtmsg.h /usr/include/fnmatch.h /usr/include/fpu_control.h /usr/include/fstab.h /usr/include/fts.h /usr/include/ftw.h /usr/include/gconv.h /usr/include/getopt.h /usr/include/glob.h /usr/include/gnu /usr/include/gnu-versions.h /usr/include/gnu/lib-names.h /usr/include/gnu/libc-version.h /usr/include/gnu/stubs.h /usr/include/grp.h /usr/include/iconv.h /usr/include/ieee754.h /usr/include/ifaddrs.h /usr/include/inttypes.h /usr/include/langinfo.h /usr/include/lastlog.h /usr/include/libgen.h /usr/include/libintl.h /usr/include/libio.h /usr/include/limits.h /usr/include/link.h /usr/include/locale.h /usr/include/malloc.h /usr/include/math.h /usr/include/mcheck.h /usr/include/memory.h /usr/include/mntent.h /usr/include/monetary.h /usr/include/net /usr/include/net/ethernet.h /usr/include/net/if.h /usr/include/net/if_arp.h /usr/include/net/if_packet.h /usr/include/net/if_ppp.h /usr/include/net/if_shaper.h /usr/include/net/if_slip.h /usr/include/net/ppp-comp.h /usr/include/net/ppp_defs.h /usr/include/net/route.h /usr/include/netash /usr/include/netash/ash.h /usr/include/netatalk /usr/include/netatalk/at.h /usr/include/netax25 /usr/include/netax25/ax25.h /usr/include/netdb.h /usr/include/neteconet /usr/include/neteconet/ec.h /usr/include/netinet /usr/include/netinet/ether.h /usr/include/netinet/icmp6.h /usr/include/netinet/if_ether.h /usr/include/netinet/if_fddi.h /usr/include/netinet/if_tr.h /usr/include/netinet/igmp.h /usr/include/netinet/in.h /usr/include/netinet/in_systm.h /usr/include/netinet/ip.h /usr/include/netinet/ip6.h /usr/include/netinet/ip_icmp.h /usr/include/netinet/tcp.h /usr/include/netinet/udp.h /usr/include/netipx /usr/include/netipx/ipx.h /usr/include/netpacket /usr/include/netpacket/packet.h /usr/include/netrom /usr/include/netrom/netrom.h /usr/include/netrose /usr/include/netrose/rose.h /usr/include/nfs /usr/include/nfs/nfs.h /usr/include/nl_types.h /usr/include/nss.h /usr/include/obstack.h /usr/include/paths.h /usr/include/poll.h /usr/include/printf.h /usr/include/protocols /usr/include/protocols/routed.h /usr/include/protocols/rwhod.h /usr/include/protocols/talkd.h /usr/include/protocols/timed.h /usr/include/pthread.h /usr/include/pty.h /usr/include/pwd.h /usr/include/re_comp.h /usr/include/regex.h /usr/include/regexp.h /usr/include/resolv.h /usr/include/rpc /usr/include/rpc/auth.h /usr/include/rpc/auth_des.h /usr/include/rpc/auth_unix.h /usr/include/rpc/clnt.h /usr/include/rpc/des_crypt.h /usr/include/rpc/key_prot.h /usr/include/rpc/netdb.h /usr/include/rpc/pmap_clnt.h /usr/include/rpc/pmap_prot.h /usr/include/rpc/pmap_rmt.h /usr/include/rpc/rpc.h /usr/include/rpc/rpc_des.h /usr/include/rpc/rpc_msg.h /usr/include/rpc/svc.h /usr/include/rpc/svc_auth.h /usr/include/rpc/types.h /usr/include/rpc/xdr.h /usr/include/rpcsvc /usr/include/rpcsvc/bootparam.h /usr/include/rpcsvc/bootparam_prot.h /usr/include/rpcsvc/bootparam_prot.x /usr/include/rpcsvc/key_prot.h /usr/include/rpcsvc/key_prot.x /usr/include/rpcsvc/klm_prot.h /usr/include/rpcsvc/klm_prot.x /usr/include/rpcsvc/mount.h /usr/include/rpcsvc/mount.x /usr/include/rpcsvc/nfs_prot.h /usr/include/rpcsvc/nfs_prot.x /usr/include/rpcsvc/nis.h /usr/include/rpcsvc/nis.x /usr/include/rpcsvc/nis_callback.h /usr/include/rpcsvc/nis_callback.x /usr/include/rpcsvc/nis_object.x /usr/include/rpcsvc/nis_tags.h /usr/include/rpcsvc/nislib.h /usr/include/rpcsvc/nlm_prot.h /usr/include/rpcsvc/nlm_prot.x /usr/include/rpcsvc/rex.h /usr/include/rpcsvc/rex.x /usr/include/rpcsvc/rstat.h /usr/include/rpcsvc/rstat.x /usr/include/rpcsvc/rusers.h /usr/include/rpcsvc/rusers.x /usr/include/rpcsvc/sm_inter.h /usr/include/rpcsvc/sm_inter.x /usr/include/rpcsvc/spray.h /usr/include/rpcsvc/spray.x /usr/include/rpcsvc/yp.h /usr/include/rpcsvc/yp.x /usr/include/rpcsvc/yp_prot.h /usr/include/rpcsvc/ypclnt.h /usr/include/rpcsvc/yppasswd.h /usr/include/rpcsvc/yppasswd.x /usr/include/rpcsvc/ypupd.h /usr/include/sched.h /usr/include/scsi /usr/include/scsi/scsi.h /usr/include/scsi/scsi_ioctl.h /usr/include/scsi/sg.h /usr/include/search.h /usr/include/semaphore.h /usr/include/setjmp.h /usr/include/sgtty.h /usr/include/shadow.h /usr/include/signal.h /usr/include/spawn.h /usr/include/stab.h /usr/include/stdint.h /usr/include/stdio.h /usr/include/stdio_ext.h /usr/include/stdlib.h /usr/include/string.h /usr/include/strings.h /usr/include/stropts.h /usr/include/sys /usr/include/sys/acct.h /usr/include/sys/bitypes.h /usr/include/sys/cdefs.h /usr/include/sys/debugreg.h /usr/include/sys/dir.h /usr/include/sys/elf.h /usr/include/sys/epoll.h /usr/include/sys/errno.h /usr/include/sys/fcntl.h /usr/include/sys/file.h /usr/include/sys/fsuid.h /usr/include/sys/gmon.h /usr/include/sys/gmon_out.h /usr/include/sys/io.h /usr/include/sys/ioctl.h /usr/include/sys/ipc.h /usr/include/sys/kd.h /usr/include/sys/kdaemon.h /usr/include/sys/klog.h /usr/include/sys/mman.h /usr/include/sys/mount.h /usr/include/sys/msg.h /usr/include/sys/mtio.h /usr/include/sys/param.h /usr/include/sys/pci.h /usr/include/sys/perm.h /usr/include/sys/personality.h /usr/include/sys/poll.h /usr/include/sys/prctl.h /usr/include/sys/procfs.h /usr/include/sys/profil.h /usr/include/sys/ptrace.h /usr/include/sys/queue.h /usr/include/sys/quota.h /usr/include/sys/raw.h /usr/include/sys/reboot.h /usr/include/sys/reg.h /usr/include/sys/resource.h /usr/include/sys/select.h /usr/include/sys/sem.h /usr/include/sys/sendfile.h /usr/include/sys/shm.h /usr/include/sys/signal.h /usr/include/sys/socket.h /usr/include/sys/socketvar.h /usr/include/sys/soundcard.h /usr/include/sys/stat.h /usr/include/sys/statfs.h /usr/include/sys/statvfs.h /usr/include/sys/stropts.h /usr/include/sys/swap.h /usr/include/sys/syscall.h /usr/include/sys/sysctl.h /usr/include/sys/sysinfo.h /usr/include/sys/syslog.h /usr/include/sys/sysmacros.h /usr/include/sys/termios.h /usr/include/sys/time.h /usr/include/sys/timeb.h /usr/include/sys/times.h /usr/include/sys/timex.h /usr/include/sys/ttychars.h /usr/include/sys/ttydefaults.h /usr/include/sys/types.h /usr/include/sys/ucontext.h /usr/include/sys/uio.h /usr/include/sys/ultrasound.h /usr/include/sys/un.h /usr/include/sys/unistd.h /usr/include/sys/user.h /usr/include/sys/ustat.h /usr/include/sys/utsname.h /usr/include/sys/vfs.h /usr/include/sys/vlimit.h /usr/include/sys/vm86.h /usr/include/sys/vt.h /usr/include/sys/vtimes.h /usr/include/sys/wait.h /usr/include/sys/xattr.h /usr/include/syscall.h /usr/include/sysexits.h /usr/include/syslog.h /usr/include/tar.h /usr/include/termio.h /usr/include/termios.h /usr/include/tgmath.h /usr/include/thread_db.h /usr/include/time.h /usr/include/ttyent.h /usr/include/ucontext.h /usr/include/ulimit.h /usr/include/unistd.h /usr/include/ustat.h /usr/include/utime.h /usr/include/utmp.h /usr/include/utmpx.h /usr/include/values.h /usr/include/wait.h /usr/include/wchar.h /usr/include/wctype.h /usr/include/wordexp.h /usr/include/xlocale.h /usr/lib/Mcrt1.o /usr/lib/crt1.o /usr/lib/crti.o /usr/lib/crtn.o /usr/lib/gcrt1.o /usr/lib/libBrokenLocale.a /usr/lib/libBrokenLocale.so /usr/lib/libanl.a /usr/lib/libanl.so /usr/lib/libbsd-compat.a /usr/lib/libbsd.a /usr/lib/libc.a /usr/lib/libc.so /usr/lib/libc_nonshared.a /usr/lib/libcrypt.a /usr/lib/libcrypt.so /usr/lib/libdl.a /usr/lib/libdl.so /usr/lib/libg.a /usr/lib/libieee.a /usr/lib/libm.a /usr/lib/libm.so /usr/lib/libmcheck.a /usr/lib/libnsl.a /usr/lib/libnsl.so /usr/lib/libnss_compat.so /usr/lib/libnss_dns.so /usr/lib/libnss_files.so /usr/lib/libnss_hesiod.so /usr/lib/libnss_nis.so /usr/lib/libnss_nisplus.so /usr/lib/libpthread.a /usr/lib/libpthread.so /usr/lib/libpthread_nonshared.a /usr/lib/libresolv.a /usr/lib/libresolv.so /usr/lib/librpcsvc.a /usr/lib/librt.a /usr/lib/librt.so /usr/lib/libthread_db.so /usr/lib/libutil.a /usr/lib/libutil.so /usr/share/info/libc.info-1.gz /usr/share/info/libc.info-10.gz /usr/share/info/libc.info-11.gz /usr/share/info/libc.info-12.gz /usr/share/info/libc.info-13.gz /usr/share/info/libc.info-14.gz /usr/share/info/libc.info-15.gz /usr/share/info/libc.info-16.gz /usr/share/info/libc.info-17.gz /usr/share/info/libc.info-18.gz /usr/share/info/libc.info-19.gz /usr/share/info/libc.info-2.gz /usr/share/info/libc.info-20.gz /usr/share/info/libc.info-21.gz /usr/share/info/libc.info-22.gz /usr/share/info/libc.info-23.gz /usr/share/info/libc.info-24.gz /usr/share/info/libc.info-25.gz /usr/share/info/libc.info-26.gz /usr/share/info/libc.info-27.gz /usr/share/info/libc.info-28.gz /usr/share/info/libc.info-29.gz /usr/share/info/libc.info-3.gz /usr/share/info/libc.info-30.gz /usr/share/info/libc.info-31.gz /usr/share/info/libc.info-32.gz /usr/share/info/libc.info-33.gz /usr/share/info/libc.info-34.gz /usr/share/info/libc.info-35.gz /usr/share/info/libc.info-36.gz /usr/share/info/libc.info-37.gz /usr/share/info/libc.info-38.gz /usr/share/info/libc.info-39.gz /usr/share/info/libc.info-4.gz /usr/share/info/libc.info-40.gz /usr/share/info/libc.info-41.gz /usr/share/info/libc.info-42.gz /usr/share/info/libc.info-43.gz /usr/share/info/libc.info-44.gz /usr/share/info/libc.info-45.gz /usr/share/info/libc.info-46.gz /usr/share/info/libc.info-47.gz /usr/share/info/libc.info-48.gz /usr/share/info/libc.info-49.gz /usr/share/info/libc.info-5.gz /usr/share/info/libc.info-50.gz /usr/share/info/libc.info-51.gz /usr/share/info/libc.info-52.gz /usr/share/info/libc.info-53.gz /usr/share/info/libc.info-54.gz /usr/share/info/libc.info-55.gz /usr/share/info/libc.info-56.gz /usr/share/info/libc.info-57.gz /usr/share/info/libc.info-58.gz /usr/share/info/libc.info-59.gz /usr/share/info/libc.info-6.gz /usr/share/info/libc.info-60.gz /usr/share/info/libc.info-61.gz /usr/share/info/libc.info-7.gz /usr/share/info/libc.info-8.gz /usr/share/info/libc.info-9.gz /usr/share/info/libc.info.gz /usr/share/man/man3/pthread_atfork.3thr.gz /usr/share/man/man3/pthread_attr_destroy.3thr.gz /usr/share/man/man3/pthread_attr_getdetachstate.3thr.gz /usr/share/man/man3/pthread_attr_getinheritsched.3thr.gz /usr/share/man/man3/pthread_attr_getschedparam.3thr.gz /usr/share/man/man3/pthread_attr_getschedpolicy.3thr.gz /usr/share/man/man3/pthread_attr_getscope.3thr.gz /usr/share/man/man3/pthread_attr_init.3thr.gz /usr/share/man/man3/pthread_attr_setdetachstate.3thr.gz /usr/share/man/man3/pthread_attr_setinheritsched.3thr.gz /usr/share/man/man3/pthread_attr_setschedparam.3thr.gz /usr/share/man/man3/pthread_attr_setschedpolicy.3thr.gz /usr/share/man/man3/pthread_attr_setscope.3thr.gz /usr/share/man/man3/pthread_cancel.3thr.gz /usr/share/man/man3/pthread_cleanup_pop.3thr.gz /usr/share/man/man3/pthread_cleanup_pop_restore_np.3thr.gz /usr/share/man/man3/pthread_cleanup_push.3thr.gz /usr/share/man/man3/pthread_cleanup_push_defer_np.3thr.gz /usr/share/man/man3/pthread_cond_broadcast.3thr.gz /usr/share/man/man3/pthread_cond_destroy.3thr.gz /usr/share/man/man3/pthread_cond_init.3thr.gz /usr/share/man/man3/pthread_cond_signal.3thr.gz /usr/share/man/man3/pthread_cond_timedwait.3thr.gz /usr/share/man/man3/pthread_cond_wait.3thr.gz /usr/share/man/man3/pthread_condattr_destroy.3thr.gz /usr/share/man/man3/pthread_condattr_init.3thr.gz /usr/share/man/man3/pthread_create.3thr.gz /usr/share/man/man3/pthread_detach.3thr.gz /usr/share/man/man3/pthread_equal.3thr.gz /usr/share/man/man3/pthread_exit.3thr.gz /usr/share/man/man3/pthread_getschedparam.3thr.gz /usr/share/man/man3/pthread_join.3thr.gz /usr/share/man/man3/pthread_key_create.3thr.gz /usr/share/man/man3/pthread_kill.3thr.gz /usr/share/man/man3/pthread_kill_other_threads_np.3thr.gz /usr/share/man/man3/pthread_mutex_destroy.3thr.gz /usr/share/man/man3/pthread_mutex_init.3thr.gz /usr/share/man/man3/pthread_mutex_lock.3thr.gz /usr/share/man/man3/pthread_mutex_trylock.3thr.gz /usr/share/man/man3/pthread_mutex_unlock.3thr.gz /usr/share/man/man3/pthread_mutexattr_destroy.3thr.gz /usr/share/man/man3/pthread_mutexattr_getkind_np.3thr.gz /usr/share/man/man3/pthread_mutexattr_gettype.3thr.gz /usr/share/man/man3/pthread_mutexattr_init.3thr.gz /usr/share/man/man3/pthread_mutexattr_setkind_np.3thr.gz /usr/share/man/man3/pthread_mutexattr_settype.3thr.gz /usr/share/man/man3/pthread_once.3thr.gz /usr/share/man/man3/pthread_self.3thr.gz /usr/share/man/man3/pthread_setcancelstate.3thr.gz /usr/share/man/man3/pthread_setcanceltype.3thr.gz /usr/share/man/man3/pthread_setschedparam.3thr.gz /usr/share/man/man3/pthread_sigmask.3thr.gz /usr/share/man/man3/pthread_testcancel.3thr.gz /usr/share/man/man3/sem_destroy.3thr.gz /usr/share/man/man3/sem_getvalue.3thr.gz /usr/share/man/man3/sem_init.3thr.gz /usr/share/man/man3/sem_post.3thr.gz /usr/share/man/man3/sem_trywait.3thr.gz /usr/share/man/man3/sem_wait.3thr.gz /usr/share/man/man3/sigwait.3thr.gz
Generated by rpm2html 1.9.2
webmaster@wesmo.com, Wed Mar 21 12:13:11 2007