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:           Sat Dec 23 05:14:47 UTC 2006

Modified Files:
        src/lib/libpthread: Makefile pthread.c pthread_alarms.c
            pthread_barrier.c pthread_cond.c pthread_debug.c pthread_int.h
            pthread_lock.c pthread_mutex.c pthread_run.c pthread_rwlock.c
            pthread_sa.c pthread_sig.c pthread_sleep.c pthread_stack.c sem.c

Log Message:
Conditionalised support for 1:1 threads. Needs associated kernel changes
and more work to be useful.


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 src/lib/libpthread/Makefile
cvs rdiff -r1.48 -r1.49 src/lib/libpthread/pthread.c
cvs rdiff -r1.13 -r1.14 src/lib/libpthread/pthread_alarms.c \
    src/lib/libpthread/pthread_rwlock.c
cvs rdiff -r1.6 -r1.7 src/lib/libpthread/pthread_barrier.c
cvs rdiff -r1.18 -r1.19 src/lib/libpthread/pthread_cond.c \
    src/lib/libpthread/pthread_run.c
cvs rdiff -r1.9 -r1.10 src/lib/libpthread/pthread_debug.c \
    src/lib/libpthread/sem.c
cvs rdiff -r1.34 -r1.35 src/lib/libpthread/pthread_int.h
cvs rdiff -r1.14 -r1.15 src/lib/libpthread/pthread_lock.c
cvs rdiff -r1.22 -r1.23 src/lib/libpthread/pthread_mutex.c
cvs rdiff -r1.37 -r1.38 src/lib/libpthread/pthread_sa.c
cvs rdiff -r1.47 -r1.48 src/lib/libpthread/pthread_sig.c
cvs rdiff -r1.7 -r1.8 src/lib/libpthread/pthread_sleep.c
cvs rdiff -r1.17 -r1.18 src/lib/libpthread/pthread_stack.c

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