LinuxTV

dietlibc/libpthread/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [DVB] / dietlibc / libpthread


File Rev. Age Last log entry
[BACK] Parent Directory      
[DIR] Attic/ [show]      
[TXT] .cvsignore 1.1 20 years - checkin of the new libpthread - add confstr
[TXT] CHANGES 1.10 20 years add the semaphore support.
[TXT] Makefile 1.16 8 years upstream Debian patches
[TXT] README 1.6 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_atfork.c 1.6 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_attr_getdetachstate.c 1.3 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_attr_getinheritsched.c 1.3 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_attr_getschedparam.c 1.3 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_attr_getschedpolicy.c 1.3 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_attr_getscope.c 1.4 10 years remove compiler warnings
[TXT] pthread_attr_getstackaddr.c 1.3 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_attr_getstacksize.c 1.2 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_attr_setdetachstate.c 1.4 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_attr_setinheritsched.c 1.4 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_attr_setschedparam.c 1.5 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_attr_setschedpolicy.c 1.4 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_attr_setscope.c 1.5 10 years remove compiler warnings
[TXT] pthread_attr_setstackaddr.c 1.3 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_attr_setstacksize.c 1.3 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_cleanup.c 1.1 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_cond_broadcast.c 1.3 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_cond_destroy.c 1.4 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_cond_init.c 1.4 10 years remove compiler warnings
[TXT] pthread_cond_signal.c 1.4 20 years Thomas Walpuski found a bug and a missing prototype.
[TXT] pthread_cond_timedwait.c 1.6 17 years fix pthread_cond_timedwait
[TXT] pthread_cond_wait.c 1.3 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_condattr_getshared.c 1.2 10 years remove compiler warnings
[TXT] pthread_condattr_setshared.c 1.2 10 years remove compiler warnings
[TXT] pthread_create.c 1.13 14 years first stab at getting TLS to work in actual threads use fs: to find current ...
[TXT] pthread_detach.c 1.3 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_dns_cruft.c 1.1 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_equal.c 1.2 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_fdglue2.c 1.6 20 years the overflow checking in strtou?ll? was broken in some cases. Unfortunatel...
[TXT] pthread_fflush.c 1.1 20 years some more _unlocked functions
[TXT] pthread_fgetc.c 1.1 23 years muß skat spielen ;)
[TXT] pthread_flockfile.c 1.2 22 years so a LITTLE change of stdio.... (urg...) added some weak aliases to assembler re...
[TXT] pthread_fputc.c 1.2 22 years ugh, touched all stdio and ripped out the non-ungetc and unbuffered modes. Did ...
[TXT] pthread_fputs.c 1.1 16 years enable additional warnings shut those warnings up :-) try to make stdio thread-s...
[TXT] pthread_fread.c 1.1 16 years enable additional warnings shut those warnings up :-) try to make stdio thread-s...
[TXT] pthread_ftrylockfile.c 1.1 20 years add ftrylockfile
[TXT] pthread_funlockfile.c 1.3 22 years so a LITTLE change of stdio.... (urg...) added some weak aliases to assembler re...
[TXT] pthread_fwrite.c 1.1 16 years enable additional warnings shut those warnings up :-) try to make stdio thread-s...
[TXT] pthread_internal.c 1.27 7 years we don't need errno_location in libpthread if WANT_TLS is defined (in fact it's ...
[TXT] pthread_join.c 1.4 20 years fixing the pthread_join function minor of the thread_specific data handling
[TXT] pthread_key.c 1.6 19 years Lots of fixes and patches from Markus Oberhumer. libstdc++ compatibility ...
[TXT] pthread_kill.c 1.1 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_mutex_destroy.c 1.5 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_mutex_init.c 1.5 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_mutex_lock.c 1.6 20 years - some more stdio unlocked functions and cleanup with the cancel-points - "new"-...
[TXT] pthread_mutex_trylock.c 1.5 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_mutex_unlock.c 1.6 20 years - some more stdio unlocked functions and cleanup with the cancel-points - "new"-...
[TXT] pthread_mutexattr_getkind_np.c 1.2 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_mutexattr_init.c 1.2 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_mutexattr_setkind_np.c 1.3 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_rwlock_destroy.c 1.1 7 years add really crappy pthread_rwclock implementation for openssl 1.1
[TXT] pthread_rwlock_init.c 1.1 7 years add really crappy pthread_rwclock implementation for openssl 1.1
[TXT] pthread_rwlock_rdlock.c 1.1 7 years add really crappy pthread_rwclock implementation for openssl 1.1
[TXT] pthread_rwlock_tryrdlock.c 1.1 7 years add really crappy pthread_rwclock implementation for openssl 1.1
[TXT] pthread_rwlock_trywrlock.c 1.1 7 years add really crappy pthread_rwclock implementation for openssl 1.1
[TXT] pthread_rwlock_unlock.c 1.1 7 years add really crappy pthread_rwclock implementation for openssl 1.1
[TXT] pthread_rwlock_wrlock.c 1.1 7 years add really crappy pthread_rwclock implementation for openssl 1.1
[TXT] pthread_self.c 1.4 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_semaphore_destroy.c 1.1 20 years add the semaphore support.
[TXT] pthread_semaphore_getvalue.c 1.1 20 years add the semaphore support.
[TXT] pthread_semaphore_init.c 1.1 20 years add the semaphore support.
[TXT] pthread_semaphore_misc.c 1.2 10 years remove compiler warnings
[TXT] pthread_semaphore_post.c 1.1 20 years add the semaphore support.
[TXT] pthread_semaphore_trywait.c 1.1 20 years add the semaphore support.
[TXT] pthread_semaphore_wait.c 1.1 20 years add the semaphore support.
[TXT] pthread_setcancelstate.c 1.4 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_setschedparam.c 1.4 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_sigaction.c 1.1 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_sigmask.c 1.3 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_spinlock.c 1.7 10 years remove compiler warnings
[TXT] pthread_sys_alloc.c 1.9 20 years - some more stdio unlocked functions and cleanup with the cancel-points - "new"-...
[TXT] pthread_sys_close.c 1.2 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_sys_create.c 1.2 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_sys_fcntl.c 1.4 9 years gcc is too picky
[TXT] pthread_sys_fdatasync.c 1.2 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_sys_fsync.c 1.2 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_sys_logging.c 1.4 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_sys_msync.c 1.1 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_sys_nanosleep.c 1.2 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_sys_open.c 1.4 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_sys_pause.c 1.2 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_sys_read.c 1.3 18 years update syscalls lots of fixes from Markus FX Oberhumer: * better signal ...
[TXT] pthread_sys_sigsuspend.c 1.2 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_sys_sleep.c 1.1 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_sys_tcdrain.c 1.4 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_sys_waitpid.c 1.3 20 years - checkin of the new libpthread - add confstr
[TXT] pthread_sys_write.c 1.3 18 years update syscalls lots of fixes from Markus FX Oberhumer: * better signal ...
[TXT] test-basic.c 1.2 20 years fixing the pthread_join function minor of the thread_specific data handling
[TXT] test-threads_busy.c 1.1 20 years - checkin of the new libpthread - add confstr
[TXT] test-threads_busy_inc.c 1.1 20 years - checkin of the new libpthread - add confstr
[TXT] test-threads_many.c 1.2 20 years fixing the pthread_join function minor of the thread_specific data handling
[TXT] thread_internal.h 1.32 14 years first stab at getting TLS to work in actual threads use fs: to find current ...

General options
,

LinuxTV legacy CVS <linuxtv.org/cvs>