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_write.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make libpthread KSE aware.
mini
2002-09-16
1
-93
/
+1
*
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
-2
/
+2
*
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
-7
/
+8
*
Implement zero system call thread switching. Performance of
deischen
2000-10-13
1
-1
/
+1
*
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
jasone
2000-01-27
1
-8
/
+13
*
Track libc's three-tier symbol naming. libc_r must currently implement
jasone
2000-01-12
1
-1
/
+3
*
Fix problems with cancellation while in critical regions.
deischen
1999-12-17
1
-2
/
+2
*
add pthread_cancel, obtained from OpenBSD.
alfred
1999-11-28
1
-2
/
+7
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add RCS IDs to those files without them.
deischen
1999-08-05
1
-2
/
+2
*
Removed unused variables.
alex
1998-09-07
1
-2
/
+1
*
If a short write, only loop if no error.
jb
1998-06-14
1
-2
/
+2
*
Check the access mode in the flags before waiting on a read or a write
jb
1998-06-10
1
-1
/
+13
*
Implement compile time debug support instead of tracking file name and
jb
1998-06-09
1
-4
/
+7
*
When doing a blocking write, keep looping until all the bytes are
jb
1998-05-25
1
-10
/
+48
*
Change signal model to match POSIX (i.e. one set of signal handlers
jb
1998-04-29
1
-4
/
+3
*
Fixes from Jeremy Allison and Terry Lambert for pthreads:
julian
1998-02-13
1
-3
/
+3
*
Add parentheses to make blocking mode work.
jb
1997-04-01
1
-1
/
+3
*
Submitted by: John Birrell
julian
1997-02-05
1
-15
/
+22
*
Reviewed by: julian
julian
1996-01-22
1
-0
/
+74