summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_jumbo.c
Commit message (Expand)AuthorAgeFilesLines
* Update the Tigon 1 and 2 driver to use the sf_buf API for implementingalc2004-12-061-254/+0
* The synchronization provided by vm object locking has eliminated thealc2004-11-031-1/+0
* Use kmem_alloc_nofault() rather than kmem_alloc_pageable() for allocatingalc2004-07-231-1/+1
* Lock the vm object when removing a page.alc2003-06-111-0/+2
* Use __FBSDID().obrien2003-06-111-2/+4
* Lock the jumbo_vm_object when performing vm_page_alloc().alc2003-04-191-0/+2
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* Remove duplicate includes.cognet2003-02-201-2/+0
* o Lock page queue accesses by vm_page_free().alc2002-07-211-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-1/+1
* At long last, commit the zero copy sockets code.ken2002-06-261-0/+252
OpenPOWER on IntegriCloud