diff options
author | Miles Bader <miles@gnu.org> | 1996-09-24 20:28:54 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-09-24 20:28:54 +0000 |
commit | a628682d5718fe0cc358a5102cf65b02f65acb45 (patch) | |
tree | 4ffe850ac241e0345d8143aa8d0e08eeefda422f | |
parent | dd2093bb9a78bb7557c2f3d639c8243fbffea0d3 (diff) |
.
-rw-r--r-- | TODO | 1 | ||||
-rw-r--r-- | storeio/ChangeLog | 5 | ||||
-rw-r--r-- | trans/ChangeLog | 9 |
3 files changed, 14 insertions, 1 deletions
@@ -243,6 +243,5 @@ List for version 0.2 binary release * nfsd? * released libc * Arrange GCC not to install assert.h on GNU. -* zero (/dev/null) doesn't do access right; probably many in trans/ too. * recompile libraries after libc release * complete `extern inline' proofing of header files. diff --git a/storeio/ChangeLog b/storeio/ChangeLog index 05f9e7ba..5d56d970 100644 --- a/storeio/ChangeLog +++ b/storeio/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 24 15:52:04 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * storeio.c (trivfs_S_file_check_access): New function. + (check_open_hook): Return EROFS if O_WRITE on a readonly device. + Mon Sep 23 17:21:23 1996 Miles Bader <miles@gnu.ai.mit.edu> * storeio.c (trivfs_append_args): Make ARGZ_LEN of type `size_t *'. diff --git a/trans/ChangeLog b/trans/ChangeLog index 4ca0559c..d19a3953 100644 --- a/trans/ChangeLog +++ b/trans/ChangeLog @@ -1,3 +1,12 @@ +Tue Sep 24 15:39:36 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * null.c (provide_zeros): Variable removed. + (trivfs_S_io_read): Don't return zeros anymore. + (trivfs_S_io_readable): Always return 0. + (argp_program_version): New variable. + (main): Use argp for argument parsing. + (trivfs_S_file_check_access): New function. + Thu Sep 12 16:39:47 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makefile (HURDLIBS): New variable. |