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_3_BASE


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.34   17 years  art   Register the locking hooks with ld.so. drahn@ ok (long time ago)
[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.5   16 years  kurt   Report the correct stack size and top for the primordial thread in pthread_stack...
[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.3   17 years  tedu   two comment typos from tbert
[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.6   16 years  kurt   - add missing libc locking functions for _thread_atexit_lock() and _thread_ate...
[TXT] rthread_reaper.c (in the Attic) [Hide]  1.3   17 years  tedu   when kevent fails, the errno is a lot more interesting to print than -1
[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.19   16 years  tedu   fix rwlocks to work with the "initialized" form, from Philip Guenther
[TXT] rthread_tls.c (in the Attic) [Hide]  1.10   18 years  brad   add a missing underscore to the function name rthread_tls_destructors().