summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-07-29 07:09:38 +0000
committerMiles Bader <miles@gnu.org>1996-07-29 07:09:38 +0000
commit063744182f5d1b8bf4ed95e72531504d86ff53f7 (patch)
treec62fe5ecadbb1b31fe92bd3dabbf5455e418267b
parent3da977459267a2e33b46ac351e4b271dacf42b21 (diff)
.
-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.