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
/
sys
/
kern
/
uipc_cow.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass the vm_page's address to sf_buf_alloc(); map the vm_page as part
alc
2003-03-29
1
-3
/
+1
*
- Add vm_paddr_t, a physical address type. This is required for systems
jake
2003-03-25
1
-1
/
+1
*
Fix a race condition in socow_setup(): The page must be wired before
gallatin
2003-03-18
1
-4
/
+7
*
Pass the sf buf to MEXTADD() as the optional argument. This permits
alc
2003-03-16
1
-6
/
+3
*
Remove some unnecessary actions by the zero-copy setup and teardown code.
alc
2003-03-09
1
-10
/
+1
*
Change iov_base's type from `char *' to the standard `void *'. All
mike
2002-10-11
1
-1
/
+1
*
o Synchronize updates to struct vm_page::cow with the page queues lock.
alc
2002-09-02
1
-1
/
+3
*
Moved sf_buf_alloc and sf_buf_free function declarations to sys/socketvar.h
dg
2002-08-13
1
-2
/
+0
*
Lock accesses to the page queues.
alc
2002-07-13
1
-0
/
+2
*
Remove the advertising clause from the Duke BSD copyright on the
gallatin
2002-07-06
1
-4
/
+1
*
catch up with mextadd callback taking a void argument instead of a caddr_t.
alfred
2002-06-29
1
-2
/
+2
*
At long last, commit the zero copy sockets code.
ken
2002-06-26
1
-0
/
+181