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
/
vm
Commit message (
Expand
)
Author
Age
Files
Lines
*
When allocating a bucket to hold a free'd item in UMA fails, don't
rwatson
2006-05-21
1
-2
/
+1
*
Simplify the implementation of vm_fault_additional_pages() based upon the
alc
2006-05-13
1
-12
/
+5
*
Use better order here.
pjd
2006-05-10
1
-1
/
+1
*
Add synchronization to vm_pageq_add_new_page() so that it can be called
alc
2006-04-25
1
-3
/
+3
*
It seems that POSIX would rather ENODEV returned in place of EINVAL when
trhodes
2006-04-21
1
-1
/
+1
*
Introduce minidumps. Full physical memory crash dumps are still available
peter
2006-04-21
1
-0
/
+21
*
Change msleep() and tsleep() to not alter the calling thread's priority
jhb
2006-04-17
1
-3
/
+1
*
On shutdown try to turn off all swap devices. This way GEOM providers are
pjd
2006-04-10
2
-19
/
+63
*
Remove the unused sva and eva arguments from pmap_remove_pages().
peter
2006-04-03
1
-1
/
+1
*
MFP4: Support for profiling dynamically loaded objects.
jkoshy
2006-03-26
1
-0
/
+41
*
Remove leading __ from __(inline|const|signed|volatile). They are
imp
2006-03-08
5
-10
/
+10
*
Ignore dirty pages owned by "dead" objects.
tegge
2006-03-08
1
-0
/
+4
*
Eliminate a deadlock when creating snapshots. Blocking vn_start_write() must
tegge
2006-03-02
3
-2
/
+6
*
Hold extra reference to vm object while cleaning pages.
tegge
2006-03-02
1
-0
/
+2
*
Lock the vm_object while checking its type to see if it is a vnode-backed
jhb
2006-02-21
1
-11
/
+25
*
Expand scope of marker to reduce the number of page queue scan restarts.
tegge
2006-02-17
1
-12
/
+19
*
Check return value from nonblocking call to vn_start_write().
tegge
2006-02-17
1
-2
/
+8
*
When the VM needs to allocated physical memory pages (for non interrupt use)
ups
2006-02-15
1
-3
/
+13
*
Skip per-cpu caches associated with absent CPUs when generating a
rwatson
2006-02-11
1
-0
/
+2
*
- Fix silly VI locking that is used to check a single flag. The vnode
jeff
2006-02-06
1
-14
/
+6
*
Remove an unnecessary call to pmap_remove_all(). The given page is not
alc
2006-02-04
1
-1
/
+0
*
Adjust old comment (present in rev 1.1) to match changes in rev 1.82.
tegge
2006-02-02
1
-1
/
+1
*
Use off_t for file size passed to vnode_create_vobject().
yar
2006-02-01
1
-1
/
+1
*
- Install a temporary bandaid in vm_object_reference() that will stop
jeff
2006-02-01
1
-5
/
+5
*
Change #if defined(DIAGNOSTIC) to KASSERT.
alc
2006-01-31
1
-4
/
+3
*
Add buffer corruption protection (RedZone) for kernel's malloc(9).
pjd
2006-01-31
2
-0
/
+219
*
The change a few years ago of having contigmalloc start its scan at the top
scottl
2006-01-29
1
-2
/
+19
*
Add a new macro wrapper WITNESS_CHECK() around the witness_warn() function.
jhb
2006-01-27
1
-1
/
+1
*
Make sure b_vp and b_bufobj are NULL before calling relpbuf(), as it asserts
cognet
2006-01-27
1
-0
/
+9
*
Style: Add blank line after local variable declarations.
alc
2006-01-27
1
-0
/
+1
*
Use the new macros abstracting the page coloring/queues implementation.
alc
2006-01-27
1
-2
/
+2
*
Use the new macros abstracting the page coloring/queues implementation.
alc
2006-01-27
4
-8
/
+8
*
Plug a leak in the newer contigmalloc() implementation. Specifically, if
alc
2006-01-26
1
-10
/
+5
*
- Avoid calling vm_object_backing_scan() when collapsing an object when
jeff
2006-01-25
1
-1
/
+3
*
The previous revision incorrectly changed a switch statement into an if
alc
2006-01-25
1
-3
/
+3
*
With the recent changes to the implementation of page coloring, the
alc
2006-01-24
2
-4
/
+2
*
In vm_page_set_invalid() invalidate all of the page's mappings as soon as
alc
2006-01-24
1
-0
/
+2
*
Make vm_object_vndeallocate() static. The external calls to it were
alc
2006-01-22
2
-2
/
+2
*
Reduce the scope of one #ifdef to avoid duplicating a SYSCTL_INT() macro
jhb
2006-01-06
1
-5
/
+1
*
Convert the PAGE_SIZE check into a CTASSERT.
netchild
2006-01-04
1
-1
/
+3
*
Prevent divide by zero, use default values in case one of the divisor's
netchild
2006-01-04
1
-1
/
+1
*
MI changes:
netchild
2005-12-31
8
-145
/
+213
*
Improve memguard a bit:
pjd
2005-12-30
2
-0
/
+93
*
Don't access fs->first_object after dropping reference to it.
tegge
2005-12-20
1
-1
/
+3
*
Use sf_buf_alloc() instead of vm_map_find() on exec_map to create the
alc
2005-12-16
2
-0
/
+74
*
Assert that the page that is given to vm_page_free_toq() does not have any
alc
2005-12-13
1
-0
/
+2
*
Remove unneeded calls to pmap_remove_all(). The given page is not mapped.
alc
2005-12-11
1
-1
/
+0
*
Simplify vmspace_dofree().
alc
2005-12-04
1
-3
/
+1
*
Eliminate unneeded preallocation at initialization.
alc
2005-12-03
2
-2
/
+0
*
Eliminate unneeded preallocation at initialization.
alc
2005-12-03
1
-2
/
+0
[next]