index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libkse
/
thread
/
thr_exit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
1. Allocating and freeing lock related resource in _thr_alloc and _thr_free
davidxu
2003-09-14
1
-3
/
+21
*
Direct call exit if thread was never created. This makes it safe to call
davidxu
2003-08-18
1
-0
/
+2
*
Attempt to eliminate PLT relocations from rwlock aquire/release
kan
2003-05-30
1
-6
/
+2
*
Add a method of yielding the current thread with the scheduler
deischen
2003-05-16
1
-2
/
+1
*
o Don't add a scope system thread's KSE to the list of available
deischen
2003-04-28
1
-2
/
+5
*
Revamp libpthread so that it has a chance of working in an SMP
deischen
2003-04-18
1
-70
/
+19
*
Make libpthread KSE aware.
mini
2002-09-16
1
-45
/
+0
*
Make the changes needed for libpthread to compile in its new home.
mini
2002-09-16
1
-1
/
+1
*
Remove much of the dereferencing of the fd table entries to look
deischen
2002-08-29
1
-1
/
+1
*
Revamp suspend and resume. While I'm here add pthread_suspend_all_np()
deischen
2002-05-24
1
-16
/
+2
*
Add the ability to recognize old references to keys, and return NULL
deischen
2002-03-19
1
-1
/
+1
*
Fix pthread_join so that it works if the target thread exits while
deischen
2001-11-17
1
-2
/
+3
*
Instead of using a join queue for each thread, use a single pointer to
jasone
2001-05-20
1
-22
/
+31
*
To be consistent, use the __weak_reference macro from <sys/cdefs.h>
deischen
2001-04-10
1
-1
/
+1
*
Remove (int) file descriptor locking. It should be up to the
deischen
2001-02-11
1
-10
/
+3
*
_exit in libc is now __sys_exit not __sys__exit.
deischen
2001-01-29
1
-4
/
+3
*
Add weak definitions for wrapped system calls. In general:
deischen
2001-01-24
1
-31
/
+33
*
Don't needlessly poll file descriptors when there are no
deischen
2000-11-09
1
-21
/
+14
*
Implement zero system call thread switching. Performance of
deischen
2000-10-13
1
-39
/
+41
*
Use __strong_reference() instead of __weak_reference() to assure that the
jasone
2000-01-29
1
-1
/
+1
*
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
jasone
2000-01-27
1
-2
/
+2
*
Track libc's three-tier symbol naming. libc_r must currently implement
jasone
2000-01-12
1
-1
/
+3
*
add pthread_cancel, obtained from OpenBSD.
alfred
1999-11-28
1
-5
/
+35
*
Fix a memory leak: free the thread-specific poll_data, used in the select()
dt
1999-08-30
1
-0
/
+6
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add RCS IDs to those files without them.
deischen
1999-08-05
1
-2
/
+2
*
In the words of the author:
jb
1999-06-20
1
-9
/
+30
*
Ensure that an existing thread gets it's state set to PS_DEAD to
jb
1999-05-16
1
-1
/
+7
*
[ The author's description... ]
jb
1999-03-23
1
-1
/
+14
*
Move the cleanup code that frees memory allocated for a dead thread from
jb
1998-09-30
1
-44
/
+17
*
POSIX says that pthread_exit() is not allowed to be called from a
jb
1998-06-09
1
-0
/
+10
*
Change signal model to match POSIX (i.e. one set of signal handlers
jb
1998-04-29
1
-35
/
+11
*
Submitted by: John Birrell
julian
1997-02-05
1
-5
/
+5
*
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
julian
1996-08-20
1
-0
/
+38
*
Reviewed by: julian
julian
1996-01-22
1
-0
/
+167