Age | Commit message (Expand) | Author | Files | Lines |
2009-03-16 | * nscd/connections.c (restart): Try to preserve the process name | Ulrich Drepper | 1 | -1/+16 |
2009-02-13 | [BZ #5381] | Ulrich Drepper | 10 | -236/+57 |
2009-02-06 | * debug/xtrace.sh: Unify translatable messages. | Ulrich Drepper | 1 | -1/+21 |
2009-01-29 | [BZ #9750] | Ulrich Drepper | 1 | -13/+8 |
2009-01-28 | * nscd/connections.c (nscd_init): If database file access be | Ulrich Drepper | 1 | -1/+4 |
2009-01-28 | [BZ #9741] | Ulrich Drepper | 1 | -2/+2 |
2009-01-11 | 2009-01-10 Roland McGrath <roland@redhat.com> | Roland McGrath | 1 | -1/+4 |
2009-01-02 | * posix/getconf.c: Update copyright year. | Ulrich Drepper | 1 | -2/+2 |
2008-12-29 | * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if | Ulrich Drepper | 2 | -2/+29 |
2008-12-09 | [BZ #7067] | Ulrich Drepper | 2 | -2/+13 |
2008-12-03 | * socket/sys/socket.h: Declare accept4. | Ulrich Drepper | 1 | -19/+36 |
2008-10-17 | * elf/Makefile: Add rules to build and run tst-tls17.cvs/fedora-glibc-20081019T1815 | Ulrich Drepper | 1 | -0/+2 |
2008-09-30 | * nscd/connections.c: Disable use of paccept for now. | Ulrich Drepper | 1 | -1/+1 |
2008-08-03 | (main_loop_poll): Pass a buffer which is guaranteed to be large enough to rea... | Ulrich Drepper | 1 | -6/+13 |
2008-07-30 | * nscd/connections.c (nscd_init): Type if preprocessor directive. | Ulrich Drepper | 1 | -1/+1 |
2008-07-26 | * Makeconfig: Define pie-ccflag and PIE-ccflag variables. | Ulrich Drepper | 1 | -1/+1 |
2008-07-25 | * nscd/connections.c (nscd_init): Clean up fcntl call. | Ulrich Drepper | 1 | -1/+1 |
2008-07-25 | * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and | Ulrich Drepper | 1 | -3/+28 |
2008-07-25 | * sysdeps/unix/sysv/linux/kernel-features.h: Define | Ulrich Drepper | 1 | -22/+77 |
2008-07-12 | * nscd/connections.c (main_loop_poll): Fix handling of read errors | Ulrich Drepper | 1 | -29/+83 |
2008-06-18 | * nscd/connections.c (main_loop_poll): Fix test for read error. | Ulrich Drepper | 1 | -2/+2 |
2008-06-13 | * nscd/connections.c: Also recognize and handle changes to the | Ulrich Drepper | 1 | -3/+25 |
2008-06-12 | * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache | Ulrich Drepper | 3 | -15/+132 |
2008-06-12 | * nscd/grpcache.c (cache_addgr): Correctly compute size ofcvs/fedora-glibc-20080612T1619 | Ulrich Drepper | 4 | -6/+27 |
2008-06-12 | * nscd/mem.c (gc): Initialize obstack earlier so that if we jump | Ulrich Drepper | 2 | -20/+31 |
2008-06-03 | * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp | Jakub Jelinek | 1 | -1/+1 |
2008-05-18 | * nscd/cache.c (cache_add): Take additional parameter specifying | Ulrich Drepper | 9 | -42/+94 |
2008-05-18 | * nscd/mem.c (gc): Avoid stack overflow when allocating move list.cvs/fedora-glibc-20080518T1017 | Ulrich Drepper | 1 | -2/+16 |
2008-05-18 | * nscd/mem.c (gc): Correctly determine highest used array element | Ulrich Drepper | 1 | -3/+3 |
2008-05-18 | * nscd/mem.c (markrange): Add assert to check entries are all | Ulrich Drepper | 1 | -1/+2 |
2008-05-18 | * nscd/nscd.h (mem_in_flight): Replace blockaddr field with | Ulrich Drepper | 2 | -11/+13 |
2008-05-18 | * nscd/mem.c (gc): Fix test for stack overuse. | Ulrich Drepper | 1 | -2/+2 |
2008-05-17 | * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups, | Ulrich Drepper | 1 | -18/+19 |
2008-05-11 | * nscd/cache.c (cache_add): Before returning with failure and this | Ulrich Drepper | 6 | -74/+24 |
2008-05-11 | (cache_add): Before returning with failure and this is the first use of the r... | Ulrich Drepper | 1 | -0/+5 |
2008-05-10 | * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend | Ulrich Drepper | 1 | -200/+288 |
2008-04-22 | * nscd/Makefile (nscd-cflags): Set back to -fpie. | Ulrich Drepper | 3 | -5/+4 |
2008-04-19 | [BZ #5209, BZ #5381] | Ulrich Drepper | 11 | -34/+160 |
2008-03-29 | [BZ #5979] | Ulrich Drepper | 1 | -1/+1 |
2008-03-04 | [BZ #5818] | Ulrich Drepper | 4 | -27/+37 |
2008-01-05 | [BZ #5112] | Jakub Jelinek | 1 | -2/+3 |
2008-01-02 | * posix/getconf.c: Update copyright year. | Ulrich Drepper | 1 | -2/+2 |
2007-11-26 | Declare fsync also for Unix98. | Ulrich Drepper | 1 | -1/+1 |
2007-11-25 | Clear array before use. | Ulrich Drepper | 5 | -1/+11 |
2007-11-25 | * nscd/nscd.h (MAX_STACK_USE): Define. | Ulrich Drepper | 4 | -7/+33 |
2007-11-23 | [BZ #5382] | Ulrich Drepper | 3 | -6/+55 |
2007-11-14 | * nscd/cache.c (prune_cache): If cache is empty, instruct caller | Ulrich Drepper | 1 | -2/+5 |
2007-11-14 | * nscd/gai.c (__ioctl): Define. Include check_native.c. | Ulrich Drepper | 1 | -0/+2 |
2007-11-06 | * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with | Ulrich Drepper | 1 | -0/+8 |
2007-11-06 | * time/tzfile.c (__tzfile_read): Fix check for version 0 data files. | Ulrich Drepper | 1 | -1/+1 |