diff options
-rw-r--r-- | TODO | 4 | ||||
-rw-r--r-- | proc/ChangeLog | 5 |
2 files changed, 8 insertions, 1 deletions
@@ -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. |