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-0415


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] Makefile  1.88   6 years  chs   branches: 1.88.2; remove hard-coded -fomit-frame-pointer for pthread stuff, let...
[TXT] README  1.7   7 years  kamil   libpthread_dbg(3) deletion from the base distribution libpthread_dbg(3) is a re...
[TXT] TODO  1.19   6 years  joerg   Export the guard size of the main thread via vm.guard_size. Add a complementary ...
[TXT] affinity.3  1.8   12 years  wiz   Do not xref to itself.
[TXT] pthread.3  1.18   6 years  wiz   Remove superfluous Tn.
[TXT] pthread.c  1.151   6 years  kre   branches: 1.151.2; 1.151.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_attr.3  1.22   11 years  uwe   Each get function "has" a set counterpart, it doesn't "contain" it.
[TXT] pthread_attr.c  1.18   6 years  martin   branches: 1.18.4; pthread__attr_init_private: malloc+memset -> calloc. Also ini...
[TXT] pthread_attr_get_np.3  1.5   6 years  abhinav   Add pthread_getattr_np to the NAME section
[TXT] pthread_attr_getdetachstate.3  1.4   6 years  wiz   Remove superfluous Tn.
[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_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_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_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_attr_getscope.3  1.4   6 years  wiz   Remove superfluous Tn.
[TXT] pthread_attr_getstack.3  1.8   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_barrier.3  1.8   6 years  abhinav   Remove description of pthread_barrierattr_getpshared and pthread_barrierattr_set...
[TXT] pthread_barrier.c  1.20   7 years  christos   branches: 1.20.16; GSoC 2016 Charles Cui: Implement thread priority protection ...
[TXT] pthread_barrierattr.3  1.13   6 years  abhinav   All the four functions described in the man page conform to POSIX.1
[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.6   6 years  kre   Revert last 2 updates - these are, of course, not needed at all...
[TXT] pthread_cond.3  1.8   6 years  abhinav   branches: 1.8.2; 1.8.4; Add missing function names in the NAME section for res...
[TXT] pthread_cond.c  1.65   6 years  christos   branches: 1.65.4; 1.65.6; unconst the timestamp
[TXT] pthread_condattr.3  1.12   7 years  maya   Remove outdated CAVEATS. Not sure everything is standards compliant, but I've b...
[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_getcpuclockid.3  1.5   7 years  njoly   Fix man page ERRORS section for (clock,pthread}_getcpuclockid to match reality.
[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_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_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_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] pthread_join.3  1.6   13 years  wiz   Mark up NULL.
[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_lock.c  1.34   15 years  martin   branches: 1.34.8; Remove clause 3 and 4 from TNF licenses
[TXT] pthread_makelwp.h  1.1   9 years  pooka   Allow for arbitrary MI scheduler implementations. A concrete result is enabling...
[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_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.10   6 years  abhinav   branches: 1.10.4; Add missing function names in the NAME section for rest of th...
[TXT] pthread_mutex.c  1.64   6 years  kre   branches: 1.64.4; Deal with more lwp_park() timestamp unconsting
[TXT] pthread_mutexattr.3  1.14   7 years  njoly   Fix a typo : pthread_mutexaddr_init -> pthread_mutexattr_init.
[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_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.7   6 years  abhinav   Add missing function names in the NAME section for rest of the man pages in libp...
[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_rwlockattr.3  1.10   7 years  wiz   Fix some lint. Too much or too little whitespace; improve macro usage; add miss...
[TXT] pthread_schedparam.3  1.8   6 years  wiz   Remove workaround for ancient HTML generation code.
[TXT] pthread_self.3  1.5   6 years  wiz   Remove superfluous Tn.
[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.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] 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.16   6 years  christos   branches: 1.16.6; PR/52386: Use the number of iterations we document.
[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] res_state.c  1.6   15 years  martin   branches: 1.6.8; Remove clause 3 and 4 from TNF licenses
[TXT] shlib_version  1.17   7 years  christos   branches: 1.17.14; 1.17.16; bump


CVSweb <webmaster@jp.NetBSD.org>