summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_uio.c
Commit message (Expand)AuthorAgeFilesLines
* Add a facility to disable processing page faults. When activated,kib2011-07-091-10/+53
* Fix the check for vm_map_remove() error.kib2011-03-281-1/+1
* Trim white spaces, adjust style.kib2011-03-281-10/+12
* Handle zero length in copyout_unmap().kib2011-03-281-0/+3
* Promote ksyms_map() and ksyms_unmap() to general facilitykib2011-03-281-0/+49
* Remove the uio_yield prototype and symbol. This function has beenmdf2011-02-081-7/+0
* Based on discussions on the svn-src mailing list, rework r218195:mdf2011-02-081-24/+2
* Put the general logic for being a CPU hog into a new functionmdf2011-02-021-6/+17
* Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), andalc2010-05-081-3/+0
* Acquire the page lock around all remaining calls to vm_page_free() onalc2010-05-051-0/+2
* Decompose the most lousy named file in sys/kern; kern_subr.c.ed2010-02-211-0/+478
OpenPOWER on IntegriCloud