index
:
glibc
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nscd
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-16
Consolidate PIE linking Makefile rules.
H.J. Lu
1
-9
/
+2
2009-05-18
Fix forced loop termination in nscd database lookup.
Jakub Jelinek
1
-3
/
+13
2009-05-16
Move BLOCK_ALIGN* macros back.
Ulrich Drepper
2
-5
/
+5
2009-05-16
Fix exit condition.
Ulrich Drepper
1
-1
/
+1
2009-05-15
Further robustify nscd database lookup.
Ulrich Drepper
3
-7
/
+8
2009-05-15
Robustify libc-side nscd database reader.
Jakub Jelinek
8
-22
/
+41
2009-05-15
Don't try to cleanup libselinux and libaudit.
Jakub Jelinek
3
-20
/
+2
2009-04-26
* nscd/connections.c (send_ro_fd): Define temporary variable to avoid
Ulrich Drepper
1
-1
/
+3
2009-04-26
* sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline
Ulrich Drepper
1
-3
/
+4
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.
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 of
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.
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
[prev]
[next]