summaryrefslogtreecommitdiff
path: root/init/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-07-03 23:49:31 +0000
committerThomas Bushnell <thomas@gnu.org>1999-07-03 23:49:31 +0000
commitaaef9904fb0393a391c683a8965e633d96bd63d8 (patch)
tree98d846bb978e033dd3be0aed5c39d60204cbc007 /init/ChangeLog
parentfad8738511040dfb0760006f087247513c13ec6b (diff)
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* init.c (reboot_system): Use munmap instead of vm_deallocate. (frob_kernel_process): Likewise. (kill_everyone): Likewise.
Diffstat (limited to 'init/ChangeLog')
-rw-r--r--init/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/init/ChangeLog b/init/ChangeLog
index b4499c4a..a5fcfd46 100644
--- a/init/ChangeLog
+++ b/init/ChangeLog
@@ -1,3 +1,9 @@
+1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * init.c (reboot_system): Use munmap instead of vm_deallocate.
+ (frob_kernel_process): Likewise.
+ (kill_everyone): Likewise.
+
1999-06-19 Roland McGrath <roland@baalperazim.frob.com>
* Makefile (HURDLIBS): Add ports and fshelp only if $(split-init)!=yes.