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: pgoyette-compat-0930


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] arch/        
[DIR] include/        
[DIR] machdep/        
[DIR] pthreads/        
[DIR] stdio/        
[TXT] pthread.c  1.152   5 years  kamil   Drop a duplicate instruction line No functional change intended.
[TXT] pthread_int.h  1.94   6 years  joerg   branches: 1.94.6; Export the guard size of the main thread via vm.guard_size. A...
[TXT] Makefile  1.90   5 years  christos   branches: 1.90.2; But set NOSANITIZER
[TXT] pthread_cond.c  1.65   6 years  christos   branches: 1.65.4; 1.65.6; unconst the timestamp
[TXT] pthread_mutex.c  1.64   6 years  kre   branches: 1.64.4; Deal with more lwp_park() timestamp unconsting
[TXT] pthread.h  1.41   6 years  kamil   Remove namespace restriction from pthread_condattr_{g,s}etclock(3) These functi...
[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_lock.c  1.34   15 years  martin   branches: 1.34.8; Remove clause 3 and 4 from TNF licenses
[TXT] pthread_rwlock.c  1.34   7 years  christos   branches: 1.34.16; 1.34.18; GSoC 2016 Charles Cui: Implement thread priority p...
[TXT] pthread_specific.c  1.26   11 years  christos   - Allow libpthread to be dlopened again, by providing libc stubs to libpthread. ...
[TXT] pthread_types.h  1.23   6 years  kamil   Support <pthread_typs.h> on C89 compilers Clang 5.0.0(svn) reports warnings on ...
[TXT] pthread_attr.3  1.22   11 years  uwe   Each get function "has" a set counterpart, it doesn't "contain" it.
[TXT] pthread_barrier.c  1.20   7 years  christos   branches: 1.20.16; GSoC 2016 Charles Cui: Implement thread priority protection ...
[TXT] TODO  1.19   6 years  joerg   Export the guard size of the main thread via vm.guard_size. Add a complementary ...
[TXT] pthread.3  1.18   6 years  wiz   Remove superfluous Tn.
[TXT] pthread_attr.c  1.18   6 years  martin   branches: 1.18.4; pthread__attr_init_private: malloc+memset -> calloc. Also ini...
[TXT] shlib_version  1.18   5 years  maya   Add a todo item for a future major bump (rename many symbols)
[TXT] pthread_tsd.c  1.16   6 years  christos   branches: 1.16.6; PR/52386: Use the number of iterations we document.
[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_mutexattr.3  1.14   7 years  njoly   Fix a typo : pthread_mutexaddr_init -> pthread_mutexattr_init.
[TXT] pthread_barrierattr.3  1.13   6 years  abhinav   All the four functions described in the man page conform to POSIX.1
[TXT] pthread_condattr.3  1.12   7 years  maya   Remove outdated CAVEATS. Not sure everything is standards compliant, but I've b...
[TXT] pthread_mutex.3  1.10   6 years  abhinav   branches: 1.10.4; Add missing function names in the NAME section for rest of th...
[TXT] pthread_once.3  1.10   7 years  wiz   Fix some lint. Too much or too little whitespace; improve macro usage; add miss...
[TXT] pthread_rwlockattr.3  1.10   7 years  wiz   Fix some lint. Too much or too little whitespace; improve macro usage; add miss...
[TXT] pthread_cond.3  1.9   5 years  kre   PR lib/53477 (rudolf at eq.cz) - correct an obvious mistake.
[TXT] pthread_key_create.3  1.9   6 years  abhinav   Add missing function names in the NAME section for rest of the man pages in libp...
[TXT] pthread_kill.3  1.9   13 years  jruoho   Update conformance to the 2001 revision.
[TXT] pthread_sigmask.3  1.9   13 years  wiz   Mark up NULL.
[TXT] pthread_testcancel.3  1.9   10 years  riastradh   Merge riastradh-drm2 to HEAD.
[TXT] affinity.3  1.8   12 years  wiz   Do not xref to itself.
[TXT] pthread_attr_getstack.3  1.8   6 years  wiz   Remove superfluous Tn.
[TXT] pthread_barrier.3  1.8   6 years  abhinav   Remove description of pthread_barrierattr_getpshared and pthread_barrierattr_set...
[TXT] pthread_schedparam.3  1.8   6 years  wiz   Remove workaround for ancient HTML generation code.
[TXT] README  1.7   7 years  kamil   libpthread_dbg(3) deletion from the base distribution libpthread_dbg(3) is a re...
[TXT] pthread_attr_getname_np.3  1.7   6 years  abhinav   Add missing function names in the NAME section for rest of the man pages in libp...
[TXT] pthread_create.3  1.7   13 years  jruoho   Update conformance to the 2001 revision.
[TXT] pthread_rwlock.3  1.7   6 years  abhinav   Add missing function names in the NAME section for rest of the man pages in libp...
[TXT] pthread_cancel.3  1.6   10 years  dholland   typo
[TXT] pthread_cleanup_push.3  1.6   13 years  jruoho   Update conformance to the 2001 revision.
[TXT] pthread_compat.c  1.6   6 years  kre   Revert last 2 updates - these are, of course, not needed at all...
[TXT] pthread_getspecific.3  1.6   6 years  abhinav   Add missing function names in the NAME section for rest of the man pages in libp...
[TXT] pthread_join.3  1.6   13 years  wiz   Mark up NULL.
[TXT] pthread_spin.3  1.6   6 years  abhinav   Add missing function names in the NAME section for rest of the man pages in libp...
[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] res_state.c  1.6   15 years  martin   branches: 1.6.8; Remove clause 3 and 4 from TNF licenses
[TXT] pthread_attr_get_np.3  1.5   6 years  abhinav   Add pthread_getattr_np to the NAME section
[TXT] pthread_attr_getguardsize.3  1.5   6 years  abhinav   Add missing function names in the NAME section for rest of the man pages in libp...
[TXT] pthread_exit.3  1.5   13 years  jruoho   Update conformance to the 2001 revision.
[TXT] pthread_getcpuclockid.3  1.5   7 years  njoly   Fix man page ERRORS section for (clock,pthread}_getcpuclockid to match reality.
[TXT] pthread_getname_np.3  1.5   6 years  abhinav   Add missing function names in the NAME section for rest of the man pages in libp...
[TXT] pthread_queue.h  1.5   14 years  rmind   Add check to avoid multiple inclusions and redefinitions. KNF while here.
[TXT] pthread_self.3  1.5   6 years  wiz   Remove superfluous Tn.
[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_getdetachstate.3  1.4   6 years  wiz   Remove superfluous Tn.
[TXT] pthread_attr_getinheritsched.3  1.4   6 years  abhinav   Add missing function names in the NAME section for rest of the man pages in libp...
[TXT] pthread_attr_getscope.3  1.4   6 years  wiz   Remove superfluous Tn.
[TXT] pthread_attr_setcreatesuspend_np.3  1.4   13 years  jruoho   Add the last compatibility note for the NetBSD extensions.
[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_attr_getschedparam.3  1.3   6 years  abhinav   Add missing function names in the NAME section for rest of the man pages in libp...
[TXT] pthread_once.c  1.3   11 years  christos   - Allow libpthread to be dlopened again, by providing libc stubs to libpthread. ...
[TXT] pthread_curcpu_np.3  1.2   12 years  wiz   branches: 1.2.4; Fix typo.
[TXT] pthread_getcpuclockid.c  1.2   7 years  njoly   branches: 1.2.12; Fix {clock,pthread}_getcpuclockid to return an error number o...
[TXT] pthread_makelwp_netbsd.c  1.2   9 years  pooka   include correct header for "last minute just-in-case defensive addition that's t...
[TXT] pthread_makelwp.h  1.1   9 years  pooka   Allow for arbitrary MI scheduler implementations. A concrete result is enabling...
[TXT] COPYRIGHT (in the Attic) [Hide]  1.2   26 years  scottr   This incarnation of the pthreads library is ancient and not useful, and should h...
[TXT] Version.map (in the Attic) [Hide]  1.1   11 years  agc   branches: 1.1.2; file Version.map was initially added on branch agc-symver.
[TXT] debuglog.c (in the Attic) [Hide]  1.8   16 years  ad   Remove the debuglog stuff. ktrace is more useful now.
[TXT] genassym.sh (in the Attic) [Hide]  1.4   18 years  thorpej   Use TOOL_GENASSYM. Part of PR toolchain/30350
[TXT] pthread_alarms.c (in the Attic) [Hide]  1.15   17 years  ad   Remove the PTHREAD_SA option. If M:N threads is reimplemented it's better off do...
[TXT] pthread_attr_getschedpolicy.3 (in the Attic) [Hide]  1.2   13 years  jruoho   Group also pthread_attr_getschedparam(3) and pthread_attr_getschedpolicy(3), as ...
[TXT] pthread_attr_setname_np.3 (in the Attic) [Hide]  1.5   13 years  jruoho   Rationalize by moving pthread_attr_setname_np(3) to pthread_attr_getname_np(3)...
[TXT] pthread_barrier_destroy.3 (in the Attic) [Hide]  1.8   13 years  rmind   Merge/group man pages: - pthread_barrier_{init,destroy,wait} into pthread_barrie...
[TXT] pthread_barrier_init.3 (in the Attic) [Hide]  1.10   13 years  rmind   Merge/group man pages: - pthread_barrier_{init,destroy,wait} into pthread_barrie...
[TXT] pthread_barrier_wait.3 (in the Attic) [Hide]  1.8   13 years  rmind   Merge/group man pages: - pthread_barrier_{init,destroy,wait} into pthread_barrie...
[TXT] pthread_cond_broadcast.3 (in the Attic) [Hide]  1.8   13 years  rmind   Merge/group man pages: - pthread_barrier_{init,destroy,wait} into pthread_barrie...
[TXT] pthread_cond_destroy.3 (in the Attic) [Hide]  1.5   13 years  rmind   Merge/group man pages: - pthread_barrier_{init,destroy,wait} into pthread_barrie...
[TXT] pthread_cond_init.3 (in the Attic) [Hide]  1.11   13 years  rmind   Merge/group man pages: - pthread_barrier_{init,destroy,wait} into pthread_barrie...
[TXT] pthread_cond_wait.3 (in the Attic) [Hide]  1.16   13 years  rmind   Merge/group man pages: - pthread_barrier_{init,destroy,wait} into pthread_barrie...
[TXT] pthread_debug.c (in the Attic) [Hide]  1.15   16 years  ad   Remove the debuglog stuff. ktrace is more useful now.
[TXT] pthread_debug.h (in the Attic) [Hide]  1.13   16 years  ad   Remove the debuglog stuff. ktrace is more useful now.
[TXT] pthread_key_delete.3 (in the Attic) [Hide]  1.7   13 years  jruoho   Rationalize by moving pthread_key_delete(3) to pthread_key_create(3); and pth...
[TXT] pthread_libcstubs.c (in the Attic) [Hide]  1.1   22 years  nathanw   branches: 1.1.2; file pthread_libcstubs.c was initially added on branch nathanw...
[TXT] pthread_mutex.h (in the Attic) [Hide]  1.1   23 years  nathanw   branches: 1.1.2; file pthread_mutex.h was initially added on branch nathanw_sa....
[TXT] pthread_mutex2.c (in the Attic) [Hide]  1.18   16 years  ad   - Remove libpthread's atomic ops. - Remove the old spinlock-based mutex and rwlo...
[TXT] pthread_mutex_destroy.3 (in the Attic) [Hide]  1.5   13 years  rmind   Merge/group man pages: - pthread_barrier_{init,destroy,wait} into pthread_barrie...
[TXT] pthread_mutex_init.3 (in the Attic) [Hide]  1.7   13 years  rmind   Merge/group man pages: - pthread_barrier_{init,destroy,wait} into pthread_barrie...
[TXT] pthread_mutex_lock.3 (in the Attic) [Hide]  1.7   13 years  rmind   Merge/group man pages: - pthread_barrier_{init,destroy,wait} into pthread_barrie...
[TXT] pthread_mutex_unlock.3 (in the Attic) [Hide]  1.4   13 years  rmind   Merge/group man pages: - pthread_barrier_{init,destroy,wait} into pthread_barrie...
[TXT] pthread_run.c (in the Attic) [Hide]  1.24   17 years  ad   Remove the PTHREAD_SA option. If M:N threads is reimplemented it's better off do...
[TXT] pthread_rwlock2.c (in the Attic) [Hide]  1.10   16 years  ad   - Remove libpthread's atomic ops. - Remove the old spinlock-based mutex and rwlo...
[TXT] pthread_rwlock_destroy.3 (in the Attic) [Hide]  1.7   13 years  rmind   Merge/group man pages: - pthread_barrier_{init,destroy,wait} into pthread_barrie...
[TXT] pthread_rwlock_init.3 (in the Attic) [Hide]  1.10   13 years  rmind   Merge/group man pages: - pthread_barrier_{init,destroy,wait} into pthread_barrie...
[TXT] pthread_rwlock_rdlock.3 (in the Attic) [Hide]  1.11   13 years  rmind   Merge/group man pages: - pthread_barrier_{init,destroy,wait} into pthread_barrie...
[TXT] pthread_rwlock_unlock.3 (in the Attic) [Hide]  1.8   13 years  rmind   Merge/group man pages: - pthread_barrier_{init,destroy,wait} into pthread_barrie...
[TXT] pthread_rwlock_wrlock.3 (in the Attic) [Hide]  1.9   13 years  rmind   Merge/group man pages: - pthread_barrier_{init,destroy,wait} into pthread_barrie...
[TXT] pthread_sa.c (in the Attic) [Hide]  1.40   17 years  ad   Remove the PTHREAD_SA option. If M:N threads is reimplemented it's better off do...
[TXT] pthread_setname_np.3 (in the Attic) [Hide]  1.5   13 years  jruoho   Rationalize by moving pthread_attr_setname_np(3) to pthread_attr_getname_np(3)...
[TXT] pthread_setspecific.3 (in the Attic) [Hide]  1.4   13 years  jruoho   Rationalize by moving pthread_key_delete(3) to pthread_key_create(3); and pth...
[TXT] pthread_sig.c (in the Attic) [Hide]  1.50   17 years  ad   Remove the PTHREAD_SA option. If M:N threads is reimplemented it's better off do...
[TXT] pthread_sleep.c (in the Attic) [Hide]  1.9   17 years  ad   Remove the PTHREAD_SA option. If M:N threads is reimplemented it's better off do...
[TXT] pthread_spin_destroy.3 (in the Attic) [Hide]  1.7   13 years  rmind   Merge/group man pages: - pthread_barrier_{init,destroy,wait} into pthread_barrie...
[TXT] pthread_spin_init.3 (in the Attic) [Hide]  1.9   13 years  rmind   Merge/group man pages: - pthread_barrier_{init,destroy,wait} into pthread_barrie...
[TXT] pthread_spin_lock.3 (in the Attic) [Hide]  1.9   13 years  rmind   Merge/group man pages: - pthread_barrier_{init,destroy,wait} into pthread_barrie...
[TXT] pthread_spin_unlock.3 (in the Attic) [Hide]  1.9   13 years  rmind   Merge/group man pages: - pthread_barrier_{init,destroy,wait} into pthread_barrie...
[TXT] pthread_stack.c (in the Attic) [Hide]  1.22   16 years  ad   Remove PT_FIXEDSTACKSIZE_LG.
[TXT] sched.c (in the Attic) [Hide]  1.5   16 years  rmind   Implementation of processor-sets, affinity and POSIX real-time extensions. Add s...
[TXT] sched.h (in the Attic) [Hide]  1.1   23 years  nathanw   branches: 1.1.2; file sched.h was initially added on branch nathanw_sa.
[TXT] sched_yield.3 (in the Attic) [Hide]  1.3   16 years  rmind   Add sched(3) manual page, and appropriate links. Thanks <wiz> for review and fix...
[TXT] sem.c (in the Attic) [Hide]  1.24   12 years  joerg   branches: 1.24.32; Fix error handling
[TXT] sem_destroy.3 (in the Attic) [Hide]  1.3   21 years  thorpej   p1003.1b semaphore manual pages have been moved to librt.
[TXT] sem_getvalue.3 (in the Attic) [Hide]  1.3   21 years  thorpej   p1003.1b semaphore manual pages have been moved to librt.
[TXT] sem_init.3 (in the Attic) [Hide]  1.2   21 years  thorpej   p1003.1b semaphore manual pages have been moved to librt.
[TXT] sem_open.3 (in the Attic) [Hide]  1.3   21 years  thorpej   p1003.1b semaphore manual pages have been moved to librt.
[TXT] sem_post.3 (in the Attic) [Hide]  1.2   21 years  thorpej   p1003.1b semaphore manual pages have been moved to librt.
[TXT] sem_wait.3 (in the Attic) [Hide]  1.4   21 years  thorpej   p1003.1b semaphore manual pages have been moved to librt.


CVSweb <webmaster@jp.NetBSD.org>