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
*
Previously, nothing prevented the page that was returned by pmap_extract()
alc
2005-10-23
1
-4
/
+3
*
Verify that access to the given address is allowed from user-space.
alc
2005-10-22
1
-1
/
+8
*
Eliminate spl* calls.
alc
2005-10-21
1
-6
/
+0
*
Allow sends sent from non page-aligned userspace addresses to be
gallatin
2005-06-05
1
-8
/
+9
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Introduce two new options, "CPU private" and "no wait", to sf_buf_alloc().
alc
2004-11-08
1
-1
/
+1
*
In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, it
alc
2004-04-03
1
-1
/
+1
*
Revise socow_iodone() in light of recent sf_buf changes. Specifically,
alc
2004-03-17
1
-5
/
+9
*
Refactor the existing machine-dependent sf_buf_free() into a machine-
alc
2004-03-16
1
-1
/
+1
*
Handle sf_buf_alloc() returning null. This can happen if the
gallatin
2004-01-17
1
-9
/
+18
*
- Modify alpha's sf_buf implementation to use the direct virtual-to-
alc
2003-11-16
1
-3
/
+5
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+4
*
The data in an sf_buf should not be modified by the mbuf system. Mark
alc
2003-04-11
1
-1
/
+1
*
Remove some dead code.
alc
2003-04-08
1
-8
/
+1
*
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