diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-03 23:54:41 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-03 23:54:41 +0000 |
commit | beb095bf383cf3fcee8efeb3ca06231515bba673 (patch) | |
tree | 3f712e48ec7fb5e2d571ef250d1d9df3642cb6d9 /proc/ChangeLog | |
parent | 3d107d5b12ac76a37621e589ebc03540205b488f (diff) | |
download | hurd-beb095bf383cf3fcee8efeb3ca06231515bba673.tar.gz hurd-beb095bf383cf3fcee8efeb3ca06231515bba673.tar.bz2 hurd-beb095bf383cf3fcee8efeb3ca06231515bba673.zip |
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* info.c (get_string): Use munmap instead of vm_deallocate.
(get_vector): Likewise.
(get_string_array): Likewise.
(S_proc_getprocinfo): Likewise.
* mgt.c (S_proc_reauthenticate): Likewise.
(S_proc_dostop): Likewise.
(add_tasks): Likewise.
Diffstat (limited to 'proc/ChangeLog')
-rw-r--r-- | proc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/proc/ChangeLog b/proc/ChangeLog index 4c531eab..6e47b4a4 100644 --- a/proc/ChangeLog +++ b/proc/ChangeLog @@ -1,3 +1,13 @@ +1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> + + * info.c (get_string): Use munmap instead of vm_deallocate. + (get_vector): Likewise. + (get_string_array): Likewise. + (S_proc_getprocinfo): Likewise. + * mgt.c (S_proc_reauthenticate): Likewise. + (S_proc_dostop): Likewise. + (add_tasks): Likewise. + 1999-06-19 Roland McGrath <roland@baalperazim.frob.com> * main.c (main): Remove commented-out wire_task_self call, #include. |