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
*
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
*
Removed unused variables.
alex
1998-09-07
1
-4
/
+0
*
Back out most of the last commit. It created problems with sigpause.
jb
1998-08-26
1
-26
/
+1
*
Fix for sigwait problem.
jb
1998-08-25
1
-1
/
+26
*
Don't allow a SIGCHLD to wake up a thread if the process has the default
jb
1998-06-17
1
-6
/
+9
*
If a thread is waiting on a child process to complete, the SIGCHLD
jb
1998-06-17
1
-1
/
+20
*
Remove SA_RESTART from the signal dispatch in user-space since this
jb
1998-06-10
1
-92
/
+39
*
Implement compile time debug support instead of tracking file name and
jb
1998-06-09
1
-10
/
+10
*
I got the last commit back to front.
jb
1998-06-06
1
-3
/
+3
*
Fix the signal behaviour for internal states which set the thread
jb
1998-06-05
1
-6
/
+51
*
Don't restart a syscall when a SIGCHLD is received by a thread waiting
jb
1998-05-31
1
-1
/
+6
*
Change signal model to match POSIX (i.e. one set of signal handlers
jb
1998-04-29
1
-72
/
+227
*
Submitted by: John Birrell
julian
1997-02-05
1
-1
/
+1
*
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
julian
1996-08-20
1
-5
/
+44
*
Reviewed by: julian
julian
1996-01-22
1
-0
/
+128