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/nptl/sysdeps unix/sysv/linux/x86_64/pthre ...


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	drepper@sourceware.org	2006-09-08 10:39:42

Modified files:
	nptl/sysdeps/unix/sysv/linux/x86_64: pthread_cond_wait.S 
	nptl/sysdeps/unix/sysv/linux/i386/i486: pthread_cond_wait.S 
	                                        pthread_cond_timedwait.S 
	nptl/sysdeps/pthread: pthread_cond_wait.c 

Log message:
	Don't increment WAKEUP_SEQ in cleanup handler if this would increase
	the value beyond TOTAL_SEQ.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S.diff?cvsroot=glibc&r1=1.22&r2=1.23
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S.diff?cvsroot=glibc&r1=1.32&r2=1.33
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S.diff?cvsroot=glibc&r1=1.37&r2=1.38
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/pthread/pthread_cond_wait.c.diff?cvsroot=glibc&r1=1.16&r2=1.17


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