]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
.
authorRoland McGrath <roland@gnu.org>
Sat, 26 Feb 2005 01:38:54 +0000 (01:38 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 26 Feb 2005 01:38:54 +0000 (01:38 +0000)
ChangeLog
nptl/ChangeLog

index 03d30449a44ad833185926fc7c542a6f6ceb6b8d..bc413ebda09ffebfc037c850a23c4dec95ffa1ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * posix/tst-execvp1.c: New file.
        * posix/tst-execvp2.c: New file.
 
+2005-02-22  Jakub Jelinek  <jakub@redhat.com>
+
+       [BZ #769]
+       * nscd/nscd-client.h: Include sys/uio.h.
+       (__readall, __readvall, writeall): New prototypes.
+       * nscd/connections.c (writeall): New function.
+       (handle_request): Use it.
+       * nscd/aicache.c (addhstaiX): Likewise.
+       * nscd/initgrcache.c (addinitgroupsX): Likewise.
+       * nscd/hstcache.c (cache_addhst): Likewise.
+       * nscd/grpcache.c (cache_addgr): Likewise.
+       * nscd/pwdcache.c (cache_addpw): Likewise.
+       * nscd/nscd_helper.c (__readall, __readvall): New functions.
+       * nscd/nscd_getai.c (__nscd_getai): Use them.
+       * nscd/nscd_getpw_r.c (__nscd_getpw_r): Likewise.
+       * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
+       * nscd/nscd_gethst_r.c (__nscd_gethst_r): Likewise.
+       * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
+
 2005-02-22  Andreas Schwab  <schwab@suse.de>
 
        * posix/execvp.c (execvp): Fix invalid free.
index 1da53dbe1478f807b701c5130d46658d10c70bf2..8408f47f07fc4cd456ad3405fe4f684b9c4ea8df 100644 (file)
@@ -1,3 +1,14 @@
+2005-02-25  Roland McGrath  <roland@redhat.com>
+
+       * alloca_cutoff.c: Correct license text.
+       * tst-unload.c: Likewise.
+       * sysdeps/pthread/allocalim.h: Likewise.
+       * sysdeps/pthread/pt-initfini.c: Likewise.
+       * sysdeps/pthread/bits/libc-lock.h: Likewise.
+       * sysdeps/pthread/bits/sigthread.h: Likewise.
+       * sysdeps/unix/sysv/linux/bits/local_lim.h: Likewise.
+       * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
+
 2005-01-26  Jakub Jelinek  <jakub@redhat.com>
 
        [BZ #737]