The NetBSD Project

src/lib/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: [cvs.NetBSD.org] / src / lib / libpthread

Current tag: netbsd-7


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] arch/        
[DIR] include/        
[DIR] machdep/        
[DIR] pthreads/        
[DIR] stdio/        
[TXT] Makefile  1.84   9 years  matt   MKCOMPAT fixes for when compat MACHINE_CPU != normal MACHINE_CPU
[TXT] README  1.6   14 years  wiz   branches: 1.6.28; 1.6.32; Add CAVEATS section: Due to limitations in the curre...
[TXT] TODO  1.17   12 years  joerg   branches: 1.17.22; 1.17.26; ld.elf_so is reentrant.
[TXT] affinity.3  1.8   12 years  wiz   Do not xref to itself.
[TXT] pthread.3  1.14   13 years  jruoho   branches: 1.14.28; Add the Butenhof's book to SEE ALSO. (It was decent enough w...
[TXT] pthread.c  1.144.4.1   8 years  martin   Pull up following revision(s) (requested by manu in ticket #829): lib/libpthrea...
[TXT] pthread.h  1.35   11 years  christos   add pthread_condattr_setclock(3)
[TXT] pthread_attr.3  1.22   11 years  uwe   Each get function "has" a set counterpart, it doesn't "contain" it.
[TXT] pthread_attr.c  1.16   12 years  joerg   branches: 1.16.24; Separate pthread_t from thread stack. Drop additional alignm...
[TXT] pthread_attr_get_np.3  1.4   13 years  christos   document pthread_getattr_np
[TXT] pthread_attr_getdetachstate.3  1.2   13 years  jruoho   Update conformance to the 2001 revision.
[TXT] pthread_attr_getguardsize.3  1.2   13 years  wiz   Whitespace nit.
[TXT] pthread_attr_getinheritsched.3  1.3   10 years  christos   s/inherited/inherit/
[TXT] pthread_attr_getname_np.3  1.6   13 years  jruoho   Add missing prototypes. Noted by wiz@ -- thanks.
[TXT] pthread_attr_getschedparam.3  1.2   13 years  jruoho   Group also pthread_attr_getschedparam(3) and pthread_attr_getschedpolicy(3), as ...
[TXT] pthread_attr_getscope.3  1.2   13 years  njoly   Add missing list end.
[TXT] pthread_attr_getstack.3  1.5   13 years  jruoho   Note also alignment via mmap(2), as done in NetBSD.
[TXT] pthread_attr_setcreatesuspend_np.3  1.4   13 years  jruoho   Add the last compatibility note for the NetBSD extensions.
[TXT] pthread_barrier.3  1.4   13 years  jruoho   Update ERRORS, tidy SEE ALSO.
[TXT] pthread_barrier.c  1.19   15 years  ad   pthread_barrier: Fix numerous stupid bugs. Surprising that nobody complained yet...
[TXT] pthread_barrierattr.3  1.9   13 years  wiz   Add missing word.
[TXT] pthread_cancel.3  1.6   10 years  dholland   typo
[TXT] pthread_cancelstub.c  1.38   11 years  christos   branches: 1.38.32; - Allow libpthread to be dlopened again, by providing libc s...
[TXT] pthread_cleanup_push.3  1.6   13 years  jruoho   Update conformance to the 2001 revision.
[TXT] pthread_compat.c  1.3   10 years  christos   remove compatibility code for handling CLOCK_MONOTONIC and handle it in the sysc...
[TXT] pthread_cond.3  1.6   11 years  uwe   Use .Vt type var No = Dv INITIALIZER; to provide examples of static initiali...
[TXT] pthread_cond.c  1.63   10 years  christos   remove compatibility code for handling CLOCK_MONOTONIC and handle it in the sysc...
[TXT] pthread_condattr.3  1.9   11 years  wiz   Fix pasto.
[TXT] pthread_create.3  1.7   13 years  jruoho   Update conformance to the 2001 revision.
[TXT] pthread_curcpu_np.3  1.2   12 years  wiz   branches: 1.2.4; Fix typo.
[TXT] pthread_detach.3  1.4   13 years  jruoho   Update conformance to the 2001 revision.
[TXT] pthread_equal.3  1.4   13 years  jruoho   Update conformance to the 2001 revision.
[TXT] pthread_exit.3  1.5   13 years  jruoho   Update conformance to the 2001 revision.
[TXT] pthread_getname_np.3  1.4   13 years  jruoho   Rationalize by moving pthread_attr_setname_np(3) to pthread_attr_getname_np(3)...
[TXT] pthread_getspecific.3  1.5   13 years  wiz   Mark up NULL, remove double space.
[TXT] pthread_int.h  1.89.8.1   8 years  martin   Pull up following revision(s) (requested by manu in ticket #829): lib/libpthrea...
[TXT] pthread_join.3  1.6   13 years  wiz   Mark up NULL.
[TXT] pthread_key_create.3  1.6.24.1   8 years  martin   Pull up following revision(s) (requested by manu in ticket #829): lib/libpthrea...
[TXT] pthread_kill.3  1.9   13 years  jruoho   Update conformance to the 2001 revision.
[TXT] pthread_lock.c  1.34   15 years  martin   branches: 1.34.8; Remove clause 3 and 4 from TNF licenses
[TXT] pthread_misc.c  1.15   11 years  christos   branches: 1.15.30; 1.15.32; - Allow libpthread to be dlopened again, by provid...
[TXT] pthread_mutex.3  1.6   11 years  uwe   Use .Vt type var No = Dv INITIALIZER; to provide examples of static initiali...
[TXT] pthread_mutex.c  1.59   10 years  rmind   pthread__mutex_lock_slow: fix the handling of a potential race with the non-inte...
[TXT] pthread_mutexattr.3  1.11   13 years  jruoho   .Xr instaed of .Fn for pthread_mutex_init(3), update the error codes, cleanup ST...
[TXT] pthread_once.3  1.9   11 years  uwe   Refer to init_routine in the DESCRIPTION section with .Fa instead of .Fn
[TXT] pthread_once.c  1.3   11 years  christos   - Allow libpthread to be dlopened again, by providing libc stubs to libpthread. ...
[TXT] pthread_queue.h  1.5   14 years  rmind   Add check to avoid multiple inclusions and redefinitions. KNF while here.
[TXT] pthread_rwlock.3  1.5   11 years  uwe   Mark up (unsupported) PTHREAD_PROCESS_SHARED with .Dv macro.
[TXT] pthread_rwlock.c  1.33   11 years  christos   - Allow libpthread to be dlopened again, by providing libc stubs to libpthread. ...
[TXT] pthread_rwlockattr.3  1.8   13 years  jruoho   Update conformance to the 2001 revision.
[TXT] pthread_schedparam.3  1.7   13 years  jruoho   Update conformance to the 2001 revision.
[TXT] pthread_self.3  1.4   13 years  jruoho   Update conformance to the 2001 revision.
[TXT] pthread_sigmask.3  1.9   13 years  wiz   Mark up NULL.
[TXT] pthread_specific.c  1.26   11 years  christos   - Allow libpthread to be dlopened again, by providing libc stubs to libpthread. ...
[TXT] pthread_spin.3  1.5   13 years  wiz   Mark up NULL.
[TXT] pthread_spin.c  1.6   11 years  matt   branches: 1.6.24; 1.6.32; 1.6.34; Add a pthread__smt_wake and add support for...
[TXT] pthread_suspend_np.3  1.5   13 years  jruoho   Fix the return values; pthread_resume_np() may fail with ESRCH. In addition, som...
[TXT] pthread_testcancel.3  1.9   10 years  riastradh   Merge riastradh-drm2 to HEAD.
[TXT] pthread_tsd.c  1.11.8.1   8 years  martin   Pull up following revision(s) (requested by manu in ticket #829): lib/libpthrea...
[TXT] pthread_types.h  1.13   15 years  matt   branches: 1.13.6; Change pthread_mutex_t to use the amount of space as and be c...
[TXT] res_state.c  1.6   15 years  martin   branches: 1.6.8; Remove clause 3 and 4 from TNF licenses
[TXT] shlib_version  1.16   10 years  christos   bump for pthread_cond_setclock
[TXT] sem.c (in the Attic) [Hide]  1.24   12 years  joerg   branches: 1.24.32; Fix error handling


CVSweb <webmaster@jp.NetBSD.org>