diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 05:28:16 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 05:28:16 +0000 |
commit | c34fe8e00d5b049550f462155238d6e31e08b234 (patch) | |
tree | 52c438ba574ac64a151ec1aeba611f82b3873d9a /init/ChangeLog | |
parent | 5d401f8369542fe3a8720b26cbf399c57e07e24b (diff) |
1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
* init.c (frob_kernel_process): Use mmap instead of vm_allocate.
Diffstat (limited to 'init/ChangeLog')
-rw-r--r-- | init/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/init/ChangeLog b/init/ChangeLog index b3e2dc50..87c7175a 100644 --- a/init/ChangeLog +++ b/init/ChangeLog @@ -2,6 +2,10 @@ * init.c: Add #include <sys/mman.h> for munmap decl. +1999-07-09 Thomas Bushnell, BSG <tb@mit.edu> + + * init.c (frob_kernel_process): Use mmap instead of vm_allocate. + 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> * init.c (reboot_system): Use munmap instead of vm_deallocate. |