From 8b453af66ed84e0d2fd5dc3d4321fdde43571396 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 27 Feb 1999 23:41:32 +0000 Subject: . --- serverboot/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/serverboot/ChangeLog b/serverboot/ChangeLog index 1ae6ff1e..c41eee6f 100644 --- a/serverboot/ChangeLog +++ b/serverboot/ChangeLog @@ -1,3 +1,19 @@ +1999-02-27 Roland McGrath + + * def_pager_setup.c (add_paging_file): New arg CHECK_LINUX_SIGNATURE, + pass down to create_paging_partition. + * default_pager.c (create_paging_partition): New arg + CHECK_LINUX_SIGNATURE, pass down new_partition. + (new_partition): New arg CHECK_LINUX_SIGNATURE: if not < 0, + check first page of swap for Linux 2.0 or 2.2 signature page and obey + its bad-block map; if > 0, refuse the partition if no signature found. + * bootstrap.c (main): Add new boot script functions + `add-raw-paging-file', `add-linux-paging-file'. Make those + and `add-paging-file' all call add_paging_file with new + LINUX_SIGNATURE arg of -1, 1, and 0, respectively. + * default_pager.c (create_paging_partition): If new_partition returns + null, return and do nothing more. + 1998-07-25 Roland McGrath * default_pager.c (pager_read_offset): Cast NO_BLOCK twice, to real -- cgit v1.2.3