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 nscd/servicescache.c nscd/gai.c nptl/allo ...


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	drepper@sourceware.org	2007-08-13 18:33:02

Modified files:
	nscd           : servicescache.c gai.c 
	nptl           : allocatestack.c pthread_create.c 
	                 pthread_mutex_init.c init.c 
	                 pthread_cond_timedwait.c 
	nptl/sysdeps/unix/sysv/linux/alpha: lowlevellock.h 
	nptl/sysdeps/unix/sysv/linux/ia64: lowlevellock.h 
	nptl/sysdeps/unix/sysv/linux/i386/i486: 
	                                        pthread_rwlock_timedrdlock.S 
	                                        pthread_rwlock_wrlock.S 
	                                        pthread_rwlock_rdlock.S 
	                                        pthread_rwlock_unlock.S 
	                                        pthread_cond_timedwait.S 
	                                        pthread_rwlock_timedwrlock.S 
	nptl/sysdeps/unix/sysv/linux/s390: lowlevellock.h 
	nptl/sysdeps/unix/sysv/linux/powerpc: lowlevellock.h 
	nptl/sysdeps/unix/sysv/linux/sparc: lowlevellock.h 
	nptl/sysdeps/unix/sysv/linux/sh: pthread_cond_timedwait.S 
	sysdeps/unix/sysv/linux: statfs64.c fstatfs64.c fxstatat.c 
	                         xstatconv.c if_index.c ifaddrs.c 
	sysdeps/unix/sysv/linux/s390/s390-32: mmap.S mmap64.S 
	sysdeps/unix/sysv/linux/sparc/sparc64: xstat.c 

Log message:
	Include kernel-features.h.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nscd/servicescache.c.diff?cvsroot=glibc&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nscd/gai.c.diff?cvsroot=glibc&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/allocatestack.c.diff?cvsroot=glibc&r1=1.76&r2=1.77
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/pthread_create.c.diff?cvsroot=glibc&r1=1.57&r2=1.58
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/pthread_mutex_init.c.diff?cvsroot=glibc&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/init.c.diff?cvsroot=glibc&r1=1.72&r2=1.73
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/pthread_cond_timedwait.c.diff?cvsroot=glibc&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/alpha/lowlevellock.h.diff?cvsroot=glibc&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/ia64/lowlevellock.h.diff?cvsroot=glibc&r1=1.25&r2=1.26
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S.diff?cvsroot=glibc&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S.diff?cvsroot=glibc&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S.diff?cvsroot=glibc&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S.diff?cvsroot=glibc&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S.diff?cvsroot=glibc&r1=1.41&r2=1.42
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S.diff?cvsroot=glibc&r1=1.15&r2=1.16
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h.diff?cvsroot=glibc&r1=1.19&r2=1.20
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h.diff?cvsroot=glibc&r1=1.31&r2=1.32
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h.diff?cvsroot=glibc&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S.diff?cvsroot=glibc&r1=1.16&r2=1.17
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/unix/sysv/linux/statfs64.c.diff?cvsroot=glibc&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/unix/sysv/linux/fstatfs64.c.diff?cvsroot=glibc&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/unix/sysv/linux/fxstatat.c.diff?cvsroot=glibc&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/unix/sysv/linux/xstatconv.c.diff?cvsroot=glibc&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/unix/sysv/linux/if_index.c.diff?cvsroot=glibc&r1=1.29&r2=1.30
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/unix/sysv/linux/ifaddrs.c.diff?cvsroot=glibc&r1=1.19&r2=1.20
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/unix/sysv/linux/s390/s390-32/mmap.S.diff?cvsroot=glibc&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S.diff?cvsroot=glibc&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c.diff?cvsroot=glibc&r1=1.2&r2=1.3


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