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


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.100   16 months  jmc   spelling fixes; from paul tagliamonte any changes not taken noted on tech, but c...
[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.24   16 months  guenther   Add {get,set}thrname(2) for putting thread names in the kernel and exposed in a ...
[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.2   2 years  cheloha   librthread: validate timespec inputs with timespecisvalid(3) ok millert@
[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.33   2 years  cheloha   librthread: validate timespec inputs with timespecisvalid(3) ok millert@
[TXT] rthread_sem_compat.c  1.2   2 years  cheloha   librthread: validate timespec inputs with timespecisvalid(3) ok millert@
[TXT] rthread_spin_lock.c  1.5   4 years  pirofti   Update my email address.
[TXT] rthread_stack.c  1.20   2 years  deraadt   these files do not need sys/param.h
[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.34   8 months  visa   Add syscall stub for kqueue1(2) This rides previous libc minor bump. Feedback ...
[TXT] synch.h  1.10   4 months  cheloha   libc, librthread: _twait: subtraction is not comparison Compare the current tim...
[TXT] __tfork_thread.3 (in the Attic) [Hide]  1.7   9 years  guenther   __tfork_thread is in libc, so move the manpage over too ok deraadt@
[TXT] rthread_cancel.c (in the Attic) [Hide]  1.11   8 years  guenther   Use a Thread Information Block in both single and multi-threaded programs. This ...
[TXT] rthread_cond.c (in the Attic) [Hide]  1.4   6 years  guenther   Move mutex, condvar, and thread-specific data routes, pthread_once, and pthread_...
[TXT] rthread_condattr.c (in the Attic) [Hide]  1.2   6 years  guenther   Move mutex, condvar, and thread-specific data routes, pthread_once, and pthread_...
[TXT] rthread_debug.c (in the Attic) [Hide]  1.6   6 years  guenther   Move mutex, condvar, and thread-specific data routes, pthread_once, and pthread_...
[TXT] rthread_file.c (in the Attic) [Hide]  1.11   6 years  guenther   Move mutex, condvar, and thread-specific data routes, pthread_once, and pthread_...
[TXT] rthread_libc.c (in the Attic) [Hide]  1.19   6 years  guenther   Move mutex, condvar, and thread-specific data routes, pthread_once, and pthread_...
[TXT] rthread_mutex.c (in the Attic) [Hide]  1.6   6 years  guenther   Move mutex, condvar, and thread-specific data routes, pthread_once, and pthread_...
[TXT] rthread_once.c (in the Attic) [Hide]  1.2   6 years  guenther   Move mutex, condvar, and thread-specific data routes, pthread_once, and pthread_...
[TXT] rthread_reaper.c (in the Attic) [Hide]  1.4   14 years  guenther   Change threxit() to take a pointer to a pid_t to zero out from the kernel so tha...
[TXT] rthread_sig.c (in the Attic) [Hide]  1.19   5 years  jca   Move sigwait(3) from libpthread to libc POSIX wants it in libc, that's where th...
[TXT] rthread_sync.c (in the Attic) [Hide]  1.47   6 years  guenther   Move mutex, condvar, and thread-specific data routes, pthread_once, and pthread_...
[TXT] rthread_tls.c (in the Attic) [Hide]  1.19   6 years  guenther   Move mutex, condvar, and thread-specific data routes, pthread_once, and pthread_...
[TXT] tcb.h (in the Attic) [Hide]  1.7   8 years  guenther   Use a Thread Information Block in both single and multi-threaded programs. This ...