Source-Changes archive

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

CVS commit: src/lib/libpthread



Module Name:    src
Committed By:   ad
Date:           Sun Feb 10 18:50:55 UTC 2008

Modified Files:
        src/lib/libpthread: Makefile pthread_int.h pthread_misc.c
            pthread_mutex.c pthread_rwlock.c
        src/lib/libpthread/arch/hppa: pthread_md.h
        src/lib/libpthread/arch/i386: _context_u.S pthread_md.h
        src/lib/libpthread/arch/m68k: pthread_md.h
        src/lib/libpthread/arch/sh3: pthread_md.h
        src/lib/libpthread/arch/sparc: pthread_md.h
        src/lib/libpthread/arch/vax: pthread_md.h
        src/lib/libpthread/arch/x86_64: _context_u.S pthread_md.h
Removed Files:
        src/lib/libpthread: pthread_mutex2.c pthread_rwlock2.c

Log Message:
- Remove libpthread's atomic ops.
- Remove the old spinlock-based mutex and rwlock implementations.
- Use the atomic ops from libc.


To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 src/lib/libpthread/Makefile
cvs rdiff -r1.65 -r1.66 src/lib/libpthread/pthread_int.h
cvs rdiff -r1.6 -r1.7 src/lib/libpthread/pthread_misc.c
cvs rdiff -r1.43 -r1.44 src/lib/libpthread/pthread_mutex.c
cvs rdiff -r1.17 -r0 src/lib/libpthread/pthread_mutex2.c
cvs rdiff -r1.26 -r1.27 src/lib/libpthread/pthread_rwlock.c
cvs rdiff -r1.9 -r0 src/lib/libpthread/pthread_rwlock2.c
cvs rdiff -r1.4 -r1.5 src/lib/libpthread/arch/hppa/pthread_md.h
cvs rdiff -r1.7 -r1.8 src/lib/libpthread/arch/i386/_context_u.S
cvs rdiff -r1.11 -r1.12 src/lib/libpthread/arch/i386/pthread_md.h
cvs rdiff -r1.4 -r1.5 src/lib/libpthread/arch/m68k/pthread_md.h
cvs rdiff -r1.3 -r1.4 src/lib/libpthread/arch/sh3/pthread_md.h
cvs rdiff -r1.4 -r1.5 src/lib/libpthread/arch/sparc/pthread_md.h
cvs rdiff -r1.4 -r1.5 src/lib/libpthread/arch/vax/pthread_md.h
cvs rdiff -r1.9 -r1.10 src/lib/libpthread/arch/x86_64/_context_u.S
cvs rdiff -r1.7 -r1.8 src/lib/libpthread/arch/x86_64/pthread_md.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index