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: bouyer-socketcan


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] README  1.6.32.1   6 years  bouyer   Sync with HEAD
[TXT] TODO  1.17.26.1   6 years  bouyer   Sync with HEAD
[TXT] pthread.3  1.16.2.1   6 years  bouyer   Sync with HEAD
[TXT] pthread_condattr.3  1.11.4.1   6 years  bouyer   Sync with HEAD
[TXT] pthread_getcpuclockid.3  1.3.4.1   6 years  bouyer   Sync with HEAD
[TXT] pthread_getcpuclockid.c  1.1.4.1   6 years  bouyer   Sync with HEAD
[TXT] pthread_int.h  1.92.4.1   6 years  bouyer   Sync with HEAD
[TXT] pthread_mutexattr.3  1.13.4.1   6 years  bouyer   Sync with HEAD
[TXT] Makefile  1.87   7 years  christos   GSoC 2016 Charles Cui: Implement thread priority protection based on work by And...
[TXT] pthread.c  1.147   8 years  christos   branches: 1.147.8; Fix previous: Can't use calloc/malloc before we complete ini...
[TXT] pthread_attr_get_np.3  1.4   13 years  christos   document pthread_getattr_np
[TXT] pthread_attr_getinheritsched.3  1.3   10 years  christos   s/inherited/inherit/
[TXT] pthread_barrier.c  1.20   7 years  christos   branches: 1.20.16; GSoC 2016 Charles Cui: Implement thread priority protection ...
[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_compat.c  1.3   10 years  christos   remove compatibility code for handling CLOCK_MONOTONIC and handle it in the sysc...
[TXT] pthread_cond.c  1.64   7 years  christos   GSoC 2016 Charles Cui: Implement thread priority protection based on work by And...
[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.c  1.63   7 years  christos   Don't spin if we already own the mutex, otherwise we will get stuck spinning for...
[TXT] pthread_once.c  1.3   11 years  christos   - Allow libpthread to be dlopened again, by providing libc stubs to libpthread. ...
[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.22   7 years  christos   unnamed unions need special treatment since they need braced initializers for ol...
[TXT] shlib_version  1.17   7 years  christos   branches: 1.17.14; 1.17.16; bump
[TXT] pthread_attr_getguardsize.3  1.3   7 years  dholland   branches: 1.3.8; _SC_PAGESIZE is not the page size; it's a symbolic code for re...
[TXT] pthread_cancel.3  1.6   10 years  dholland   typo
[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_getdetachstate.3  1.2   13 years  jruoho   Update conformance to the 2001 revision.
[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_setcreatesuspend_np.3  1.4   13 years  jruoho   Add the last compatibility note for the NetBSD extensions.
[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_getname_np.3  1.4   13 years  jruoho   Rationalize by moving pthread_attr_setname_np(3) to pthread_attr_getname_np(3)...
[TXT] pthread_kill.3  1.9   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_suspend_np.3  1.5   13 years  jruoho   Fix the return values; pthread_resume_np() may fail with ESRCH. In addition, som...
[TXT] pthread.h  1.38   7 years  kamil   branches: 1.38.6; POSIX harder the pthread_mutex_timedlock(3) prototype Add mi...
[TXT] pthread_mutex.3  1.9   7 years  kamil   POSIX harder the pthread_mutex_timedlock(3) prototype Add missing __restrict ke...
[TXT] pthread_lock.c  1.34   15 years  martin   branches: 1.34.8; Remove clause 3 and 4 from TNF licenses
[TXT] res_state.c  1.6   15 years  martin   branches: 1.6.8; Remove clause 3 and 4 from TNF licenses
[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_attr_getscope.3  1.2   13 years  njoly   Add missing list end.
[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_tsd.c  1.15   8 years  pooka   branches: 1.15.8; Revert 1.14 now that the arduous task of fixing rumphijack to...
[TXT] pthread_testcancel.3  1.9   10 years  riastradh   Merge riastradh-drm2 to HEAD.
[TXT] pthread_queue.h  1.5   14 years  rmind   Add check to avoid multiple inclusions and redefinitions. KNF while here.
[TXT] pthread_attr.3  1.22   11 years  uwe   Each get function "has" a set counterpart, it doesn't "contain" it.
[TXT] affinity.3  1.8   12 years  wiz   Do not xref to itself.
[TXT] pthread_attr_getstack.3  1.6   7 years  wiz   Fix some lint. Too much or too little whitespace; improve macro usage; add miss...
[TXT] pthread_barrier.3  1.6   7 years  wiz   Fix some lint. Too much or too little whitespace; improve macro usage; add miss...
[TXT] pthread_barrierattr.3  1.11   7 years  wiz   Fix some lint. Too much or too little whitespace; improve macro usage; add miss...
[TXT] pthread_cond.3  1.7   7 years  wiz   Fix some lint. Too much or too little whitespace; improve macro usage; add miss...
[TXT] pthread_curcpu_np.3  1.2   12 years  wiz   branches: 1.2.4; Fix typo.
[TXT] pthread_getspecific.3  1.5   13 years  wiz   Mark up NULL, remove double space.
[TXT] pthread_join.3  1.6   13 years  wiz   Mark up NULL.
[TXT] pthread_key_create.3  1.8   8 years  wiz   Bump date for previous. New sentence, new line.
[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_rwlock.3  1.6   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_sigmask.3  1.9   13 years  wiz   Mark up NULL.
[TXT] pthread_spin.3  1.5   13 years  wiz   Mark up NULL.


CVSweb <webmaster@jp.NetBSD.org>