From fa7dd93a44f3e568e8af14eca198bf43b8b66e71 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 28 Feb 2001 08:34:07 +0000 Subject: . --- sutils/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'sutils/ChangeLog') diff --git a/sutils/ChangeLog b/sutils/ChangeLog index c07577c2..fae343d6 100644 --- a/sutils/ChangeLog +++ b/sutils/ChangeLog @@ -1,3 +1,22 @@ +2001-02-27 Roland McGrath + + Use a new, more flexible RPC interface to the default pager. + This allows swapon to do its own interpretation of Linux swap + signature pages, and to support partial-device stores such as + store_open will return for regular files on disk filesystems. + * swapon.c: Include , not . + (ignore_signature, require_signature, quiet): New variables. + (options): Add --silent, --no-signature, --require-signature. + (main: parse_opt): Parse them. + (check_signature): New function. + (swaponoff): Use it unless --no-signature set, to get a remapped store + using the pages indicated by the Linux signature page. Try new + default_pager_paging_storage RPC first, using a possibly-remapped + device store. If the default pager does not support that, fall back + to the old protocol that only supports whole devices (and wherein the + default pager itself interprets a Linux signature page). + * Makefile (swapon, swapoff): Depend on default_pagerUser.o. + 2001-02-18 Marcus Brinkmann * fstab.c (STORE): Only copy when field exists (is non-zero). -- cgit v1.2.3