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_7_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] arch/        
[TXT] Makefile  1.56   4 years  jsg   Instead of opting in to futexes on archs with atomics opt out on archs without a...
[TXT] Symbols.map  1.8   5 years  tedu   add a pthread_get_name_np to match pthread_set_name_np. could be useful in ports...
[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.2   5 years  tedu   add a pthread_get_name_np to match pthread_set_name_np. could be useful in ports...
[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.64   5 years  mpi   New futex(2) based rwlock implementation based on the mutex code. This implemen...
[TXT] rthread_attr.c  1.25   6 years  bluhm   syslog_r() expects a priority, not a faciliy. Use LOG_ERR for the pthread_attr_...
[TXT] rthread_barrier.c  1.5   4 years  pirofti   Update my email address.
[TXT] rthread_barrier_attr.c  1.3   4 years  pirofti   Update my email address.
[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.21   5 years  tedu   add a pthread_get_name_np to match pthread_set_name_np. could be useful in ports...
[TXT] rthread_rwlock.c  1.13   5 years  visa   Wake all waiters when unlocking an rwlock. This fixes a hang that could happen i...
[TXT] rthread_rwlock_compat.c  1.1   5 years  mpi   Import the existing rwlock implementation for architectures that cannot use the...
[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.32   4 years  pirofti   Update my email address.
[TXT] rthread_sem_compat.c  1.1   5 years  pirofti   New semaphore implementation making sem_post async-safe. POSIX dictates that se...
[TXT] rthread_spin_lock.c  1.5   4 years  pirofti   Update my email address.
[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.29   5 years  tedu   add a pthread_get_name_np to match pthread_set_name_np. could be useful in ports...
[TXT] synch.h  1.6   4 years  sthen   Backout previous synch.h commit (r1.5, "Use process-private futexes to avoid the...