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_sig.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify sigwait code a bit by using a waitset and removing oldsigmask.
davidxu
2003-07-27
1
-15
/
+7
*
Move idle kse wakeup to outside of regions where locks are held.
deischen
2003-07-23
1
-17
/
+27
*
o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now it
davidxu
2003-07-17
1
-136
/
+235
*
Don't resume sigwait thread If signal is masked.
davidxu
2003-07-09
1
-8
/
+12
*
POSIX says if a thread is in sigwait state, although a signal may not in
davidxu
2003-07-09
1
-6
/
+23
*
Restore signal mask correctly after fork().
davidxu
2003-07-09
1
-3
/
+4
*
Add a newline to debug message.
davidxu
2003-07-07
1
-1
/
+1
*
Because there are only _SIG_MAXSIG elements in thread siginfo array,
davidxu
2003-06-30
1
-14
/
+14
*
o Use a daemon thread to monitor signal events in kernel, if pending
davidxu
2003-06-28
1
-343
/
+441
*
Explicitly widen int types before casting to pointer types. On 64-bit
marcel
2003-06-24
1
-3
/
+4
*
After selecting a thread to handle a signal and taking
deischen
2003-06-08
1
-3
/
+8
*
Save THR_FLAGS_IN_TDLIST in signal frame, otherwise if a thread received
davidxu
2003-05-30
1
-1
/
+2
*
Don't really spin on a spinlock; silently convert it to the same
deischen
2003-05-29
1
-2
/
+3
*
Change low-level locking a bit so that we can tell if
deischen
2003-05-24
1
-8
/
+22
*
Add a method of yielding the current thread with the scheduler
deischen
2003-05-16
1
-117
/
+109
*
Fix suspend and resume.
deischen
2003-05-04
1
-6
/
+3
*
Create the thread signal lock as a KSE lock (as opposed to
deischen
2003-04-29
1
-3
/
+3
*
Use the correct link entry for walking the list of threads.
deischen
2003-04-28
1
-9
/
+2
*
Revamp libpthread so that it has a chance of working in an SMP
deischen
2003-04-18
1
-427
/
+553
*
Insert threads interrupted by a signal while running onto the run queue.
mini
2003-02-23
1
-24
/
+2
*
Deliver signals posted via an upcall to the appropriate thread.
mini
2003-02-17
1
-523
/
+202
*
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
-4
/
+12
*
This has been sitting in my local tree long enough. Remove the use
deischen
2002-02-09
1
-119
/
+103
*
Fix pthread_join so that it works if the target thread exits while
deischen
2001-11-17
1
-1
/
+11
*
Clear the in thread scheduler flag after jumping to the start of
deischen
2001-06-29
1
-0
/
+6
*
Instead of using a join queue for each thread, use a single pointer to
jasone
2001-05-20
1
-9
/
+1
*
Move the check for a pending signals to after the thread has been
deischen
2001-05-04
1
-0
/
+3
*
Correct a race condition where it was possible for a signaled
deischen
2001-03-09
1
-2
/
+8
*
Remove (int) file descriptor locking. It should be up to the
deischen
2001-02-11
1
-5
/
+0
*
Add weak definitions for wrapped system calls. In general:
deischen
2001-01-24
1
-20
/
+21
*
Change a "while {}" loop to a "do {} while" to allow it to be
deischen
2000-11-20
1
-0
/
+4
*
When entering the scheduler from the signal handler, tell
deischen
2000-11-14
1
-1
/
+1
*
Don't needlessly poll file descriptors when there are no
deischen
2000-11-09
1
-297
/
+146
*
Make pthread_kill() know about temporary signal handlers installed
deischen
2000-10-25
1
-29
/
+119
*
We use ___setjmp (non-signal saving) to setup a signal frame. When
deischen
2000-10-22
1
-1
/
+1
*
Implement zero system call thread switching. Performance of
deischen
2000-10-13
1
-413
/
+829
*
Fix pthread_suspend_np/pthread_resume_np. For the record, suspending a
deischen
2000-03-15
1
-6
/
+8
*
Do signal deferral for pthread_kill() as it was done in the old days.
jasone
2000-01-20
1
-20
/
+3
*
Implement continuations to correctly handle [sig|_]longjmp() inside of a
jasone
2000-01-19
1
-17
/
+195
*
Don't wakeup threads when there is a process signal and no installed
deischen
1999-12-28
1
-23
/
+37
*
Fixes for signal handling:
deischen
1999-12-17
1
-51
/
+197
*
Change signal handling to conform to POSIX specified semantics.
deischen
1999-12-04
1
-23
/
+65
*
sigset_t change (part 5 of 5)
marcel
1999-09-29
1
-3
/
+9
*
$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
-91
/
+119
*
[ The author's description... ]
jb
1999-03-23
1
-12
/
+39
*
Implementation of an additional state called SIGWAIT (with the previous
jb
1998-09-30
1
-44
/
+42
[next]