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: MAIN


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/ [show]        
[DIR] arch/        
[DIR] include/        
[DIR] machdep/        
[DIR] pthreads/        
[DIR] stdio/        
[TXT] Makefile 1.100 2 weeks rillig libpthread: fix lint build
[TXT] README 1.7 8 years kamil libpthread_dbg(3) deletion from the base distribution libpthread_dbg(3) is a re...
[TXT] TODO 1.19 7 years joerg Export the guard size of the main thread via vm.guard_size. Add a complementary ...
[TXT] affinity.3 1.10 8 weeks riastradh libpthread/affinity.3: Fix error reporting in example. pthread_setaffinity_np d...
[TXT] call_once.3 1.2 6 years wiz branches: 1.2.2; Fix some typos, improve wording.
[TXT] call_once.c 1.2 6 years kamil branches: 1.2.2; Drop error path from C11 call_once The original implementatio...
[TXT] cnd.3 1.3 2 months riastradh libpthread: Say `restrict', not `__restrict', in man pages. The private macro _...
[TXT] cnd.c 1.1 6 years kamil branches: 1.1.2; Add a complete C11 threads(3) implementation C11 Thread suppo...
[TXT] mtx.3 1.3 2 months riastradh libpthread: Say `restrict', not `__restrict', in man pages. The private macro _...
[TXT] mtx.c 1.1 6 years kamil branches: 1.1.2; Add a complete C11 threads(3) implementation C11 Thread suppo...
[TXT] pthread.3 1.18 7 years wiz Remove superfluous Tn.
[TXT] pthread.c 1.187 3 weeks riastradh pthread_cancel(3): Use _Atomic consistently with C11 atomics. Should fix clang ...
[TXT] pthread.h 1.41 7 years kamil Remove namespace restriction from pthread_condattr_{g,s}etclock(3) These functi...
[TXT] pthread_attr.3 1.22 12 years uwe Each get function "has" a set counterpart, it doesn't "contain" it.
[TXT] pthread_attr.c 1.21 3 years riastradh pthread: Nix trailing whitespace.
[TXT] pthread_attr_get_np.3 1.5 7 years abhinav Add pthread_getattr_np to the NAME section
[TXT] pthread_attr_getdetachstate.3 1.4 7 years wiz Remove superfluous Tn.
[TXT] pthread_attr_getguardsize.3 1.6 16 months riastradh pthread: Document the setstack vs setguardsize bug. Suggest the safe, compatibl...
[TXT] pthread_attr_getinheritsched.3 1.5 8 weeks andvar s/tread/thread/
[TXT] pthread_attr_getname_np.3 1.7 7 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 7 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 7 years wiz Remove superfluous Tn.
[TXT] pthread_attr_getstack.3 1.9 16 months riastradh pthread: Document the setstack vs setguardsize bug. Suggest the safe, compatibl...
[TXT] pthread_attr_setcreatesuspend_np.3 1.4 14 years jruoho Add the last compatibility note for the NetBSD extensions.
[TXT] pthread_barrier.3 1.8 7 years abhinav Remove description of pthread_barrierattr_getpshared and pthread_barrierattr_set...
[TXT] pthread_barrier.c 1.23 3 years riastradh libpthread: Move namespacing include to top of .c files. Stuff like libc's name...
[TXT] pthread_barrierattr.3 1.14 2 months riastradh libpthread: Say `restrict', not `__restrict', in man pages. The private macro _...
[TXT] pthread_cancel.3 1.6 11 years dholland typo
[TXT] pthread_cancelstub.c 1.51 3 weeks riastradh pthread_cancelstub.c: Use restrict, not __restrict. Only reason to use __restri...
[TXT] pthread_cleanup_push.3 1.6 14 years jruoho Update conformance to the 2001 revision.
[TXT] pthread_compat.c 1.7 3 years riastradh libpthread: Move namespacing include to top of .c files. Stuff like libc's name...
[TXT] pthread_cond.3 1.9 6 years kre PR lib/53477 (rudolf at eq.cz) - correct an obvious mistake.
[TXT] pthread_cond.c 1.78 3 weeks riastradh pthread_cancel(3): Rework. Make pthread_setcancelstate(3) async-signal-safe. (...
[TXT] pthread_condattr.3 1.13 2 months riastradh libpthread: Say `restrict', not `__restrict', in man pages. The private macro _...
[TXT] pthread_create.3 1.9 23 months uwe pthread_create(3): minor markup tweaks
[TXT] pthread_curcpu_np.3 1.2 13 years wiz branches: 1.2.4; Fix typo.
[TXT] pthread_detach.3 1.4 14 years jruoho Update conformance to the 2001 revision.
[TXT] pthread_equal.3 1.4 14 years jruoho Update conformance to the 2001 revision.
[TXT] pthread_exit.3 1.5 14 years jruoho Update conformance to the 2001 revision.
[TXT] pthread_getcpuclockid.3 1.5 8 years njoly Fix man page ERRORS section for (clock,pthread}_getcpuclockid to match reality.
[TXT] pthread_getcpuclockid.c 1.4 3 years riastradh libpthread: Move namespacing include to top of .c files. Stuff like libc's name...
[TXT] pthread_getname_np.3 1.5 7 years abhinav Add missing function names in the NAME section for rest of the man pages in libp...
[TXT] pthread_getspecific.3 1.6 7 years abhinav Add missing function names in the NAME section for rest of the man pages in libp...
[TXT] pthread_int.h 1.114 3 weeks riastradh pthread_cancel(3): Use _Atomic consistently with C11 atomics. Should fix clang ...
[TXT] pthread_join.3 1.6 14 years wiz Mark up NULL.
[TXT] pthread_key_create.3 1.9 7 years abhinav Add missing function names in the NAME section for rest of the man pages in libp...
[TXT] pthread_kill.3 1.9 14 years jruoho Update conformance to the 2001 revision.
[TXT] pthread_lock.c 1.36 3 years riastradh pthread: Nix trailing whitespace.
[TXT] pthread_makelwp.h 1.1 10 years pooka Allow for arbitrary MI scheduler implementations. A concrete result is enabling...
[TXT] pthread_makelwp_netbsd.c 1.3 3 years riastradh libpthread: Move namespacing include to top of .c files. Stuff like libc's name...
[TXT] pthread_mi.expsym 1.2 3 weeks riastradh libpthread(3): Add missing cancellation points. - accept4 - tcdrain XXX Should...
[TXT] pthread_misc.c 1.19 3 years riastradh pthread: Nix trailing whitespace.
[TXT] pthread_mutex.3 1.12 2 months riastradh libpthread: Say `restrict', not `__restrict', in man pages. The private macro _...
[TXT] pthread_mutex.c 1.83 3 years riastradh pthread: Nix trailing whitespace.
[TXT] pthread_mutexattr.3 1.15 2 months riastradh libpthread: Say `restrict', not `__restrict', in man pages. The private macro _...
[TXT] pthread_once.3 1.10 8 years wiz Fix some lint. Too much or too little whitespace; improve macro usage; add miss...
[TXT] pthread_once.c 1.5 7 weeks riastradh pthread_once(3): Add missing memory barriers. PR lib/59126: pthread_once(3): mi...
[TXT] pthread_queue.h 1.7 3 years rillig lib: remove CONSTCOND comment Since 2021-01-31, lint doesn't need it anymore fo...
[TXT] pthread_ras.expsym 1.1 5 months riastradh libpthread: Fix expected symbols on alpha and hppa. These have PTHREAD__ASM_RAS...
[TXT] pthread_rwlock.3 1.7 7 years abhinav Add missing function names in the NAME section for rest of the man pages in libp...
[TXT] pthread_rwlock.c 1.44 3 years riastradh libpthread: Move namespacing include to top of .c files. Stuff like libc's name...
[TXT] pthread_rwlockattr.3 1.11 2 months riastradh libpthread: Say `restrict', not `__restrict', in man pages. The private macro _...
[TXT] pthread_schedparam.3 1.8 7 years wiz Remove workaround for ancient HTML generation code.
[TXT] pthread_self.3 1.5 7 years wiz Remove superfluous Tn.
[TXT] pthread_sigmask.3 1.9 14 years wiz Mark up NULL.
[TXT] pthread_specific.c 1.28 3 years riastradh pthread: Nix trailing whitespace.
[TXT] pthread_spin.3 1.6 7 years abhinav Add missing function names in the NAME section for rest of the man pages in libp...
[TXT] pthread_spin.c 1.11 23 months riastradh libpthread: New pthread__smt_wait to put CPU in low power for spin. This is now...
[TXT] pthread_suspend_np.3 1.5 14 years jruoho Fix the return values; pthread_resume_np() may fail with ESRCH. In addition, som...
[TXT] pthread_testcancel.3 1.10 7 weeks riastradh pthread_testcancel(3): Add a colon for clarity in man page. `No punctual change...
[TXT] pthread_tsd.c 1.26 7 weeks christos Explain that the pthread_atfork() call will not call malloc from here.
[TXT] pthread_types.h 1.27 3 years riastradh pthread: Nix trailing whitespace.
[TXT] res_state.c 1.8 4 months riastradh libpthread: Zero-initialize res_state objects. PR lib/58888
[TXT] shlib_version 1.20 3 weeks riastradh libpthread(3): Add missing cancellation points. - accept4 - tcdrain XXX Should...
[TXT] thrd.3 1.3 6 years wiz branches: 1.3.2; Fix some typos, improve wording.
[TXT] thrd.c 1.4 5 years kamil Switch back _Noreturn to __dead in C11 threads There is an ongoing discussion t...
[TXT] threads.3 1.2 6 years wiz branches: 1.2.2; Fix some typos, improve wording.
[TXT] threads.h 1.3 5 years kamil Switch back _Noreturn to __dead in C11 threads There is an ongoing discussion t...
[TXT] tss.3 1.2 6 years wiz branches: 1.2.2; Fix some typos, improve wording.
[TXT] tss.c 1.2 5 years uwe Drop bogus _DIAGASSERT that don't even compile.

General options
,

CVSweb <webmaster@jp.NetBSD.org>