diff options
Diffstat (limited to 'serverboot')
-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. |