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_sigaction.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the libkse directory. It was unhooked from the build and kernel
brooks
2014-04-16
1
-126
/
+0
*
Remove hacks to allow libkse to export its symbols in the LIBTHREAD_1_0
deischen
2007-12-16
1
-3
/
+0
*
WARNS=3'ify.
deischen
2007-11-30
1
-3
/
+5
*
Remove 3rd clause, renumber, ok per email
imp
2007-01-12
1
-4
/
+1
*
o Remove a cruft prevented libpthread sigaction(2) wrapper to
maxim
2006-06-09
1
-1
/
+11
*
Add compatibility symbol maps. libpthread (.so.1 and .so.2)
deischen
2006-03-13
1
-0
/
+3
*
If syscall failed, restore old sigaction and return error to thread.
davidxu
2003-09-25
1
-11
/
+19
*
Treat initial thread as scope system thread when KSE mode is not activated
davidxu
2003-08-18
1
-3
/
+0
*
Avoid accessing user provided parameters in critical region.
davidxu
2003-07-07
1
-18
/
+17
*
o Use a daemon thread to monitor signal events in kernel, if pending
davidxu
2003-06-28
1
-3
/
+10
*
Revamp libpthread so that it has a chance of working in an SMP
deischen
2003-04-18
1
-12
/
+7
*
Insert threads interrupted by a signal while running onto the run queue.
mini
2003-02-23
1
-2
/
+1
*
Make the changes needed for libpthread to compile in its new home.
mini
2002-09-16
1
-1
/
+1
*
To be consistent, use the __weak_reference macro from <sys/cdefs.h>
deischen
2001-04-10
1
-1
/
+1
*
Add weak definitions for wrapped system calls. In general:
deischen
2001-01-24
1
-5
/
+6
*
Don't needlessly poll file descriptors when there are no
deischen
2000-11-09
1
-1
/
+1
*
Implement zero system call thread switching. Performance of
deischen
2000-10-13
1
-6
/
+7
*
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
*
$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
-0
/
+4
*
[ The author's description... ]
jb
1999-03-23
1
-1
/
+1
*
Don't automatically restart syscalls for the signals that the thread
jb
1998-08-26
1
-1
/
+1
*
Change signal model to match POSIX (i.e. one set of signal handlers
jb
1998-04-29
1
-15
/
+37
*
Submitted by: John Birrell
julian
1997-02-05
1
-1
/
+1
*
Reviewed by: julian
julian
1996-01-22
1
-0
/
+82