Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
nscd: A Name Service Caching Daemon (nscd).
Name: | nscd |
Vendor: | |
Version: | 2.3.2 |
License: | LGPL |
Release: | 95.27 |
URL: | |
- Summary
- Nscd caches name service lookups and can dramatically improve
performance with NIS+, and may help with DNS as well. Note that you
can't use nscd with 2.0 kernels because of bugs in the kernel-side
thread support. Unfortunately, nscd happens to hit these bugs
particularly hard.
Changelog
- * Mon Aug 30 05:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.27
- ugly hacks for the IA-64 /emul braindamage (#124996, #128267)
- * Thu Aug 19 05:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.26
- fix hack for buggy x86-64 kernels (#130059)
- * Tue Aug 17 05:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 2.3.2-95.25
- add a hack for buggy x86-64 kernels (#130059)
- make SHMLBA from <sys/shm.h> usable even in C++
- fix <pthread.h> with -std=c{8,9}9 -D_XOPEN_SOURCE=600,
but without -D_POSIX_C_SOURCE=200112L (BZ #284)
- fix IPv6 AI_V4MAPPED filtering
- fix i386 and x86-64 pow{,f,l} (BZ #258)
- fix IBM932 and IBM943 iconv modules (#128674)
- fix ifreq memory handling
- fix loadavg if read returns 0 (BZ #263)
- fix mbsrtowcs if src is not zero terminated
- fix memusage with lots of allocations (BZ #285)
- fix newlocale locking
- fix NPTL pthread_rwlock_{timed}rdlock on architectures
other than ia32 and x86-64 (#129455)
- fix nscd_getgr_r
- fix nscd -i hosts to cause reinitialization of resolver
in all threads, not just one (#125712)
- fix ppc64 setjmp (#128360, BZ #269)
- fix res_init () memory leaks
- initialize all needed fields before call to __printf_fp
in strfmon{,_l} and printf_size
- fix strtod (BZ #274)
- fix fread_unlocked and fwrite_unlocked (BZ #309, #316)