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 include/atomic.h nptl/ChangeL ...


CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	fedora-branch
Changes by:	jakub@sources.redhat.com	2006-02-17 16:18:21

Modified files:
	.              : ChangeLog 
	include        : atomic.h 
	nptl           : ChangeLog 
	nptl/sysdeps/unix/sysv/linux/alpha: lowlevellock.h 
	nptl/sysdeps/unix/sysv/linux/ia64: lowlevellock.h 
	nptl/sysdeps/unix/sysv/linux/powerpc: lowlevellock.h 
	nptl/sysdeps/unix/sysv/linux/s390: lowlevellock.h 
Added files:
	nptl/sysdeps/unix/sysv/linux: lowlevelrobustlock.c 

Log message:
	* include/atomic.h (atomic_and, atomic_or): Define.
	nptl/
	* sysdeps/unix/sysv/linux/alpha/lowlevellock.h (lll_robust_mutex_dead,
	lll_robust_mutex_trylock, lll_robust_mutex_lock,
	lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
	lll_robust_mutex_unlock): New macros.
	(__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
	* sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
	* sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
	* sysdeps/unix/sysv/linux/lowlevelrobustlock.c: New file.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/ChangeLog.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.8782.2.163&r2=1.8782.2.164
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/include/atomic.h.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.15.2.1&r2=1.15.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/ChangeLog.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.706.2.78&r2=1.706.2.79
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/alpha/lowlevellock.h.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.5.2.1&r2=1.5.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/ia64/lowlevellock.h.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.17.2.1&r2=1.17.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.18.2.2&r2=1.18.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h.diff?cvsroot=glibc&only_with_tag=fedora-branch&r1=1.12.2.1&r2=1.12.2.2


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