OpenBSD CVS

src/lib/librthread/


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: [local] / src / lib / librthread

Current tag: OPENBSD_4_0


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] arch/        
[TXT] Makefile  1.9   18 years  marc   add -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare Minor tweaks to com...
[TXT] rthread.c  1.33   18 years  marc   Initialize thread debug in _rthread_init. The debug verbosity can be set in t...
[TXT] rthread.h  1.17   18 years  marc   add -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare Minor tweaks to com...
[TXT] rthread_attr.c  1.8   18 years  otto   Remove redundant mprotect() calls (we're unmapping the region anyway) and check ...
[TXT] rthread_np.c  1.4   18 years  henning   make rthreads compile again pthreads header changed, char * -> const char *
[TXT] rthread_sched.c  1.7   18 years  otto   When suspending, check the tid of the arg, not of ourselves, doh
[TXT] rthread_stack.c  1.2   18 years  otto   Remove redundant mprotect() calls (we're unmapping the region anyway) and check ...
[TXT] shlib_version  1.1   18 years  tedu   can't build shared lib without shlib_version Maxim Bourmistrov noticed.
[TXT] rthread_debug.c (in the Attic) [Hide]  1.1   18 years  marc   Add "print debug foo" function safe to use in signal handlers, example: _rthrea...
[TXT] rthread_libc.c (in the Attic) [Hide]  1.2   18 years  tedu   move malloc lock to libc interface file
[TXT] rthread_reaper.c (in the Attic) [Hide]  1.1   18 years  otto   Cleanup struct pthread and stack after thread exits. This version does not use a...
[TXT] rthread_sig.c (in the Attic) [Hide]  1.4   18 years  tedu   prototype all the thread syscalls in rthread.h for now. update for new thrwakeup...
[TXT] rthread_sync.c (in the Attic) [Hide]  1.16   18 years  marc   add -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare Minor tweaks to com...
[TXT] rthread_tls.c (in the Attic) [Hide]  1.10   18 years  brad   add a missing underscore to the function name rthread_tls_destructors().