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_init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement zero system call thread switching. Performance of
deischen
2000-10-13
1
-15
/
+47
*
If multiple threads are blocked in sigwait() for the same signal that does
jasone
2000-06-27
1
-0
/
+3
*
Implement continuations to correctly handle [sig|_]longjmp() inside of a
jasone
2000-01-19
1
-0
/
+12
*
Properly initialize the last active time of the initial thread. This fixes
deischen
2000-01-18
1
-0
/
+6
*
Don't explicitly mmap() red zones at the bottom of thread stacks (except
jasone
1999-12-29
1
-1
/
+7
*
Change stack allocation algorithm to make better use of memory
deischen
1999-12-28
1
-7
/
+5
*
add pthread_cancel, obtained from OpenBSD.
alfred
1999-11-28
1
-0
/
+5
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix thread initialization to allow for the case where stdio file
deischen
1999-08-05
1
-8
/
+12
*
Use USRSTACK (defined in <machine/vmparam.h>) to get top of the initial stack.
dt
1999-07-12
1
-3
/
+4
*
Modify previous changes to conform better to libc_r's coding style.
jasone
1999-07-11
1
-4
/
+6
*
Always use growable thread stacks on the i386. The VM_STACK kernel option
jasone
1999-07-06
1
-4
/
+2
*
Use growable stacks for thread stacks that are the default stack size.
jasone
1999-07-05
1
-15
/
+28
*
Fix few warnings on the alpha.
dt
1999-06-23
1
-2
/
+2
*
In the words of the author:
jb
1999-06-20
1
-10
/
+43
*
[ The author's description... ]
jb
1999-03-23
1
-5
/
+33
*
Move the cleanup code that frees memory allocated for a dead thread from
jb
1998-09-30
1
-0
/
+5
*
Add extra initialisation code that is required for processes that
jb
1998-08-10
1
-1
/
+29
*
Change signal model to match POSIX (i.e. one set of signal handlers
jb
1998-04-29
1
-33
/
+22
*
Fixes from Jeremy Allison and Terry Lambert for pthreads:
julian
1998-02-13
1
-1
/
+35
*
Fixed overallocation of _thread_fd_table.
alex
1997-05-13
1
-1
/
+1
*
Submitted by: John Birrell
julian
1997-02-05
1
-3
/
+17
*
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
julian
1996-08-20
1
-12
/
+0
*
Added a new module "uthread_autoinit.cc". This is a small C++ module.
jdp
1996-02-17
1
-0
/
+12
*
Reviewed by: julian
julian
1996-01-22
1
-0
/
+214