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
*
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
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-3
/
+3
*
Close the remaining user address mapping races for physical
dillon
2003-01-20
1
-3
/
+8
*
It is possible for an active aio to prevent shared memory from being
dillon
2003-01-13
1
-0
/
+8
*
Lock the vm object when performing vm_object_clear_flag().
alc
2003-01-03
1
-0
/
+4
*
Implement a variant locking scheme for vm maps: Access to system maps
alc
2002-12-31
1
-16
/
+38
*
- Increment the vm_map's timestamp if _vm_map_trylock() succeeds.
alc
2002-12-30
1
-10
/
+11
*
- Remove vm_object_init2(). It is unused.
alc
2002-12-29
1
-1
/
+0
*
Fix a refcount race with the vmspace structure. In order to prevent
dillon
2002-12-15
1
-6
/
+17
*
Perform vm_object_lock() and vm_object_unlock() around
alc
2002-12-15
1
-2
/
+8
*
Hold the page queues lock when calling pmap_protect(); it updates fields
alc
2002-12-01
1
-7
/
+22
*
Acquire and release the page queues lock around calls to pmap_protect()
alc
2002-11-25
1
-0
/
+4
*
Fix an error case in vm_map_wire(): unwiring of an entry during cleanup
alc
2002-11-09
1
-2
/
+2
*
Correctly print vm_offset_t types.
mux
2002-11-07
1
-6
/
+5
*
Properly put macro args in ().
phk
2002-10-16
1
-2
/
+2
*
Modify vm_map_clean() (and thus the msync(2) system call) to support
mdodd
2002-09-22
1
-7
/
+10
*
Use the fields in the sysentvec and in the vm map header in place of the
jake
2002-09-21
1
-4
/
+3
*
o Use vm_object_lock() in place of Giant when manipulating a vm object
alc
2002-08-24
1
-2
/
+2
*
o Merge vm_fault_wire() and vm_fault_user_wire() by adding a new parameter,
alc
2002-07-24
1
-5
/
+2
*
Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable
peter
2002-07-20
1
-3
/
+2
[next]