summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-06-29 21:15:04 +0000
committerThomas Bushnell <thomas@gnu.org>1999-06-29 21:15:04 +0000
commitcd993532f8189e0af338867c98cb4f1232b36350 (patch)
tree2c8d8ef8bd9af07d0973693b553c15c77d4fd80b /ChangeLog
parente11c1ee4f3f20d95fa304adf547108c830971138 (diff)
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 829dd34..45eca0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1999-06-29 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * vm/vm_resident.c (vm_page_grab): Don't bounce requests when
+ vm_page_external_count == vm_page_external_limit, so that before
+ initialization is complete we can still allocate memory without
+ relying on current_thread.
+
1999-06-27 Thomas Bushnell, BSG <tb@mit.edu>
* vm/vm_resident.c (vm_page_external_count): Define variable.