This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libc ./ChangeLog nscd/gai.c sysdeps/unix/sysv/ ...


CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_5-branch
Changes by:	jakub@sourceware.org	2007-07-12 15:12:29

Modified files:
	.              : ChangeLog 
	nscd           : gai.c 
	sysdeps/unix/sysv/linux: check_pf.c ifaddrs.c 

Log message:
	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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/ChangeLog.diff?cvsroot=glibc&only_with_tag=glibc-2_5-branch&r1=1.10362.2.73&r2=1.10362.2.74
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nscd/gai.c.diff?cvsroot=glibc&only_with_tag=glibc-2_5-branch&r1=1.4&r2=1.4.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/unix/sysv/linux/check_pf.c.diff?cvsroot=glibc&only_with_tag=glibc-2_5-branch&r1=1.8&r2=1.8.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/unix/sysv/linux/ifaddrs.c.diff?cvsroot=glibc&only_with_tag=glibc-2_5-branch&r1=1.16&r2=1.16.2.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]