alc 2008-06-21 21:02:13 UTC
FreeBSD src repository
Modified files:
sys/vm vm_map.c
Log:
SVN rev 179921 on 2008-06-21 21:02:13Z by alc
KERNBASE is not necessarily an address within the kernel map, e.g.,
PowerPC/AIM. Consequently, it should not be used to
alc 2008-04-28 05:30:23 UTC
FreeBSD src repository
Modified files:
sys/vm vm_map.c vm_map.h vm_mmap.c
Log:
vm_map_fixed(), unlike vm_map_find(), does not update "addr", so it can be
passed by value.
Revision ChangesPath
1.395 +2 -3 src/sys
alc 2008-04-04 19:14:58 UTC
FreeBSD src repository
Modified files:
sys/vm vm_map.c
Log:
Update a comment to vm_map_pmap_enter().
Revision ChangesPath
1.394 +2 -2 src/sys/vm/vm_map.c
___
cvs-all@fre
kib 2008-01-09 16:08:39 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/vm vm_map.c
Log:
MFC rev. 1.392:
In the vm_map_stack(), check for the specified stack region wraparound.
Revision ChangesPath
1.366.2.8 +3 -1 sr
kib 2008-01-09 15:59:15 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7_0)
sys/vm vm_map.c
Log:
MFC rev. 1.392:
In the vm_map_stack(), check for the specified stack region wraparound.
Approved by:re (kensmith)
Revision C
kib 2008-01-09 15:19:23 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/vm vm_map.c
Log:
MFC rev. 1.392:
In the vm_map_stack(), check for the specified stack region wraparound.
Approved by:re (kensmith)
Revision Changes
kib 2008-01-04 04:33:13 UTC
FreeBSD src repository
Modified files:
sys/vm vm_map.c
Log:
In the vm_map_stack(), check for the specified stack region wraparound.
Reported and tested by: Peter Holm
Reviewed by:alc
MFC after: 3 days
Revision
alc 2007-11-02 06:33:20 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/vm vm_map.c
Log:
MFC revision 1.389
Correct an error in vm_map_sync(), nee vm_map_clean(), that has existed
since revision 1.1. Specifically, neither traver
alc 2007-10-31 02:31:51 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/vm vm_map.c
Log:
MFC revision 1.389
Correct an error in vm_map_sync(), nee vm_map_clean(), that has existed
since revision 1.1. Specifically, neither traver
alc 2007-10-22 05:21:05 UTC
FreeBSD src repository
Modified files:
sys/vm vm_map.c
Log:
Correct an error in vm_map_sync(), nee vm_map_clean(), that has existed
since revision 1.1. Specifically, neither traversal of the vm map checks
whether the end of the v
kib 2007-09-09 04:41:24 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/vm vm_map.c vm_map.h vm_mmap.c
Log:
MFC
rev. 1.387 of src/sys/vm/vm_map.c
rev. 1.120 of src/sys/vm/vm_map.h
rev. 1.213 of src/sys/vm/vm_mmap.c
Do not drop
kib 2007-08-20 12:05:45 UTC
FreeBSD src repository
Modified files:
sys/vm vm_map.c vm_map.h vm_mmap.c
Log:
Do not drop vm_map lock between doing vm_map_remove() and vm_map_insert().
For this, introduce vm_map_fixed() that does that for MAP_FIXED case.
Dro
alc 2007-04-26 05:48:17 UTC
FreeBSD src repository
Modified files:
sys/vm vm_map.c
Log:
Remove some code from vmspace_fork() that became redundant after
revision 1.334 modified _vm_map_init() to initialize the new vm map's
flags to zero.
Revision Chang
alc 2007-03-25 19:33:40 UTC
FreeBSD src repository
Modified files:
sys/vm vm_map.c
Log:
Two small changes to vm_map_pmap_enter():
1) Eliminate an unnecessary check for fictitious pages. Specifically,
only device-backed objects contain fictitious pages an
Tilman Linneweh wrote:
On Jun 14, 2006, at 19:48, Alan Cox wrote:
alc 2006-06-14 17:48:46 UTC
FreeBSD src repository
Modified files:
sys/vm vm_map.c
Log:
Correct an error in the previous revision that could lead to a panic:
Found mapped cache page. Speci
alc 2006-06-17 08:45:01 UTC
FreeBSD src repository
Modified files:
sys/vm vm_map.c
Log:
Use ptoa(psize) instead of size to compute the end of the mapping in
vm_map_pmap_enter().
Revision ChangesPath
1.377 +3 -3 src/sys/vm/vm_map.c
On Jun 14, 2006, at 19:48, Alan Cox wrote:
alc 2006-06-14 17:48:46 UTC
FreeBSD src repository
Modified files:
sys/vm vm_map.c
Log:
Correct an error in the previous revision that could lead to a
panic:
Found mapped cache page. Specifically, if cnt.v_free_c
alc 2006-06-14 17:48:46 UTC
FreeBSD src repository
Modified files:
sys/vm vm_map.c
Log:
Correct an error in the previous revision that could lead to a panic:
Found mapped cache page. Specifically, if cnt.v_free_count dips below
cnt.v_free_reserved after p_s
alc 2006-01-27 07:28:51 UTC
FreeBSD src repository
Modified files:
sys/vm vm_map.c vm_object.c vm_pageout.c
vm_pageq.c
Log:
Use the new macros abstracting the page coloring/queues implementation.
(There are no functional changes.)
alc 2005-12-04 22:55:41 UTC
FreeBSD src repository
Modified files:
sys/vm vm_map.c
Log:
Simplify vmspace_dofree().
Revision ChangesPath
1.371 +1 -3 src/sys/vm/vm_map.c
___
cvs-all@freebsd.org maili
alc 2005-12-03 22:41:15 UTC
FreeBSD src repository
Modified files:
sys/vm vm_map.c vm_map.h
Log:
Eliminate unneeded preallocation at initialization.
Reviewed by: tegge
Revision ChangesPath
1.370 +0 -1 src/sys/vm/vm_map.c
1.118 +0
21 matches
Mail list logo