freebsd_amp_hwpstate/lib/libpthread/thread
Warner Losh d0c4729014 Fix a minor security problem in libc_r.
Submitted by: Alexandre Snarskii <snar@paranoia.ru>
Approved by: John Birrell
Reminded me that I'd been sitting on this too long: snar@paranoia.ru
1999-01-11 00:02:37 +00:00
..
Makefile.inc Move the cleanup code that frees memory allocated for a dead thread from 1998-09-30 06:36:56 +00:00
thr_attr_destroy.c
thr_attr_getdetachstate.c
thr_attr_getstackaddr.c
thr_attr_getstacksize.c
thr_attr_init.c
thr_attr_setcreatesuspend_np.c
thr_attr_setdetachstate.c
thr_attr_setstackaddr.c
thr_attr_setstacksize.c
thr_clean.c
thr_close.c
thr_cond.c Close a window between unlocking a spinlock and changing the thread state. 1998-11-15 09:58:26 +00:00
thr_condattr_destroy.c
thr_condattr_init.c
thr_create.c Fix some bugs in pthread scheduler: 1998-10-09 19:01:30 +00:00
thr_detach.c
thr_equal.c
thr_exit.c Move the cleanup code that frees memory allocated for a dead thread from 1998-09-30 06:36:56 +00:00
thr_fcntl.c
thr_find_thread.c Move the cleanup code that frees memory allocated for a dead thread from 1998-09-30 06:36:56 +00:00
thr_fork.c Cosmetic cleansing. This code requires extra work to keep the garbage 1998-09-30 06:41:16 +00:00
thr_fsync.c
thr_gc.c Debug when an environment variable set, no when it is unset. 1998-09-30 19:17:51 +00:00
thr_getprio.c
thr_info.c Fix a minor security problem in libc_r. 1999-01-11 00:02:37 +00:00
thr_init.c Move the cleanup code that frees memory allocated for a dead thread from 1998-09-30 06:36:56 +00:00
thr_join.c
thr_kern.c Close a window between unlocking a spinlock and changing the thread state. 1998-11-15 09:58:26 +00:00
thr_kill.c Interrupt threads waiting in select etc. 1998-11-15 10:01:34 +00:00
thr_mattr_init.c
thr_mattr_kind_np.c Add support for pthread_mutexattr_settype(). As a side effect of 1998-11-28 23:52:58 +00:00
thr_multi_np.c
thr_mutex.c Add support for pthread_mutexattr_settype(). As a side effect of 1998-11-28 23:52:58 +00:00
thr_mutexattr_destroy.c
thr_nanosleep.c
thr_once.c
thr_open.c
thr_private.h Close a window between unlocking a spinlock and changing the thread state. 1998-11-15 09:58:26 +00:00
thr_read.c
thr_readv.c
thr_resume_np.c
thr_rwlock.c
thr_rwlockattr.c
thr_select.c
thr_self.c
thr_seterrno.c
thr_setprio.c
thr_sig.c Implementation of an additional state called SIGWAIT (with the previous 1998-09-30 06:27:31 +00:00
thr_sigaction.c
thr_sigmask.c
thr_sigprocmask.c
thr_sigsuspend.c Implementation of an additional state called SIGWAIT (with the previous 1998-09-30 06:27:31 +00:00
thr_sigwait.c Implementation of an additional state called SIGWAIT (with the previous 1998-09-30 06:27:31 +00:00
thr_single_np.c
thr_spec.c NULL a pointer after it is freed to avoid trying to free it again. 1998-09-30 06:24:57 +00:00
thr_spinlock.c
thr_suspend_np.c
thr_vfork.c
thr_wait4.c
thr_write.c
thr_writev.c
thr_yield.c