diff options
author | kib <kib@FreeBSD.org> | 2017-01-08 16:59:07 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2017-01-08 16:59:07 +0000 |
commit | 7cd474d3812c8f523e8024df5303a51d9ff52ba8 (patch) | |
tree | 8ea5315b3bff6577b3f3efbe9f7dcadc8c2b1920 /contrib/diff/lib | |
parent | 42022439e7f6481950b2cb77030814ed9e5ff80e (diff) | |
download | FreeBSD-src-7cd474d3812c8f523e8024df5303a51d9ff52ba8.zip FreeBSD-src-7cd474d3812c8f523e8024df5303a51d9ff52ba8.tar.gz |
MFC r267546 (by alc):
Tidy up the early parts of vm_map_insert().
MFC r267645 (by alc):
When MAP_STACK_GROWS_{DOWN,UP} are passed to vm_map_insert() set the
corresponding flag(s) in the new map entry.
Pass MAP_STACK_GROWS_DOWN to vm_map_insert() from vm_map_growstack() when
extending the stack in the downward direction.
MFC r267850 (by alc):
Place the check that blocks map entry coalescing on stack entries in
vm_map_simplify_entry().
MFC r267917 (by alc):
Delay the call to crhold() in vm_map_insert() until we know that we won't
have to undo it by calling crfree().
Eliminate an unnecessary variable from vm_map_insert().
MFC r311014:
Style fixes for vm_map_insert().
Tested by: pho
Diffstat (limited to 'contrib/diff/lib')
0 files changed, 0 insertions, 0 deletions