<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/vm/vm_map.c, branch releng/13.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F13.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F13.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2023-08-25T01:06:44Z</updated>
<entry>
<title>vm_map.c: fix syntax</title>
<updated>2023-08-25T01:06:44Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2023-08-18T13:35:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7a46a70f0e65f0ce57e0e342409f8470b7f55a5e'/>
<id>urn:sha1:7a46a70f0e65f0ce57e0e342409f8470b7f55a5e</id>
<content type='text'>
(cherry picked from commit 5f452214f2761b422b1a385865fe4c20265b09fe)
</content>
</entry>
<entry>
<title>vm_map.c: plug several more places which might modify entry-&gt;offset</title>
<updated>2023-08-25T01:06:44Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2023-08-15T19:05:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b96ca29b62488f50c468b964ee684e6d0245b2ee'/>
<id>urn:sha1:b96ca29b62488f50c468b964ee684e6d0245b2ee</id>
<content type='text'>
(cherry picked from commit c718009884b3d65528deaff24712cbf98e3be656)
</content>
</entry>
<entry>
<title>vm_map_protect(): add VM_MAP_PROTECT_GROWSDOWN flag</title>
<updated>2023-08-25T01:06:44Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2023-07-28T00:40:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d5fccc19aa1b1e9440b5ad3bc386b6bb42fdff78'/>
<id>urn:sha1:d5fccc19aa1b1e9440b5ad3bc386b6bb42fdff78</id>
<content type='text'>
(cherry picked from commit 90049eabcfadf229e3983f04310a8ea28fe3d2b1)
</content>
</entry>
<entry>
<title>vm_map_growstack(): restore stack gap data if gap entry was removed</title>
<updated>2023-08-25T01:06:44Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2023-07-25T18:52:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f60811fed6428ebf75c888aec67e71714b75e618'/>
<id>urn:sha1:f60811fed6428ebf75c888aec67e71714b75e618</id>
<content type='text'>
(cherry picked from commit b6037edbd17dd3144aa1a7b0814cd5ebe98d765a)
</content>
</entry>
<entry>
<title>vm_map: do not allow to merge stack gap entries</title>
<updated>2023-08-25T01:06:44Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2023-07-25T18:48:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ce5d4af8bce6701e8c1370a45146edfca447a618'/>
<id>urn:sha1:ce5d4af8bce6701e8c1370a45146edfca447a618</id>
<content type='text'>
(cherry picked from commit 9d7ea6cff7a7edc0f3d4fa8d54e6345ee027e754)
</content>
</entry>
<entry>
<title>vm_map_protect(): handle stack protection stored in the stack guard</title>
<updated>2023-08-25T01:06:44Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2023-07-25T13:32:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bd7afd9e50b3a0939354c3e8c8ddcc9f696c92f9'/>
<id>urn:sha1:bd7afd9e50b3a0939354c3e8c8ddcc9f696c92f9</id>
<content type='text'>
(cherry picked from commit 55be6be12cd95552a46feccb42db984c8d3cbc36)
</content>
</entry>
<entry>
<title>vm_map_protect(): move guard handling at the last phase into an empty dedicated helper</title>
<updated>2023-08-25T01:06:44Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2023-07-28T00:14:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f28d489aaaa417afe984a096dfbfecbfb6b2a695'/>
<id>urn:sha1:f28d489aaaa417afe984a096dfbfecbfb6b2a695</id>
<content type='text'>
(cherry picked from commit 79169929f04d00e51a901d1e4cb377d2475bf660)
</content>
</entry>
<entry>
<title>vm_map_growstack(): handle max protection for stacks</title>
<updated>2023-08-25T01:06:44Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2023-07-25T13:56:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a6e48fe943dc93b113564401bc22214419192386'/>
<id>urn:sha1:a6e48fe943dc93b113564401bc22214419192386</id>
<content type='text'>
(cherry picked from commit aa928a52164fe57965491d63e57de66e9c078e1a)
</content>
</entry>
<entry>
<title>vm_map.c: add CONTAINS_BITS macro</title>
<updated>2023-08-25T01:06:43Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2023-07-29T17:52:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2fab20ed1bc565d42d4080b9a8ee81fffdfaebff'/>
<id>urn:sha1:2fab20ed1bc565d42d4080b9a8ee81fffdfaebff</id>
<content type='text'>
(cherry picked from commit 0fb6aae7f0e19c0628c398bbe30297ef9245030e)
</content>
</entry>
<entry>
<title>Add vm_map_insert1(9)</title>
<updated>2023-08-25T01:06:43Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2023-07-19T16:44:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=820ff197462530b169fcc40283a45d18f41b2dfc'/>
<id>urn:sha1:820ff197462530b169fcc40283a45d18f41b2dfc</id>
<content type='text'>
(cherry picked from commit ba41b0de3ef2b29c5c1155c7550785ed4b491bd8)
</content>
</entry>
</feed>
