summaryrefslogtreecommitdiff
path: root/proc/ChangeLog
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-07-11 05:32:01 +0000
committerThomas Bushnell <thomas@gnu.org>1999-07-11 05:32:01 +0000
commit787cf415c05ca62623d6e5b0f94ff61c13eb08ad (patch)
tree759e66738de843011588dd4e0ad76e721a9e5fc4 /proc/ChangeLog
parent5b1ade980a0f2b0de705c08954baddb816023c4c (diff)
1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
* info.c (get_string_array): Use mmap instead of vm_allocate. (S_proc_getprocinfo): Likewise. (S_proc_getloginpids): Likewise. * mgt.c (S_proc_getallpids): Likewise. * pgrp.c (S_proc_getsessionpids): Likewise. (S_proc_getsessionpgids): Likewise. (S_proc_getpgrppids): Likewise.
Diffstat (limited to 'proc/ChangeLog')
-rw-r--r--proc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/proc/ChangeLog b/proc/ChangeLog
index 6cb14769..e874d5a3 100644
--- a/proc/ChangeLog
+++ b/proc/ChangeLog
@@ -3,6 +3,16 @@
* info.c: Add #include <sys/mman.h> for munmap decl.
* mgt.c: Likewise.
+1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * info.c (get_string_array): Use mmap instead of vm_allocate.
+ (S_proc_getprocinfo): Likewise.
+ (S_proc_getloginpids): Likewise.
+ * mgt.c (S_proc_getallpids): Likewise.
+ * pgrp.c (S_proc_getsessionpids): Likewise.
+ (S_proc_getsessionpgids): Likewise.
+ (S_proc_getpgrppids): Likewise.
+
1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>
* info.c (get_string): Use munmap instead of vm_deallocate.