summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/ChangeLog2
-rw-r--r--proc/ChangeLog3
2 files changed, 5 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index e1b7d7a4..3a1865f5 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,5 +1,7 @@
1999-05-29 Roland McGrath <roland@baalperazim.frob.com>
+ * ttys (console): Change type column ($TERM setting) to `mach'.
+
* login-.bashrc: Alias su to login.
1999-05-24 Roland McGrath <roland@baalperazim.frob.com>
diff --git a/proc/ChangeLog b/proc/ChangeLog
index 93f930fd..11a62628 100644
--- a/proc/ChangeLog
+++ b/proc/ChangeLog
@@ -1,5 +1,8 @@
1999-05-29 Roland McGrath <roland@baalperazim.frob.com>
+ * mgt.c (add_tasks): Skip invalid (null) rights in tasks array.
+ * info.c (S_proc_pid2task): Add assert for p_task right validity.
+
* main.c: Include <device/device.h>.
1999-05-23 Roland McGrath <roland@baalperazim.frob.com>