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_6_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] arch/        
[TXT] Makefile  1.49   6 years  guenther   Move the thread-related .h files to /usr/src/include/, since the implementation ...
[TXT] Symbols.map  1.6   6 years  jca   Revert recent changes to unbreak ports/net/samba While it is not clear (to me) ...
[TXT] namespace.h  1.1   8 years  guenther   Wrap <pthread.h> and <pthread_np.h> to eliminate PLT entries for internal refere...
[TXT] pthread.h  1.6   6 years  jca   Revert recent changes to unbreak ports/net/samba While it is not clear (to me) ...
[TXT] pthread_np.h  1.1   8 years  guenther   Wrap <pthread.h> and <pthread_np.h> to eliminate PLT entries for internal refere...
[TXT] rthread.c  1.99   6 years  jca   Revert recent changes to unbreak ports/net/samba While it is not clear (to me) ...
[TXT] rthread.h  1.63   6 years  guenther   Move mutex, condvar, and thread-specific data routes, pthread_once, and pthread_...
[TXT] rthread_attr.c  1.23   6 years  guenther   Move mutex, condvar, and thread-specific data routes, pthread_once, and pthread_...
[TXT] rthread_barrier.c  1.3   8 years  tedu   make pthread_barrier_wait behave more like it does on other platforms. from Kari...
[TXT] rthread_barrier_attr.c  1.2   12 years  pirofti   Honor subsystem style. `Visual inspection looks ok' kurt@. >From Brad
[TXT] rthread_cb.h  1.3   6 years  guenther   Move mutex, condvar, and thread-specific data routes, pthread_once, and pthread_...
[TXT] rthread_fork.c  1.23   6 years  mpi   Prefer <elf.h> to the non portable <sys/exec_elf.h>. ok jca@, deraadt@
[TXT] rthread_getcpuclockid.c  1.2   8 years  guenther   Use a Thread Information Block in both single and multi-threaded programs. This ...
[TXT] rthread_mutex_prio.c  1.2   9 years  guenther   Remove unintended statement from my copyright block
[TXT] rthread_mutexattr.c  1.3   12 years  kurt   Use PTHREAD_MUTEX_DEFAULT in static init and mutexattr_init. If the default mute...
[TXT] rthread_np.c  1.20   6 years  guenther   Move mutex, condvar, and thread-specific data routes, pthread_once, and pthread_...
[TXT] rthread_rwlock.c  1.10   6 years  deraadt   not all the world is an i386. Back out breakage.
[TXT] rthread_rwlockattr.c  1.2   12 years  guenther   Add pthread_rwlockattr_{get,set}pshared() and pthread_mutexattr_{get,set}kind_np...
[TXT] rthread_sched.c  1.14   6 years  guenther   Move mutex, condvar, and thread-specific data routes, pthread_once, and pthread_...
[TXT] rthread_sem.c  1.26   6 years  guenther   Move mutex, condvar, and thread-specific data routes, pthread_once, and pthread_...
[TXT] rthread_spin_lock.c  1.4   7 years  akfaew   Get rid of ticket support, replace "struct _spinlock" with "_atomic_lock_t". ok...
[TXT] rthread_stack.c  1.19   6 years  deraadt   Start mapping thread stacks with MAP_STACK. mmap() currently ignores the flag, ...
[TXT] sched_prio.c  1.1   12 years  guenther   Copy support for sched_get_priority_{min,max} from libpthread. Requested by many...
[TXT] shlib_version  1.27   6 years  jca   Revert recent changes to unbreak ports/net/samba While it is not clear (to me) ...
[TXT] rthread_sig.c (in the Attic) [Hide]  1.18   8 years  guenther   Use a Thread Information Block in both single and multi-threaded programs. This ...