mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
John Dyson
b5b40fa62b
Various bugfixes/cleanups from me and others:
1) Remove potential race conditions on waking up in vm_page_free_wakeup by making sure that it is at splvm(). 2) Fix another bug in vm_map_simplify_entry. 3) Be more complete about converting from default to swap pager when an object grows to be large enough that there can be a problem with data structure allocation under low memory conditions. 4) Make some madvise code more efficient. 5) Added some comments.
Description
Languages
C
59.6%
C++
26.6%
Roff
4.9%
Shell
2.9%
Assembly
1.7%
Other
3.8%