]> git.ipfire.org Git - thirdparty/glibc.git/commit
2007-04-25 Jakub Jelinek <jakub@redhat.com>
authorJakub Jelinek <jakub@redhat.com>
Thu, 12 Jul 2007 15:12:29 +0000 (15:12 +0000)
committerJakub Jelinek <jakub@redhat.com>
Thu, 12 Jul 2007 15:12:29 +0000 (15:12 +0000)
commite046ba1d02eeb862753adc01fcacfc072ddf0a44
tree64e21e2ff70ed709b5ae2d6b40d0f06aedf31ec2
parentbdaa36ac5f0b620fbf2be08df8af7d85f055c17c
2007-04-25  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
of 0 after the out_fail label.

2007-03-18  Jakub Jelinek  <jakub@redhat.com>

* nscd/gai.c: Include alloca.h.
(__libc_use_alloca): Define.

2007-03-15  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
NLMSG_ERR.  Instead use a page sized buffer.
* sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
buffer.

2007-03-02  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
message.

2007-02-27  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
memory reallocation.
ChangeLog
nscd/gai.c
sysdeps/unix/sysv/linux/check_pf.c
sysdeps/unix/sysv/linux/ifaddrs.c