diff options
Diffstat (limited to 'init/ChangeLog')
-rw-r--r-- | init/ChangeLog | 7 |
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. |