| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix crash on reloading of gai data in nscd. | Ulrich Drepper | 2010-04-09 | 1 | -4/+6 |
* | Print reload count in nscd statistics. | Ulrich Drepper | 2010-04-08 | 1 | -3/+6 |
* | Update copyright year. | Ulrich Drepper | 2010-03-15 | 1 | -4/+4 |
* | Try harder to re-exec nscd in paranoia mode. | Ulrich Drepper | 2009-11-22 | 1 | -4/+3 |
* | Fix a few asserts and IO calls in nscd. | Anders Johansson | 2009-10-29 | 5 | -13/+13 |
* | Print timestamp in nscd debug messages. | Ulrich Drepper | 2009-10-29 | 1 | -4/+13 |
* | Revert "Fix lock handling in memory hander of nscd." | Ulrich Drepper | 2009-07-17 | 7 | -5/+27 |
* | Fix lock handling in memory hander of nscd. | Petr Baudis | 2009-07-16 | 7 | -27/+5 |
* | Use correct release semantic in list update. | Andreas Schwab | 2009-07-16 | 1 | -1/+1 |
* | Consolidate PIE linking Makefile rules. | H.J. Lu | 2009-06-16 | 1 | -9/+2 |
* | Fix forced loop termination in nscd database lookup. | Jakub Jelinek | 2009-05-18 | 1 | -3/+13 |
* | Move BLOCK_ALIGN* macros back. | Ulrich Drepper | 2009-05-16 | 2 | -5/+5 |
* | Fix exit condition. | Ulrich Drepper | 2009-05-16 | 1 | -1/+1 |
* | Further robustify nscd database lookup. | Ulrich Drepper | 2009-05-15 | 3 | -7/+8 |
* | Robustify libc-side nscd database reader. | Jakub Jelinek | 2009-05-15 | 8 | -22/+41 |
* | Don't try to cleanup libselinux and libaudit. | Jakub Jelinek | 2009-05-15 | 3 | -20/+2 |
* | * nscd/connections.c (send_ro_fd): Define temporary variable to avoid | Ulrich Drepper | 2009-04-26 | 1 | -1/+3 |
* | * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline | Ulrich Drepper | 2009-04-26 | 1 | -3/+4 |
* | * nscd/connections.c (restart): Try to preserve the process name | Ulrich Drepper | 2009-03-16 | 1 | -1/+16 |
* | [BZ #5381] | Ulrich Drepper | 2009-02-13 | 10 | -236/+57 |
* | * debug/xtrace.sh: Unify translatable messages. | Ulrich Drepper | 2009-02-06 | 1 | -1/+21 |
* | [BZ #9750] | Ulrich Drepper | 2009-01-29 | 1 | -13/+8 |
* | * nscd/connections.c (nscd_init): If database file access be | Ulrich Drepper | 2009-01-28 | 1 | -1/+4 |
* | [BZ #9741] | Ulrich Drepper | 2009-01-28 | 1 | -2/+2 |
* | 2009-01-10 Roland McGrath <roland@redhat.com> | Roland McGrath | 2009-01-11 | 1 | -1/+4 |
* | * posix/getconf.c: Update copyright year. | Ulrich Drepper | 2009-01-02 | 1 | -2/+2 |
* | * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if | Ulrich Drepper | 2008-12-29 | 2 | -2/+29 |
* | [BZ #7067] | Ulrich Drepper | 2008-12-09 | 2 | -2/+13 |
* | * socket/sys/socket.h: Declare accept4. | Ulrich Drepper | 2008-12-03 | 1 | -19/+36 |
* | * elf/Makefile: Add rules to build and run tst-tls17. cvs/fedora-glibc-20081019T1815 | Ulrich Drepper | 2008-10-17 | 1 | -0/+2 |
* | * nscd/connections.c: Disable use of paccept for now. | Ulrich Drepper | 2008-09-30 | 1 | -1/+1 |
* | (main_loop_poll): Pass a buffer which is guaranteed to be large enough to rea... | Ulrich Drepper | 2008-08-03 | 1 | -6/+13 |
* | * nscd/connections.c (nscd_init): Type if preprocessor directive. | Ulrich Drepper | 2008-07-30 | 1 | -1/+1 |
* | * Makeconfig: Define pie-ccflag and PIE-ccflag variables. | Ulrich Drepper | 2008-07-26 | 1 | -1/+1 |
* | * nscd/connections.c (nscd_init): Clean up fcntl call. | Ulrich Drepper | 2008-07-25 | 1 | -1/+1 |
* | * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and | Ulrich Drepper | 2008-07-25 | 1 | -3/+28 |
* | * sysdeps/unix/sysv/linux/kernel-features.h: Define | Ulrich Drepper | 2008-07-25 | 1 | -22/+77 |
* | * nscd/connections.c (main_loop_poll): Fix handling of read errors | Ulrich Drepper | 2008-07-12 | 1 | -29/+83 |
* | * nscd/connections.c (main_loop_poll): Fix test for read error. | Ulrich Drepper | 2008-06-18 | 1 | -2/+2 |
* | * nscd/connections.c: Also recognize and handle changes to the | Ulrich Drepper | 2008-06-13 | 1 | -3/+25 |
* | * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache | Ulrich Drepper | 2008-06-12 | 3 | -15/+132 |
* | * nscd/grpcache.c (cache_addgr): Correctly compute size of cvs/fedora-glibc-20080612T1619 | Ulrich Drepper | 2008-06-12 | 4 | -6/+27 |
* | * nscd/mem.c (gc): Initialize obstack earlier so that if we jump | Ulrich Drepper | 2008-06-12 | 2 | -20/+31 |
* | * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp | Jakub Jelinek | 2008-06-03 | 1 | -1/+1 |
* | * nscd/cache.c (cache_add): Take additional parameter specifying | Ulrich Drepper | 2008-05-18 | 9 | -42/+94 |
* | * nscd/mem.c (gc): Avoid stack overflow when allocating move list. cvs/fedora-glibc-20080518T1017 | Ulrich Drepper | 2008-05-18 | 1 | -2/+16 |
* | * nscd/mem.c (gc): Correctly determine highest used array element | Ulrich Drepper | 2008-05-18 | 1 | -3/+3 |
* | * nscd/mem.c (markrange): Add assert to check entries are all | Ulrich Drepper | 2008-05-18 | 1 | -1/+2 |
* | * nscd/nscd.h (mem_in_flight): Replace blockaddr field with | Ulrich Drepper | 2008-05-18 | 2 | -11/+13 |
* | * nscd/mem.c (gc): Fix test for stack overuse. | Ulrich Drepper | 2008-05-18 | 1 | -2/+2 |