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
/
libpthread
/
thread
/
thr_init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deliver signals posted via an upcall to the appropriate thread.
mini
2003-02-17
1
-0
/
+31
*
Schedule an idle context to block until timeouts expire without blocking
mini
2002-11-12
1
-0
/
+12
*
Use KSE to schedule threads.
mini
2002-10-30
1
-11
/
+16
*
Make libpthread KSE aware.
mini
2002-09-16
1
-158
/
+16
*
Make the changes needed for libpthread to compile in its new home.
mini
2002-09-16
1
-1
/
+1
*
Revamp suspend and resume. While I'm here add pthread_suspend_all_np()
deischen
2002-05-24
1
-7
/
+21
*
Undo namespace pollution by prefixing the globals pthread_guard_default and
alfred
2002-05-15
1
-7
/
+7
*
Don't use PAGE_SIZE in userland, instead use getpagesize(), this is to
alfred
2002-05-13
1
-3
/
+14
*
Add the ability to recognize old references to keys, and return NULL
deischen
2002-03-19
1
-1
/
+1
*
This has been sitting in my local tree long enough. Remove the use
deischen
2002-02-09
1
-12
/
+0
*
Fix the retrieval of USRSTACK via sysctl so that it works for 64-bit
deischen
2001-12-18
1
-2
/
+2
*
Make libc_r check the kern.usrstack sysctl instead of using internal
peter
2001-10-26
1
-3
/
+8
*
Compensate for "Compensate for header dethreading" by backing it out.
bde
2001-10-10
1
-2
/
+0
*
Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used to
jasone
2001-07-20
1
-4
/
+1
*
Instead of using a join queue for each thread, use a single pointer to
jasone
2001-05-20
1
-2
/
+2
*
Compenate for header dethreading.
markm
2001-05-01
1
-0
/
+2
*
Limit threads clock resolution to no less than 1000usec (1000Hz).
deischen
2001-02-26
1
-1
/
+2
*
Add weak definitions for wrapped system calls. In general:
deischen
2001-01-24
1
-91
/
+119
*
Force strong references to several pthread_* functions which are weakly
obrien
2001-01-06
1
-0
/
+32
*
When entering the scheduler from the signal handler, tell
deischen
2000-11-14
1
-6
/
+9
*
Don't needlessly poll file descriptors when there are no
deischen
2000-11-09
1
-29
/
+25
*
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