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_sendfile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove libc_r threading library. It has been disconnected from the build
emaste
2010-11-13
1
-194
/
+0
*
Remove much of the dereferencing of the fd table entries to look
deischen
2002-08-29
1
-3
/
+3
*
Fix a bug where a short write to a non-blocking socket would
jb
2002-02-22
1
-1
/
+4
*
Silence a warning by initializing the return value. This wasn't
deischen
2002-02-09
1
-2
/
+3
*
Undo the work-around for the sendfile bug where nbytes needed the hdr/trl
dg
2002-01-22
1
-11
/
+0
*
Fix a number of subtle and evil bugs in the libc_r wrapping of sendfile(2).
alfred
2001-12-12
1
-4
/
+50
*
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
-2
/
+2
*
Change my email address in the copyright notices for the sake of consistency
jasone
2000-07-18
1
-1
/
+1
*
Add a wrapper for the sendfile() system call.
jasone
2000-04-27
1
-0
/
+154