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_5_5_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] arch/        
[TXT] Makefile  1.37   10 years  miod   Remove support for COMPILER_VERSION == gcc2. Change the logic depending upon COM...
[TXT] rthread.c  1.76   10 years  guenther   Fix static linking of libpthread: have crt0 invoke __init_tcb() if it's defined ...
[TXT] rthread.h  1.48   10 years  guenther   Don't try to reuse _initial_thread in the fork() wrapper, as the thread's existi...
[TXT] rthread_attr.c  1.19   12 years  kurt   Remove pthread_suspend* and related functions. This is part of the rthreads majo...
[TXT] rthread_barrier.c  1.2   12 years  pirofti   Honor subsystem style. `Visual inspection looks ok' kurt@. >From Brad
[TXT] rthread_barrier_attr.c  1.2   12 years  pirofti   Honor subsystem style. `Visual inspection looks ok' kurt@. >From Brad
[TXT] rthread_fork.c  1.10   10 years  guenther   Don't try to reuse _initial_thread in the fork() wrapper, as the thread's existi...
[TXT] rthread_getcpuclockid.c  1.1   10 years  guenther   Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options, including ...
[TXT] rthread_mutex_prio.c  1.1   12 years  guenther   Add pthread_mutex_{get,set}prioceiling()
[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.10   10 years  guenther   Don't try to reuse _initial_thread in the fork() wrapper, as the thread's existi...
[TXT] rthread_rwlock.c  1.4   11 years  tedu   something's not quite right yet. ticket locks result in more CPU usage and spinn...
[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.12   12 years  kurt   Remove pthread_suspend* and related functions. This is part of the rthreads majo...
[TXT] rthread_sem.c  1.18   10 years  tedu   revert to return EPERM for sem_init pshared until it really works reported by zh...
[TXT] rthread_spin_lock.c  1.3   11 years  tedu   cleanup and consolidate the spinlock_lock (what a name!) code. it's now atomic_l...
[TXT] rthread_stack.c  1.11   10 years  deraadt   Provide a random stackgrap on pthread frames. Use _STACKALIGNBYTES to ensure th...
[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.17   10 years  guenther   Switch time_t, ino_t, clock_t, and struct kevent's ident and data members to 64b...
[TXT] __tfork_thread.3 (in the Attic) [Hide]  1.6   11 years  tedu   remove more references to kern.rthreads sysctl. many thanks to jmc for noticing
[TXT] rthread_cancel.c (in the Attic) [Hide]  1.8   10 years  guenther   _thread_sys_tcdrain() doesn't exist and isn't used
[TXT] rthread_condattr.c (in the Attic) [Hide]  1.1   12 years  guenther   Add pthread_condattr_{get,set}clock(), requested by aja@ Add pthread_mutex_timed...
[TXT] rthread_debug.c (in the Attic) [Hide]  1.3   12 years  guenther   Don't trust the environment if issetugid()
[TXT] rthread_file.c (in the Attic) [Hide]  1.7   10 years  fgsch   remove dead assignment as reported by llvm.
[TXT] rthread_libc.c (in the Attic) [Hide]  1.11   11 years  tedu   cleanup and consolidate the spinlock_lock (what a name!) code. it's now atomic_l...
[TXT] rthread_once.c (in the Attic) [Hide]  1.1   12 years  guenther   Split out the pthread_rwlock* and pthread_once() functions from rthread_sync.c t...
[TXT] rthread_sig.c (in the Attic) [Hide]  1.15   10 years  guenther   Move the declaration of _thread_sys_sigprocmask() to rthread.h
[TXT] rthread_sync.c (in the Attic) [Hide]  1.39   11 years  tedu   something's not quite right yet. ticket locks result in more CPU usage and spinn...
[TXT] rthread_tls.c (in the Attic) [Hide]  1.16   10 years  tedu   remove unnecessary spinlock that slowed down pthread_getspecific. original repor...
[TXT] tcb.h (in the Attic) [Hide]  1.6   11 years  guenther   Revert previous diff: sparc and sparc64 don't set the TCB to NULL in exec, yet, ...