Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2002-06-26 Roland McGrath <roland@frob.com> | Roland McGrath | 2002-06-26 | 1 | -9/+12 |
| | | | | * swapon.c (swaponoff): Fix last change. | ||||
* | 2002-06-14 Roland McGrath <roland@frob.com> | Roland McGrath | 2002-06-25 | 1 | -1/+12 |
| | | | | | * swapon.c (swaponoff): If get_privileged_ports fails with EPERM, try to open /servers/default-pager instead. | ||||
* | 2002-05-07 Roland McGrath <roland@frob.com> | Roland McGrath | 2002-05-08 | 1 | -10/+10 |
| | | | | * swapon.c (check_signature): Use %zu for size_t arg. | ||||
* | 2001-02-27 Roland McGrath <roland@frob.com> | Roland McGrath | 2001-02-28 | 1 | -17/+356 |
| | | | | | | | | | | | | | | | | | | | 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 <hurd/default_pager.h>, not <mach/default_pager.h>. (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. | ||||
* | 1999-11-16 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-11-19 | 1 | -0/+2 |
| | | | | * swapon.c (swaponoff): Check for a null default pager port. | ||||
* | 1999-05-15 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-05-15 | 1 | -11/+44 |
| | | | | * swapon.c: Support -a (reading fstab). | ||||
* | 1998-07-19 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1998-07-20 | 1 | -4/+4 |
| | | | | * swapon.c (main): Fix return type to int, and use return. | ||||
* | Doc fix. | Miles Bader | 1997-07-15 | 1 | -1/+1 |
| | |||||
* | Initial checkin | Miles Bader | 1997-07-09 | 1 | -0/+130 |