summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_cow.c
Commit message (Expand)AuthorAgeFilesLines
* Pass the vm_page's address to sf_buf_alloc(); map the vm_page as partalc2003-03-291-3/+1
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* Fix a race condition in socow_setup(): The page must be wired beforegallatin2003-03-181-4/+7
* Pass the sf buf to MEXTADD() as the optional argument. This permitsalc2003-03-161-6/+3
* Remove some unnecessary actions by the zero-copy setup and teardown code.alc2003-03-091-10/+1
* Change iov_base's type from `char *' to the standard `void *'. Allmike2002-10-111-1/+1
* o Synchronize updates to struct vm_page::cow with the page queues lock.alc2002-09-021-1/+3
* Moved sf_buf_alloc and sf_buf_free function declarations to sys/socketvar.hdg2002-08-131-2/+0
* Lock accesses to the page queues.alc2002-07-131-0/+2
* Remove the advertising clause from the Duke BSD copyright on thegallatin2002-07-061-4/+1
* catch up with mextadd callback taking a void argument instead of a caddr_t.alfred2002-06-291-2/+2
* At long last, commit the zero copy sockets code.ken2002-06-261-0/+181
OpenPOWER on IntegriCloud