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-6-base


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[DIR] arch/        
[DIR] include/        
[DIR] machdep/        
[DIR] pthreads/        
[DIR] stdio/        
[TXT] TODO  1.17   12 years  joerg   branches: 1.17.22; 1.17.26; ld.elf_so is reentrant.
[TXT] pthread_int.h  1.82   12 years  joerg   branches: 1.82.2; Introduce __HAVE_NO___THREAD for sun2 and vax to disable the ...
[TXT] affinity.3  1.8   12 years  wiz   Do not xref to itself.
[TXT] pthread_curcpu_np.3  1.2   12 years  wiz   branches: 1.2.4; Fix typo.
[TXT] Makefile  1.73   12 years  yamt   branches: 1.73.2; document pthread_curcpu_np
[TXT] pthread.c  1.125   12 years  christos   branches: 1.125.2; 1.125.4; put back pthread__dbg variable; this is set to no ...
[TXT] pthread_cancelstub.c  1.35   12 years  joerg   branches: 1.35.4; 1.35.6; Don't kill the read(2) stub, just the magic around i...
[TXT] pthread_cond.c  1.56   13 years  skrll   branches: 1.56.6; 1.56.8; Spell immediately correctly.
[TXT] pthread_attr.c  1.15   13 years  christos   branches: 1.15.6; move namespace protection before inclusion.
[TXT] pthread_testcancel.3  1.7   13 years  wiz   branches: 1.7.6; 1.7.12; 1.7.16; Fix typo.
[TXT] pthread_attr_get_np.3  1.4   13 years  christos   document pthread_getattr_np
[TXT] pthread.h  1.34   13 years  christos   branches: 1.34.6; 1.34.8; 1.34.12; Add pthread_getattr_np()
[TXT] pthread_cond.3  1.5   13 years  wiz   branches: 1.5.6; 1.5.12; Fix typo.
[TXT] pthread_barrier.3  1.4   13 years  jruoho   Update ERRORS, tidy SEE ALSO.
[TXT] pthread_condattr.3  1.7   13 years  jruoho   branches: 1.7.6; 1.7.8; 1.7.12; Re-add EINVAL for pthread_condattr_destroy(3)...
[TXT] pthread_attr_getstack.3  1.5   13 years  jruoho   Note also alignment via mmap(2), as done in NetBSD.
[TXT] pthread_cancel.3  1.5   13 years  jruoho   branches: 1.5.6; 1.5.12; Rewrite this for clarity. Also remove AUTHORS; someon...
[TXT] pthread_attr_getname_np.3  1.6   13 years  jruoho   Add missing prototypes. Noted by wiz@ -- thanks.
[TXT] pthread_join.3  1.6   13 years  wiz   Mark up NULL.
[TXT] pthread_key_create.3  1.6   13 years  wiz   branches: 1.6.24; Mark up NULL.
[TXT] pthread_mutex.3  1.5   13 years  wiz   branches: 1.5.6; 1.5.12; Mark up NULL.
[TXT] pthread_rwlock.3  1.3   13 years  wiz   branches: 1.3.6; 1.3.12; Mark up NULL.
[TXT] pthread_sigmask.3  1.9   13 years  wiz   Mark up NULL.
[TXT] pthread_spin.3  1.5   13 years  wiz   Mark up NULL.
[TXT] pthread_getspecific.3  1.5   13 years  wiz   Mark up NULL, remove double space.
[TXT] pthread_barrierattr.3  1.9   13 years  wiz   Add missing word.
[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_attr_setcreatesuspend_np.3  1.4   13 years  jruoho   Add the last compatibility note for the NetBSD extensions.
[TXT] pthread_attr.3  1.21   13 years  jruoho   branches: 1.21.6; 1.21.12; Update conformance to the 2001 revision.
[TXT] pthread_attr_getdetachstate.3  1.2   13 years  jruoho   Update conformance to the 2001 revision.
[TXT] pthread_cleanup_push.3  1.6   13 years  jruoho   Update conformance to the 2001 revision.
[TXT] pthread_create.3  1.7   13 years  jruoho   Update conformance to the 2001 revision.
[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_kill.3  1.9   13 years  jruoho   Update conformance to the 2001 revision.
[TXT] pthread_once.3  1.7   13 years  jruoho   branches: 1.7.6; 1.7.12; Update conformance to the 2001 revision.
[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_getname_np.3  1.4   13 years  jruoho   Rationalize by moving pthread_attr_setname_np(3) to pthread_attr_getname_np(3)...
[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_attr_getschedparam.3  1.2   13 years  jruoho   Group also pthread_attr_getschedparam(3) and pthread_attr_getschedpolicy(3), as ...
[TXT] pthread_attr_getguardsize.3  1.2   13 years  wiz   Whitespace nit.
[TXT] pthread_attr_getinheritsched.3  1.2   13 years  wiz   branches: 1.2.6; 1.2.12; Sort sections.
[TXT] pthread_attr_getscope.3  1.2   13 years  njoly   Add missing list end.
[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_queue.h  1.5   14 years  rmind   Add check to avoid multiple inclusions and redefinitions. KNF while here.
[TXT] pthread_misc.c  1.14   14 years  enami   branches: 1.14.6; 1.14.8; 1.14.12; Make nanosleep cancelable again.
[TXT] README  1.6   14 years  wiz   branches: 1.6.28; 1.6.32; Add CAVEATS section: Due to limitations in the curre...
[TXT] pthread_barrier.c  1.19   15 years  ad   pthread_barrier: Fix numerous stupid bugs. Surprising that nobody complained yet...
[TXT] shlib_version  1.14   15 years  christos   branches: 1.14.8; 1.14.10; merge christos-time_t
[TXT] pthread_rwlock.c  1.32   15 years  yamt   branches: 1.32.4; 1.32.20; 1.32.22; 1.32.26; remove ; after __weak_alias()
[TXT] pthread_compat.c  1.2   15 years  ad   branches: 1.2.4; 1.2.20; 1.2.26; Adjust the compat stuff slightly so that the...
[TXT] pthread_mutex.c  1.51   15 years  matt   branches: 1.51.2; 1.51.4; 1.51.6; 1.51.22; Change pthread_mutex_t to use the...
[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] pthread_specific.c  1.21   15 years  ad   branches: 1.21.2; 1.21.6; 1.21.22; pthread_curcpu_np: remove hack for pthread...
[TXT] res_state.c  1.6   15 years  martin   branches: 1.6.8; Remove clause 3 and 4 from TNF licenses
[TXT] pthread_lock.c  1.34   15 years  martin   branches: 1.34.8; Remove clause 3 and 4 from TNF licenses
[TXT] pthread_spin.c  1.5   15 years  martin   branches: 1.5.4; 1.5.8; Remove clause 3 and 4 from TNF licenses
[TXT] pthread_tsd.c  1.7   15 years  martin   branches: 1.7.4; 1.7.8; 1.7.24; Remove clause 3 and 4 from TNF licenses


CVSweb <webmaster@jp.NetBSD.org>