Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src swapctl(SWAP_OFF, ...) now works.



details:   https://anonhg.NetBSD.org/src/rev/b2266565e609
branches:  trunk
changeset: 480464:b2266565e609
user:      ad <ad%NetBSD.org@localhost>
date:      Thu Jan 13 12:11:30 2000 +0000

description:
swapctl(SWAP_OFF, ...) now works.

diffstat:

 lib/libc/sys/swapctl.2 |   8 +-------
 lib/libc/sys/swapon.3  |   5 +----
 sbin/swapctl/swapctl.8 |  11 +----------
 3 files changed, 3 insertions(+), 21 deletions(-)

diffs (66 lines):

diff -r 5dbefeefb2df -r b2266565e609 lib/libc/sys/swapctl.2
--- a/lib/libc/sys/swapctl.2    Thu Jan 13 10:27:31 2000 +0000
+++ b/lib/libc/sys/swapctl.2    Thu Jan 13 12:11:30 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: swapctl.2,v 1.13 1999/12/02 21:42:40 kleink Exp $
+.\"    $NetBSD: swapctl.2,v 1.14 2000/01/13 12:11:30 ad Exp $
 .\"
 .\" Copyright (c) 1997 Matthew R. Green
 .\" Copyright (c) 1980, 1991, 1993
@@ -204,12 +204,6 @@
 .Sh SEE ALSO
 .Xr swapctl 8 ,
 .Xr config 8
-.Sh BUGS
-The
-.Dv SWAP_OFF
-command is currently unimplemented by the
-.Nx
-kernel.
 .Sh AUTHOR
 The current swap system was designed and implemented by Matthew Green
 <mrg%eterna.com.au@localhost>, with help from Paul Kranenburg <pk%NetBSD.ORG@localhost>
diff -r 5dbefeefb2df -r b2266565e609 lib/libc/sys/swapon.3
--- a/lib/libc/sys/swapon.3     Thu Jan 13 10:27:31 2000 +0000
+++ b/lib/libc/sys/swapon.3     Thu Jan 13 12:11:30 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: swapon.3,v 1.5 1999/03/22 19:45:10 garbled Exp $
+.\"    $NetBSD: swapon.3,v 1.6 2000/01/13 12:11:30 ad Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -113,9 +113,6 @@
 .Xr swapon 8 ,
 .Xr config 8
 .Sh BUGS
-There is no way to stop swapping on a disk so that the pack may be
-dismounted.
-.Pp
 This call will be upgraded in future versions of the system.
 .Sh HISTORY
 The
diff -r 5dbefeefb2df -r b2266565e609 sbin/swapctl/swapctl.8
--- a/sbin/swapctl/swapctl.8    Thu Jan 13 10:27:31 2000 +0000
+++ b/sbin/swapctl/swapctl.8    Thu Jan 13 12:11:30 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: swapctl.8,v 1.15 1999/02/23 17:00:53 mrg Exp $
+.\"    $NetBSD: swapctl.8,v 1.16 2000/01/13 12:11:31 ad Exp $
 .\"
 .\" Copyright (c) 1997 Matthew R. Green
 .\" All rights reserved.
@@ -229,15 +229,6 @@
 The
 .Nm
 program was written by Matthew R. Green <mrg%eterna.com.au@localhost>.
-.Sh BUGS
-The
-.Nm swapoff
-command and the
-.Fl d
-option of
-.Nm
-are not currently supported by
-.Nx .
 .Sh SEE ALSO
 .Xr swapctl 2 ,
 .Xr fstab 5 ,



Home | Main Index | Thread Index | Old Index