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_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] arch/        
[TXT] Makefile  1.10   16 years  kurt   - Add fork/vfork wrapper functions to reset state in the child process. - Make a...
[TXT] rthread.c  1.35   16 years  kurt   - Add fork/vfork wrapper functions to reset state in the child process. - Make a...
[TXT] rthread.h  1.18   16 years  kurt   - Add fork/vfork wrapper functions to reset state in the child process. - Make a...
[TXT] rthread_attr.c  1.8   18 years  otto   Remove redundant mprotect() calls (we're unmapping the region anyway) and check ...
[TXT] rthread_fork.c  1.1   16 years  kurt   - Add fork/vfork wrapper functions to reset state in the child process. - Make a...
[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.2   15 years  otto   remove _MALLOC_LOCK_INIT; major bump; ok deraadt@
[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.7   15 years  otto   remove _MALLOC_LOCK_INIT; major bump; ok deraadt@
[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.5   16 years  kurt   Return the proper values upon failure per POSIX for pthread_sigmask(3) and sigpr...
[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().