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
*
Remove advertising clause from University of California Regent's license,
imp
2004-04-06
1
-4
/
+0
*
Do not copy vm_exitingcnt to the new vmspace in vmspace_exec(). Copying
tjr
2004-03-23
1
-1
/
+2
*
Retire pmap_pinit2(). Alpha was the last platform that used it. However,
alc
2004-03-07
1
-2
/
+0
*
Further reduce the use of Giant in vm_map_delete(): Perform pmap_remove()
alc
2004-02-12
1
-2
/
+2
*
- Locking for the per-process resource limits structure has eliminated
alc
2004-02-05
1
-3
/
+1
*
Locking for the per-process resource limits structure.
jhb
2004-02-04
1
-9
/
+16
*
Drop the reference count on the old vmspace after fully switching the
jhb
2004-02-02
1
-2
/
+2
*
- Modify vm_object_split() to expect a locked vm object on entry and
alc
2003-12-30
1
-2
/
+0
*
Minor correction to revision 1.258: Use the proc pointer that is passed to
alc
2003-12-26
1
-2
/
+1
*
- Avoid a lock-order reversal between Giant and a system map mutex that
alc
2003-11-19
1
-2
/
+4
*
Changes to msync(2)
alc
2003-11-14
1
-2
/
+2
*
- The Open Group Base Specifications Issue 6 specifies that an munmap(2)
alc
2003-11-10
1
-14
/
+6
*
- Remove Giant from msync(2). Giant is still acquired by the lower layers
alc
2003-11-09
1
-0
/
+10
*
- Rename vm_map_clean() to vm_map_sync(). This better reflects the fact
alc
2003-11-09
1
-59
/
+5
*
- Move the implementation of OBJ_ONEMAPPING from vm_map_delete() to
alc
2003-11-05
1
-30
/
+24
*
Update avail_ssize for rstacks after growing them.
marcel
2003-11-04
1
-0
/
+1
*
Whitespace cleanup.
des
2003-11-03
1
-29
/
+29
*
- Increase the scope of the source object lock in vm_map_copy_entry().
alc
2003-11-03
1
-5
/
+3
*
- Introduce and use vm_object_reference_locked(). Unlike
alc
2003-11-02
1
-1
/
+1
*
Fix two bugs introduced with the rstack functionality and specific to
marcel
2003-10-31
1
-1
/
+2
*
Corrections to revision 1.305
alc
2003-10-18
1
-22
/
+36
*
Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.
bms
2003-10-06
1
-0
/
+6
*
Part 2 of implementing rstacks: add the ability to create rstacks and
marcel
2003-09-27
1
-39
/
+55
*
Adjust the kmapentzone limit so that it takes into account the size of
silby
2003-09-23
1
-1
/
+3
*
Change the handling of the kernel and kmem objects in vm_map_delete(): In
alc
2003-09-23
1
-23
/
+18
*
Introduce MAP_ENTRY_GROWS_DOWN and MAP_ENTRY_GROWS_UP to allow for
marcel
2003-08-30
1
-80
/
+144
*
Remove GIANT_REQUIRED from vmspace_alloc().
alc
2003-08-13
1
-1
/
+0
*
Add the mlockall() and munlockall() system calls.
bms
2003-08-11
1
-12
/
+39
*
Move the implementation of the vmspace_swap_count() (used only in
phk
2003-07-18
1
-37
/
+0
*
Background: pmap_object_init_pt() premaps the pages of a object in
alc
2003-07-03
1
-1
/
+74
*
Check the address provided to vm_map_stack() against the vm map's maximum,
alc
2003-07-01
1
-1
/
+2
*
Introduce vm_map_pmap_enter(). Presently, this is a stub calling the MD
alc
2003-06-29
1
-7
/
+19
*
Simple read-modify-write operations on a vm object's flags, ref_count, and
alc
2003-06-27
1
-4
/
+0
*
Remove a GIANT_REQUIRED on the kernel object that we no longer need.
alc
2003-06-25
1
-2
/
+0
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Pass the vm object to vm_object_collapse() with its lock held.
alc
2003-06-07
1
-2
/
+2
*
Increase the scope of the vm_object lock in vm_map_delete().
alc
2003-04-30
1
-12
/
+13
*
Add vm_object locking to vmspace_swap_count().
alc
2003-04-30
1
-5
/
+6
*
- Extend the scope of two existing vm_object locks to cover
alc
2003-04-26
1
-1
/
+1
*
- Acquire the vm_object's lock when performing vm_object_page_clean().
alc
2003-04-24
1
-0
/
+2
*
- Update the vm_object locking in vm_map_insert().
alc
2003-04-20
1
-8
/
+13
*
Update vm_object locking in vm_map_delete().
alc
2003-04-20
1
-5
/
+9
*
o Update locking around vm_object_page_remove() in vm_map_clean()
alc
2003-04-19
1
-4
/
+2
*
Lock some manipulations of the vm object's flags.
alc
2003-04-13
1
-4
/
+4
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
1
-1
/
+0
*
- When the VM daemon is out of swap space and looking for a
das
2003-03-12
1
-2
/
+13
*
Remove ENABLE_VFS_IOOPT. It is a long unfinished work-in-progress.
alc
2003-03-06
1
-249
/
+0
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-3
/
+3
*
Remove the acquisition and release of Giant around pmap_growkernel().
alc
2003-02-15
1
-2
/
+0
*
Add MTX_DUPOK to the initialization of system map locks.
alc
2003-01-25
1
-2
/
+2
[next]