diff options
author | Roland McGrath <roland@gnu.org> | 1999-05-23 22:26:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-05-23 22:26:52 +0000 |
commit | 8be0c604d2ba515f3a8cfaadb89f2f9e1eee3cca (patch) | |
tree | 6146671ce2945cb9da055c2f0ccc6e9ce073a67a | |
parent | 7965ea2e68c125c1947f27195100a58a825b153e (diff) |
.
-rw-r--r-- | storeio/ChangeLog | 6 | ||||
-rw-r--r-- | sutils/ChangeLog | 8 |
2 files changed, 13 insertions, 1 deletions
diff --git a/storeio/ChangeLog b/storeio/ChangeLog index 364b38c1..dee2297d 100644 --- a/storeio/ChangeLog +++ b/storeio/ChangeLog @@ -1,8 +1,12 @@ +1999-05-23 Roland McGrath <roland@baalperazim.frob.com> + + * storeio.c (check_open_hook): Translate D_NO_SUCH_DEVICE to ENXIO. + 1999-05-09 Mark Kettenis <kettenis@gnu.org> * pager.c (dev_stop_paging): Do not try to count ports in PAGER_PORT_BUCKET if it has not been created. - + 1999-04-30 Mark Kettenis <kettenis@gnu.org> * storeio.c (trivfs_modify_stat): Do not assume that we have the diff --git a/sutils/ChangeLog b/sutils/ChangeLog index 59d9077b..e2a0f5a8 100644 --- a/sutils/ChangeLog +++ b/sutils/ChangeLog @@ -1,5 +1,13 @@ 1999-05-23 Roland McGrath <roland@baalperazim.frob.com> + * MAKEDEV.sh (ECHO, EXEC): Do not export. + (DEVDIR): Initialize to `pwd` before argument parsing. + (_CWD): Don't set this. + (lose): New function. Use it for all miscellaneous fatal errors. + (mkdev): Disallow directory names. Always use ${DEVDIR} for name to + embed in translator settings. + Rewrite syntax checking for disk device names. + * fstab.c, fstab.h: Add numerous `const' qualifiers. * fstab.c (fstab_find_mount): Don't count "none" or "-" as matching |