diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-03 23:49:31 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-03 23:49:31 +0000 |
commit | aaef9904fb0393a391c683a8965e633d96bd63d8 (patch) | |
tree | 98d846bb978e033dd3be0aed5c39d60204cbc007 /init/ChangeLog | |
parent | fad8738511040dfb0760006f087247513c13ec6b (diff) | |
download | hurd-aaef9904fb0393a391c683a8965e633d96bd63d8.tar.gz hurd-aaef9904fb0393a391c683a8965e633d96bd63d8.tar.bz2 hurd-aaef9904fb0393a391c683a8965e633d96bd63d8.zip |
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/ChangeLog | 6 |
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. |