freebsd-dev/lib/libkse/thread
Dmitrij Tejblum ffd73a0043 Fix a memory leak: free the thread-specific poll_data, used in the select()
implementation.

PR:		13368
Submitted by:	Steve Bernacki, Jr. <steve@copacetic.net>
1999-08-30 15:45:42 +00:00
..
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_attr_destroy.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_attr_getdetachstate.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_attr_getinheritsched.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_attr_getschedparam.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_attr_getschedpolicy.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_attr_getscope.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_attr_getstackaddr.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_attr_getstacksize.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_attr_init.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_attr_setcreatesuspend_np.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_attr_setdetachstate.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_attr_setinheritsched.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_attr_setschedparam.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_attr_setschedpolicy.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_attr_setscope.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_attr_setstackaddr.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_attr_setstacksize.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_clean.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_close.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_cond.c When checking for valid timevals in the wrapped select() and poll() 1999-08-30 00:02:08 +00:00
thr_condattr_destroy.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_condattr_init.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_create.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_detach.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_equal.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_exit.c Fix a memory leak: free the thread-specific poll_data, used in the select() 1999-08-30 15:45:42 +00:00
thr_fcntl.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_find_thread.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_fork.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_fsync.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_getprio.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_getschedparam.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_info.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_init.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_join.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_kern.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_kill.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_mattr_init.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_mattr_kind_np.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_multi_np.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_mutex_prioceiling.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_mutex_protocol.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_mutex.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_mutexattr_destroy.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_nanosleep.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_once.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_open.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_poll.c When checking for valid timevals in the wrapped select() and poll() 1999-08-30 00:02:08 +00:00
thr_priority_queue.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_private.h $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_read.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_readv.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_resume_np.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_rwlock.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_rwlockattr.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_select.c When checking for valid timevals in the wrapped select() and poll() 1999-08-30 00:02:08 +00:00
thr_self.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_seterrno.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_setprio.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_setschedparam.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_sig.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_sigaction.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_sigmask.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_sigpending.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_sigprocmask.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_sigsuspend.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_sigwait.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_single_np.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_spec.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_spinlock.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_suspend_np.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_switch_np.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_vfork.c In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an alias 1998-09-12 22:03:20 +00:00
thr_wait4.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_write.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_writev.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
thr_yield.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00