| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct the order of the arguments to vm_fault_quick_hold_pages(). | alc | 2010-12-26 | 1 | -1/+1 |
* | Introduce and use a new VM interface for temporarily pinning pages. This | alc | 2010-12-25 | 1 | -9/+5 |
* | Remove page queues locking from all sf_buf_mext()-like functions. The page | alc | 2010-05-06 | 1 | -5/+1 |
* | Add page locking to the vm_page_cow* functions. | alc | 2010-05-04 | 1 | -3/+0 |
* | This is the first step in transitioning responsibility for synchronizing | alc | 2010-05-03 | 1 | -0/+4 |
* | On Alan's advice, rather than do a wholesale conversion on a single | kmacy | 2010-04-30 | 1 | -1/+3 |
* | Extend the struct vm_page wire_count to u_int to avoid the overflow | kib | 2009-01-03 | 1 | -1/+5 |
* | Give MEXTADD() another argument to make both void pointers to the | phk | 2008-02-01 | 1 | -2/+2 |
* | 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 |