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
/
vm_map.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed bug in madvise() / MADV_WILLNEED. When the request is offset
dillon
2000-05-14
1
-1
/
+5
*
Revert spelling mistake I made in the previous commit
charnier
2000-03-27
1
-1
/
+1
*
Spelling
charnier
2000-03-26
1
-2
/
+2
*
Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2).
ps
2000-02-28
1
-1
/
+11
*
Fix null-pointer dereference crash when the system is intentionally
dillon
2000-02-16
1
-1
/
+7
*
Fix a deadlock between msync(..., MS_INVALIDATE) and vm_fault. The
dillon
2000-01-21
1
-25
/
+29
*
Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC to
dillon
1999-12-12
1
-2
/
+15
*
Remove nonsensical vm_map_{clear,set}_recursive() calls
alc
1999-11-25
1
-3
/
+0
*
Correct the following error: vm_map_pageable() on a COW'ed (post-fork)
alc
1999-11-23
1
-4
/
+5
*
Remove unused #include's.
alc
1999-11-07
1
-1
/
+0
*
The functions declared by this header file no longer exist.
alc
1999-11-07
1
-1
/
+0
*
useracc() the prequel:
phk
1999-10-29
1
-2
/
+0
*
cleanup madvise code, add a few more sanity checks.
dillon
1999-09-21
1
-47
/
+71
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
vm_map_madvise:
alc
1999-08-13
1
-60
/
+85
*
vm_map_madvise:
alc
1999-08-10
1
-17
/
+3
*
Move the memory access behavior information provided by madvise
alc
1999-08-01
1
-7
/
+7
*
Fix the following problem:
alc
1999-07-21
1
-1
/
+3
*
Cleanup OBJ_ONEMAPPING management.
alc
1999-07-11
1
-13
/
+1
*
Fix some int/long printf problems for the Alpha
peter
1999-07-01
1
-2
/
+2
*
vm_map_growstack uses vmspace::vm_ssize as though it contained
alc
1999-06-17
1
-6
/
+6
*
vm_map_insert sometimes extends an existing vm_map entry, rather than
alc
1999-06-17
1
-3
/
+7
*
Move vm_map_stack and vm_map_growstack after the definition
alc
1999-06-17
1
-204
/
+204
*
Remove some unused declarations and duplicate initialization.
alc
1999-06-17
1
-6
/
+2
*
vm_map_protect:
alc
1999-06-12
1
-2
/
+2
*
Avoid the creation of unnecessary shadow objects.
alc
1999-05-28
1
-3
/
+9
*
vm_map_insert:
alc
1999-05-18
1
-47
/
+38
*
Add the options MAP_PREFAULT and MAP_PREFAULT_PARTIAL to vm_map_find/insert,
alc
1999-05-17
1
-1
/
+6
*
Remove prototypes for functions that don't exist anymore (vm_map.h).
alc
1999-05-16
1
-7
/
+4
*
Simplify vm_map_find/insert's interface: remove the MAP_COPY_NEEDED option.
alc
1999-05-14
1
-5
/
+3
*
Two changes to vm_map_delete:
alc
1999-04-04
1
-13
/
+10
*
Mainly, eliminate the comments about share maps. (We don't have share maps
alc
1999-03-27
1
-33
/
+7
*
Two changes:
alc
1999-03-21
1
-19
/
+24
*
Two changes:
alc
1999-03-15
1
-10
/
+5
*
Remove (redundant) map timestamp increments from some properly
alc
1999-03-09
1
-6
/
+1
*
Remove an unused variable from vmspace_fork.
alc
1999-03-08
1
-3
/
+1
*
Change vm_map_growstack to acquire and hold a read lock (instead of a write
alc
1999-03-07
1
-11
/
+17
*
Remove the last of the share map code: struct vm_map::is_main_map.
alc
1999-03-02
1
-13
/
+9
*
Remove unnecessary page protects on map_split and collapse operations.
dillon
1999-02-24
1
-2
/
+4
*
Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This
luoqi
1999-02-19
1
-6
/
+6
*
Submitted by: Alan Cox <alc@cs.rice.edu>
dillon
1999-02-19
1
-57
/
+8
*
Fix non-fatal bug in vm_map_insert() which improperly cleared
dillon
1999-02-12
1
-42
/
+37
*
Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used to
dillon
1999-02-07
1
-90
/
+25
*
Submitted by: Alan Cox
dillon
1999-02-03
1
-7
/
+8
*
This patch eliminates a pointless test from appearing twice
dillon
1999-02-01
1
-5
/
+1
*
Submitted by: Alan Cox <alc@cs.rice.edu>
julian
1999-01-31
1
-3
/
+4
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-4
/
+4
*
Mostly remove the VM_STACK OPTION.
julian
1999-01-26
1
-7
/
+1
*
Change all manual settings of vm_page_t->dirty = VM_PAGE_BITS_ALL
dillon
1999-01-24
1
-5
/
+3
*
General cleanup related to the new pager. We no longer have to worry
dillon
1999-01-21
1
-1
/
+1
[next]