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_fork.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used to
jasone
2001-07-20
1
-19
/
+8
*
Properly copy the P_ALTSTACK flag in struct proc::p_flag to the child
knu
2001-05-07
1
-11
/
+1
*
Reinstall the alternate signal stack after a fork.
deischen
2001-04-18
1
-1
/
+11
*
Clean up a bit. Use the correct TAILQ link when walking the thread
deischen
2001-04-10
1
-38
/
+71
*
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
-17
/
+16
*
Implement zero system call thread switching. Performance of
deischen
2000-10-13
1
-3
/
+0
*
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
*
-Wall and minor style(9) cleanups.
deischen
1999-12-28
1
-9
/
+9
*
Change signal handling to conform to POSIX specified semantics.
deischen
1999-12-04
1
-0
/
+3
*
sigset_t change (part 5 of 5)
marcel
1999-09-29
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
When checking if there is a stack to free, observe the fact that it
jb
1999-08-20
1
-6
/
+23
*
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
-28
/
+68
*
[ The author's description... ]
jb
1999-03-23
1
-1
/
+33
*
Cosmetic cleansing. This code requires extra work to keep the garbage
jb
1998-09-30
1
-2
/
+3
*
Removed unused variables.
alex
1998-09-07
1
-1
/
+0
*
Cleanup in the child, not the parent.
jb
1998-05-02
1
-2
/
+2
*
Change signal model to match POSIX (i.e. one set of signal handlers
jb
1998-04-29
1
-7
/
+7
*
Fix a problem of indirection unblocking signals that would have caused
jb
1998-03-22
1
-1
/
+1
*
When forking a process, only the running thread gets to live. All
jb
1998-03-09
1
-0
/
+39
*
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
julian
1996-08-20
1
-0
/
+2
*
Reviewed by: julian
julian
1996-01-22
1
-0
/
+90