summaryrefslogtreecommitdiff
path: root/init/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-10-02 14:54:27 +0000
committerThomas Bushnell <thomas@gnu.org>1999-10-02 14:54:27 +0000
commit51038fcecccdb2ef38a03bd8672d9f4024d22d23 (patch)
treed596266e8644962328f9a0b0f8762aea6b978f48 /init/ChangeLog
parentd806d1ed685ac326363801456c74d5c40cfb5db8 (diff)
1999-09-28 Thomas Bushnell, BSG <tb@mit.edu>
* init.c (frob_kernel_process): Allocate the kernel's page in the actual kernel task, not in our own. I wonder how this ever worked. Also if we fail in that allocation, free the page we allocated in our own space.
Diffstat (limited to 'init/ChangeLog')
-rw-r--r--init/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/init/ChangeLog b/init/ChangeLog
index 6c20462c..941c6903 100644
--- a/init/ChangeLog
+++ b/init/ChangeLog
@@ -1,3 +1,10 @@
+1999-09-28 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * init.c (frob_kernel_process): Allocate the kernel's page in the
+ actual kernel task, not in our own. I wonder how this ever
+ worked. Also if we fail in that allocation, free the page we
+ allocated in our own space.
+
1999-08-24 Roland McGrath <roland@baalperazim.frob.com>
* init.c (notify_shutdown): Add const to argument type.