From 3dd031e1f1571f5b60409c17efe90cc51d51a25c Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Thu, 3 Apr 1997 23:28:32 +0000 Subject: Initial Revision --- serverboot/ChangeLog | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 serverboot/ChangeLog (limited to 'serverboot/ChangeLog') diff --git a/serverboot/ChangeLog b/serverboot/ChangeLog new file mode 100644 index 00000000..52f60f35 --- /dev/null +++ b/serverboot/ChangeLog @@ -0,0 +1,53 @@ +Wed Mar 19 14:45:27 1997 Thomas Bushnell, n/BSG + + * panic.c (panic): Clear possible errors on stdout before printing + panic string. + +Mon Mar 17 13:13:50 1997 Thomas Bushnell, n/BSG + + * wiring.c (wire_all_memory): Don't attempt wire if PROTECTION is + VM_PROT_NONE. + + * panic.c (panic): Be more informative about where the error is + coming from. + + * default_pager.c (create_paging_partition): Don't print + gratuitous output noise. + * load.c (boot_script_exec_cmd): Likewise. + +Wed Mar 12 10:53:00 1997 Thomas Bushnell, n/BSG + + * ext2_file_io.c (ext2_open_file): Clear FP before beginning + work. + * ffs_file_io.c (ffs_open_file): Likewise. + * minix_file_io.c (minix_open_file): Likewise. + + * bootstrap.c (printf_init, safe_gets): New functions. + * console.c: Deleted file. + * Makefile (SRCS): Omit console.c and gets.c. + + * load.c (read_symtab_from_file): Comment out body of function. + We don't want this. + + * defs.h: Comment out redefinitions of common types. + + * default_pager.c: Include instead of + . + * file_io.h: Likewise. + * kalloc.c: Likewise. + + * panic.c: Include instead of . + + * default_pager.c (pager_read_offset): Cast return of NO_BLOCK + properly. + +Mon Mar 10 17:07:50 1997 Thomas Bushnell, n/BSG + + * load.c: Find boot_script.h in ../boot. + * bootstrap.c: Likewise. + + * bootstrap.c (boot_panic): Repair syntax. + + * strfcns.c: Include instead of . + * load.c: Likewise. + -- cgit v1.2.3