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
/
subr_uio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason
kib
2012-08-05
1
-1
/
+1
*
Handle spurious page faults that may occur in no-fault sections of the
alc
2012-03-22
1
-2
/
+6
*
Fix found places where uio_resid is truncated to int.
kib
2012-02-21
1
-4
/
+4
*
Constify args to copyiniov and copyinuio.
alfred
2011-11-14
1
-2
/
+2
*
Add a facility to disable processing page faults. When activated,
kib
2011-07-09
1
-10
/
+53
*
Fix the check for vm_map_remove() error.
kib
2011-03-28
1
-1
/
+1
*
Trim white spaces, adjust style.
kib
2011-03-28
1
-10
/
+12
*
Handle zero length in copyout_unmap().
kib
2011-03-28
1
-0
/
+3
*
Promote ksyms_map() and ksyms_unmap() to general facility
kib
2011-03-28
1
-0
/
+49
*
Remove the uio_yield prototype and symbol. This function has been
mdf
2011-02-08
1
-7
/
+0
*
Based on discussions on the svn-src mailing list, rework r218195:
mdf
2011-02-08
1
-24
/
+2
*
Put the general logic for being a CPU hog into a new function
mdf
2011-02-02
1
-6
/
+17
*
Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), and
alc
2010-05-08
1
-3
/
+0
*
Acquire the page lock around all remaining calls to vm_page_free() on
alc
2010-05-05
1
-0
/
+2
*
Decompose the most lousy named file in sys/kern; kern_subr.c.
ed
2010-02-21
1
-0
/
+478