summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO4
-rw-r--r--proc/ChangeLog5
2 files changed, 8 insertions, 1 deletions
diff --git a/TODO b/TODO
index b84704b8..895a5e6e 100644
--- a/TODO
+++ b/TODO
@@ -229,5 +229,7 @@ See `tasks', the exported task list.
** Make serverboot source tar and build instructions.
** Deal with crypt
** Relink everything after version numbered libc is installed
-** Debug ext2fs
+** ext2fs: shutdown doesn't sync properly?
+ [Create a file, then (settrans -a) won't write it, but if you do sync
+ first, everything's fine; the code doesn't look too different...]
** Find fsck system hang
diff --git a/proc/ChangeLog b/proc/ChangeLog
index 6e7727e1..0b5159c4 100644
--- a/proc/ChangeLog
+++ b/proc/ChangeLog
@@ -1,3 +1,8 @@
+Sun Jul 28 22:57:03 1996 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * info.c (get_string_array): Correctly adjust NEWSIZE when
+ reallocating to add very long strings.
+
Sat Jul 20 10:08:05 1996 Miles Bader <miles@gnu.ai.mit.edu>
* msg.c (S_proc_getmsgport): Deal with PID dying while we're waiting.