diff options
-rw-r--r-- | sutils/ChangeLog | 5 | ||||
-rw-r--r-- | trans/ChangeLog | 9 |
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. |