diff options
author | Roland McGrath <roland@gnu.org> | 1999-10-28 20:51:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-10-28 20:51:43 +0000 |
commit | 5352dd36d2d38516174ff7386fd67956f9a564ef (patch) | |
tree | d7ae16bb88be2e0d67011529b94b1205b8f4dfc4 /serverboot/ChangeLog | |
parent | f2d5c57fd1204abeba9743159fd9aa9a0baa8069 (diff) |
.
Diffstat (limited to 'serverboot/ChangeLog')
-rw-r--r-- | serverboot/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/serverboot/ChangeLog b/serverboot/ChangeLog index 3b878676..ad2b20d0 100644 --- a/serverboot/ChangeLog +++ b/serverboot/ChangeLog @@ -1,9 +1,20 @@ +1999-10-28 Roland McGrath <roland@baalperazim.frob.com> + + * file_io.h: Include <errno.h>. + (FS_* macros): Define these to equivalent errno codes. + * def_pager_setup.c (add_paging_file): Put strerror of result code in + error messages. + * bootstrap.c (parse_script): Likewise. + * load.c (boot_script_exec_cmd): Include NAMEBUF in error messages, + and use strerror to format result code. + * panic.c (panic): Use program_invocation_name in message. + 1999-10-08 Thomas Bushnell, BSG <tb@mit.edu> * bootstrap.c: (DEFAULT_ROOT): Remove macro. (main): If no root device was specified, then prompt as if the user had specified -a. Don't use strcpy to move NEW_ROOT into - ROOT_NAME; that's unsafe. + ROOT_NAME; that's unsafe. 1999-10-06 Roland McGrath <roland@baalperazim.frob.com> |