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
/
libc_r
/
uthread
/
uthread_gc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used to
jasone
2001-07-20
1
-51
/
+12
*
Added a missing set of braces to a conditional that encompasses more than
deischen
2001-04-10
1
-5
/
+6
*
Add weak definitions for wrapped system calls. In general:
deischen
2001-01-24
1
-4
/
+5
*
Implement zero system call thread switching. Performance of
deischen
2000-10-13
1
-2
/
+2
*
Fix a memory leak. pthread_set_name_np() allocates space for a name, but
jasone
2000-05-16
1
-0
/
+4
*
-Wall and minor style(9) cleanups.
deischen
1999-12-28
1
-2
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add RCS IDs to those files without them.
deischen
1999-08-05
1
-2
/
+2
*
Fix a couple more coding style nits.
jasone
1999-07-11
1
-3
/
+3
*
Modify previous changes to conform better to libc_r's coding style.
jasone
1999-07-11
1
-32
/
+42
*
Always use growable thread stacks on the i386. The VM_STACK kernel option
jasone
1999-07-06
1
-5
/
+3
*
Use growable stacks for thread stacks that are the default stack size.
jasone
1999-07-05
1
-2
/
+30
*
In the words of the author:
jb
1999-06-20
1
-87
/
+24
*
[ The author's description... ]
jb
1999-03-23
1
-1
/
+9
*
Debug when an environment variable set, no when it is unset.
dt
1998-09-30
1
-2
/
+2
*
Move the cleanup code that frees memory allocated for a dead thread from
jb
1998-09-30
1
-0
/
+272