summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-12-03 20:48:25 +0000
committerRoland McGrath <roland@gnu.org>1999-12-03 20:48:25 +0000
commitb0ae1be5ee65598b17f117b5f72462c58b563309 (patch)
tree48cba77c2abba46604b6795e88d1ee1951cd5627
parentf6b9e57fdef3d89c11c36aec94173d6f565839fa (diff)
.
-rw-r--r--sutils/ChangeLog5
-rw-r--r--trans/ChangeLog9
2 files changed, 14 insertions, 0 deletions
diff --git a/sutils/ChangeLog b/sutils/ChangeLog
index 1492d8df..11c34ba9 100644
--- a/sutils/ChangeLog
+++ b/sutils/ChangeLog
@@ -1,3 +1,8 @@
+1999-12-03 Roland McGrath <roland@baalperazim.frob.com>
+
+ * MAKEDEV.sh (mkdev: full): New device, using /hurd/null --full.
+ (mkdev: std): Add full to the standard list.
+
1999-11-19 Roland McGrath <roland@baalperazim.frob.com>
* MAKEDEV.sh (mkdev: time): Use --no-cache flag.
diff --git a/trans/ChangeLog b/trans/ChangeLog
index 4d088fd5..79e82034 100644
--- a/trans/ChangeLog
+++ b/trans/ChangeLog
@@ -1,3 +1,12 @@
+1999-12-03 Roland McGrath <roland@baalperazim.frob.com>
+
+ * null.c: Support --full/-f option to be /dev/full (ENOSPC writes).
+ (write_error_code): New variable.
+ (options, argp): New static const variables.
+ (parse_opt): New function.
+ (main): Move local ARGP out to static.
+ (trivfs_S_io_write): Return write_error_code instead of zero.
+
1999-11-08 Roland McGrath <roland@baalperazim.frob.com>
* hello-mt.c: New file, modified from hello.c to be multithreaded.