diff options
author | Miles Bader <miles@gnu.org> | 1997-07-15 22:58:09 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-07-15 22:58:09 +0000 |
commit | d7052cce81b50a339c367dca10ef21143faf6cc9 (patch) | |
tree | 0c306e3b12e14a2c5f66735318036d29297a5b7f | |
parent | fe5e91f25bb1935f384ea9670128172a9d3edb45 (diff) |
.
-rw-r--r-- | serverboot/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/serverboot/ChangeLog b/serverboot/ChangeLog index 9805e082..bb6d188a 100644 --- a/serverboot/ChangeLog +++ b/serverboot/ChangeLog @@ -1,3 +1,13 @@ +1997-07-15 Miles Bader <miles@gnu.ai.mit.edu> + + * bootstrap.c (main): Rearrange default pager initialization. + + * bootstrap.c (safe_gets): Use strchr instead of index. + : Include <string.h> + + * bootstrap.c (main): Change "(bootstrap)" to "(serverboot)" in msgs. + * load.c (boot_script_exec_cmd): Likewise. + 1997-07-09 Miles Bader <miles@gnu.ai.mit.edu> * bootstrap.c (main): Don't exit when no paging partition. |