Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-27 | Updated to fedora-glibc-20090427T1419cvs/fedora-glibc-2_9_90-22 | Jakub Jelinek | |
2008-07-28 | Updated to fedora-glibc-20080728T2320cvs/fedora-glibc-2_8_90-10 | Jakub Jelinek | |
2008-03-05 | Updated to fedora-glibc-20080305T0857cvs/fedora-glibc-2_7_90-8 | Jakub Jelinek | |
2007-10-14 | Updated to fedora-glibc-20071014T1847 | Jakub Jelinek | |
2007-10-10 | Updated to fedora-glibc-20071010T2047cvs/fedora-glibc-2_6_90-18 | Jakub Jelinek | |
2007-09-18 | Updated to fedora-glibc-20070918T1931cvs/fedora-glibc-2_6_90-14 | Jakub Jelinek | |
2007-07-31 | Updated to fedora-glibc-20070731T1624cvs/fedora-glibc-2_6_90-1 | Jakub Jelinek | |
2007-07-07 | * nscd/nscd_helper.c (get_mapping): Handle short replies instead | Jakub Jelinek | |
of crashing. When this is the case or if the reply is malformed, don't try to close the new file descriptor since it does not exist. Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>. | |||
2007-02-21 | Updated to fedora-glibc-20070221T1011cvs/fedora-glibc-2_5_90-18 | Jakub Jelinek | |
2007-02-11 | Updated to fedora-glibc-20070211T1607cvs/fedora-glibc-2_5_90-17 | Jakub Jelinek | |
2007-02-02 | Updated to fedora-glibc-20070202T0923cvs/fedora-glibc-2_5_90-16 | Jakub Jelinek | |
2006-10-02 | Updated to fedora-glibc-20061002T1858cvs/fedora-glibc-2_5-2cvs/fedora-2_5-base | Jakub Jelinek | |
2006-04-26 | Updated to fedora-glibc-20060426T2000 | Jakub Jelinek | |
2006-04-24 | Updated to fedora-glibc-20060424T0820 | Jakub Jelinek | |
2006-03-01 | Updated to fedora-glibc-20060301T0647 | Jakub Jelinek | |
2005-12-19 | Updated to fedora-glibc-20051219T1003cvs/fedora-glibc-2_3_90-19 | Jakub Jelinek | |
2005-07-21 | Updated to fedora-glibc-20050721T0814 | Jakub Jelinek | |
2005-03-03 | Updated to fedora-glibc-20050302T1820 | Jakub Jelinek | |
2005-02-08 | Updated to fedora-glibc-20050208T0948cvs/fedora-glibc-2_3_4-6 | Jakub Jelinek | |
2004-10-04 | Updated to fedora-glibc-20041004T0747cvs/fedora-glibc-2_3_3-64 | Jakub Jelinek | |
2004-09-30 | Updated to fedora-glibc-20040930T0838cvs/fedora-glibc-2_3_3-61 | Jakub Jelinek | |
2004-09-16 | iAdd __nscd_getai prototype. | Ulrich Drepper | |
2004-09-13 | Update. | Ulrich Drepper | |
2004-09-13 Thorsten Kukuk <kukuk@suse.de> * nscd/nscd_stat.c: Don't access dbs[cnt].head for disabled services. * nscd/nscd.init: Fix path to socket. | |||
2004-09-13 | UPdate. | Ulrich Drepper | |
* nscd/nscd_helper.c (get_mapping): Correctly check cmsg length. Avoid file descriptor leak in case of size mismatch. | |||
2004-09-08 | * sysdeps/generic/nscd_setup_thread.c: New file. | Ulrich Drepper | |
* sysdeps/unix/sysv/linux/nscd_setup_thread.c: New file. | |||
2004-09-08 | Update. | Ulrich Drepper | |
Jakub Jelinek <jakub@redhat.com> * nscd/Makefile (nscd-modules): Add nscd_setup_thread. * nscd/connections.c (nscd_run): Call setup_thread for maintenance threads. * nscd/nscd-client.h (struct database_pers_head): Add nscd_certainly_running field. * nscd/nscd.h: Declare setup_thread. * nscd/nscd_helper.c (__nscd_get_map_ref): Avoid the time test if nscd_certainly_running is nonzero. 2004-09-08 Ulrich Drepper <drepper@redhat.com> | |||
2004-09-08 | Update. | Ulrich Drepper | |
* nscd/connections.c: Implement r/o sharing of nscd's cache with client processes via shared memory. * nscd/nscd-client.h: Likewise. * nscd/nscd.h: Likewise. * nscd/nscd_conf.c: Likewise. * nscd/nscd_getgr_r.c: Likewise. * nscd/nscd_getpw_r.c: Likewise. * nscd/nscd_gethst_r.c: Likewise. * nscd/nscd.conf: Add new config parameters. * nscd/Makefile (aux): Add nscd_helper. * nscd/nscd_helper.c: New file. * nscd/mem.c (gc): Indicate beginning and end of the gc cycle. * nscd/hstcache.c: Simplify a lot. We cache only the request itself, no derived information. * connections.c (nscd_init): Fix bug in testing size of the persistent. * nis/Makefile (aux): Add nis_hash. * nis/nis_hash.c: New file. Split out from nis_util.c. * nis/nis_util.c: Move __nis_hash code in separate file. * csu/tst-atomic.c: Improve atomic_increment_val test which would not have found a ppc bug. |