svn commit: branches/uClibc-nptl/libpthread/nptl: sysdeps/pthread sysdeps/unix/sysv/linux etc...

sjhill at uclibc.org sjhill at uclibc.org
Sun Feb 5 05:56:04 UTC 2006


Author: sjhill
Date: 2006-02-04 21:56:00 -0800 (Sat, 04 Feb 2006)
New Revision: 13853

Log:
Get rid of versioning and shared library compatibility code. We want to start with as clean of a slate as possible. Whip me, beat me, make me shrink the code.


Modified:
   branches/uClibc-nptl/libpthread/nptl/allocatestack.c
   branches/uClibc-nptl/libpthread/nptl/events.c
   branches/uClibc-nptl/libpthread/nptl/forward.c
   branches/uClibc-nptl/libpthread/nptl/init.c
   branches/uClibc-nptl/libpthread/nptl/pt-cleanup.c
   branches/uClibc-nptl/libpthread/nptl/pthreadP.h
   branches/uClibc-nptl/libpthread/nptl/pthread_attr_destroy.c
   branches/uClibc-nptl/libpthread/nptl/pthread_attr_init.c
   branches/uClibc-nptl/libpthread/nptl/pthread_attr_setstack.c
   branches/uClibc-nptl/libpthread/nptl/pthread_attr_setstacksize.c
   branches/uClibc-nptl/libpthread/nptl/pthread_cond_destroy.c
   branches/uClibc-nptl/libpthread/nptl/pthread_cond_init.c
   branches/uClibc-nptl/libpthread/nptl/pthread_create.c
   branches/uClibc-nptl/libpthread/nptl/pthread_mutex_destroy.c
   branches/uClibc-nptl/libpthread/nptl/pthread_mutex_init.c
   branches/uClibc-nptl/libpthread/nptl/sem_destroy.c
   branches/uClibc-nptl/libpthread/nptl/sem_getvalue.c
   branches/uClibc-nptl/libpthread/nptl/sem_init.c
   branches/uClibc-nptl/libpthread/nptl/sem_open.c
   branches/uClibc-nptl/libpthread/nptl/sem_unlink.c
   branches/uClibc-nptl/libpthread/nptl/sysdeps/pthread/pthread_cond_broadcast.c
   branches/uClibc-nptl/libpthread/nptl/sysdeps/pthread/pthread_cond_signal.c
   branches/uClibc-nptl/libpthread/nptl/sysdeps/pthread/pthread_cond_timedwait.c
   branches/uClibc-nptl/libpthread/nptl/sysdeps/pthread/pthread_cond_wait.c
   branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/fork.c
   branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/fork.h
   branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S
   branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S
   branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S
   branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c
   branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c
   branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c
   branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c
   branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c
   branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c
   branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/sem_post.c
   branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/sem_timedwait.c
   branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/sem_trywait.c
   branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/sem_wait.c
   branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c
   branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c
   branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c
   branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c
   branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c
   branches/uClibc-nptl/libpthread/nptl/vars.c


Changeset:

Sorry, the patch is too large to include (1505 lines).
Please use ViewCVS to see it!

http://uclibc.org/cgi-bin/viewcvs.cgi?view=rev&root=svn&rev=13853



More information about the uClibc-cvs mailing list