[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r8386 - in /fsf/trunk/libc: ChangeLog nptl/ChangeLog sysdeps/unix/sysv/linux/ifaddrs.c



Author: eglibc
Date: Thu Apr 30 00:04:44 2009
New Revision: 8386

Log:
Import glibc-mainline for 2009-04-30

Modified:
    fsf/trunk/libc/ChangeLog
    fsf/trunk/libc/nptl/ChangeLog
    fsf/trunk/libc/sysdeps/unix/sysv/linux/ifaddrs.c

Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Thu Apr 30 00:04:44 2009
@@ -1,3 +1,8 @@
+2009-04-29  Jakub Jelinek  <jakub@xxxxxxxxxx>
+
+	* sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12
+	comment change.
+
 2009-04-27  Jakub Jelinek  <jakub@xxxxxxxxxx>
 
 	* locale/programs/locarchive.c (create_archive): Add MAP_PRIVATE

Modified: fsf/trunk/libc/nptl/ChangeLog
==============================================================================
--- fsf/trunk/libc/nptl/ChangeLog (original)
+++ fsf/trunk/libc/nptl/ChangeLog Thu Apr 30 00:04:44 2009
@@ -100,6 +100,15 @@
 
 	* sysdeps/pthread/list.h (list_add): Initialize new element first.
 	(list_add_tail): Removed.
+
+2009-01-07  Ulrich Drepper  <drepper@xxxxxxxxxx>
+
+	* (in_flight_stack): New variable.
+	(stack_list_del): New function.  Use instead of list_del.
+	(stack_list_add): New function.  Use instead of list_add when adding to
+	stack_cache and stack_used lists.
+	(__reclaim_stacks): Complete operations on stack_cache and stack_used lists
+	when the fork call interrupted another thread.
 
 2009-01-04  Ulrich Drepper  <drepper@xxxxxxxxxx>
 

Modified: fsf/trunk/libc/sysdeps/unix/sysv/linux/ifaddrs.c
==============================================================================
--- fsf/trunk/libc/sysdeps/unix/sysv/linux/ifaddrs.c (original)
+++ fsf/trunk/libc/sysdeps/unix/sysv/linux/ifaddrs.c Thu Apr 30 00:04:44 2009
@@ -1,5 +1,5 @@
 /* getifaddrs -- get names and addresses of all network interfaces
-   Copyright (C) 2003-2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2003-2008, 2009 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -323,7 +323,7 @@
 
 /* Create a linked list of `struct ifaddrs' structures, one for each
    network interface on the host machine.  If successful, store the
-   list in *IFAP and 2004, 2005, 2006, return 0.  On errors, return -1 and set `errno'.  */
+   list in *IFAP and return 0.  On errors, return -1 and set `errno'.  */
 int
 getifaddrs (struct ifaddrs **ifap)
 {