wiz
84f9a9145e
Sort sections. Fix typo. Start sentence with upper-case letter.
2006-09-02 23:58:41 +00:00
martin
2675789424
Add a caveats section describing potential problems with autoconfigured
...
swap partitons.
2006-08-27 22:00:33 +00:00
martin
0a4f0b6f07
As discussed on tech-userlevel: enhance the -A/-U commands to take a -t
...
auto flag, which queries all local harddisks for swap partitions/
wedges and adds/removes them as swap device, a -f option to use the
first found swap device as dump device, and a -o option to only
auto-configure the dump device, but leave swap alone.
Add a -n option to make swapctl only say what it would do, but not
change any system state.
2006-08-27 21:07:39 +00:00
wiz
d728febe7a
Sort options. Sync usage with man page.
2006-08-23 20:59:09 +00:00
wiz
2161b003f1
Sort sections. Fix typos.
2006-08-23 20:53:53 +00:00
martin
fb07e2dde3
Only one -D synopsis line
2006-08-22 21:38:39 +00:00
martin
b99b0d9adb
Allow unsetting the dump device via "swapctl -D none".
...
For -l (list swap partitions) and -z (list dump device) return a usefull
error status, so scripts can easily decide if swap or dump are configured.
2006-08-22 14:08:36 +00:00
christos
2c6eadc9ce
Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
...
programs that did not compile before.
2005-06-27 01:00:04 +00:00
christos
85a5de064c
Remove some const. This is better than using __UNCONST at the second
...
argument of swapctl.
2005-06-12 16:24:20 +00:00
xtraeme
f7f1785232
Kill __P(), use ANSI function declarations, constify; WARNS=3.
...
Reviewed by mrg@.
2005-02-09 05:51:38 +00:00
lukem
04eb493802
support RESCUEDIR (for mount_nfs and umount)
2005-01-10 20:53:48 +00:00
wiz
16ae99405d
Drop trailing whitespace.
2004-06-08 15:53:05 +00:00
cjep
946cf9f356
Add options for swapon in the Synopsis section. Closes PR#25866 from
...
Kouichirou Hiratsuka.
2004-06-08 08:16:11 +00:00
cjep
7ef0be1b58
Fix usage string (i.e. add information about -z). Fixes PR#25865 from
...
Kouichirou Hiratsuka.
2004-06-08 08:13:16 +00:00
mrg
61b5ab403f
bump date for previous
2003-12-21 02:52:02 +00:00
mrg
9bf440d20b
support "-g" and "-m" as well as "-k" and "-h". swapctl & swaplist code
...
from Martin Weber, adapted for pstat by myself.
2003-12-20 13:31:42 +00:00
mrg
5fd013c40d
add a "-h" (humanize_number(3)) option to swapctl(8) and pstat(8), from
...
Martin Weber in PR#23805.
ps: now we only need someone to do ls(1) :-)
2003-12-20 11:22:25 +00:00
fvdl
34951ed447
The 3rd argument to swapctl() is an int, don't pass NULL in it.
2003-10-21 02:32:54 +00:00
agc
c2a3b5ec84
Add NetBSD RCS Ids.
2003-06-23 11:53:35 +00:00
wiz
990562bfef
.Nm does not need a dummy argument ("") before punctuation or
...
for correct formatting of the SYNOPSIS any longer.
2003-02-25 10:34:36 +00:00
hubertf
8221d7ffdd
Mention that the mount point for a remote swap file must exist as a directory.
...
Sanity checked by salo.
2003-01-24 19:48:52 +00:00
wiz
e9af08e68c
New sentence, new line. Use some more mdoc.
2002-10-01 14:53:58 +00:00
drochner
b4f44c1118
print something sensible on -z if no dump device is set
2002-09-18 10:18:17 +00:00
jdolecek
d1f10f9f74
Support 'dp' as mount option for 'sw' fstype, so it DTRT for entries like:
...
/dev/wd0b none swap sw,dp 0 0
2002-06-21 09:04:16 +00:00
ross
dc5571b22e
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
2002-02-08 01:21:55 +00:00
pooka
633273af12
Add word "WARNING" when complaining about swap being world-read/writeable
...
to clarify that this was not an error condition and that swap was indeed
added despite the problem.
2001-11-26 15:23:38 +00:00
wiz
875bfce8db
Sort sections, use standard section headers.
2001-11-16 11:26:53 +00:00
wiz
6494394420
Remove swapoff mention, per misc/14120.
...
Some whitespace, section name, section order fixes while I'm here.
2001-10-01 23:15:59 +00:00
wiz
73f545bb5b
Drop arguments of .Os.
2001-06-05 11:22:41 +00:00
mrg
32aec0200a
add a section on swap priorities. document the round robin scheme.
...
fixes half of PR#12610.
2001-04-11 14:10:17 +00:00
cgd
8a986b2e96
convert to use getprogname()
2001-02-19 22:48:57 +00:00
lukem
ddbba91107
fix incorrect comment; -d does work!
2000-11-17 12:35:09 +00:00
mrg
f44b54e376
support new `swapctl -z' that shows the dump device.
2000-11-17 11:43:41 +00:00
soren
fac5e7d742
Add space in summary printf.
2000-08-19 21:31:58 +00:00
itojun
ddf8cb2acb
warnx?/errx? audit. don't pass variable/function return value alone.
...
use with "%s". from openbsd.
2000-07-07 12:29:09 +00:00
mrg
90bc324a8d
use <sys/swap.h>. should have happened years ago.
2000-04-13 08:29:56 +00:00
soren
89c5a767f8
Fix doubled 'the's.
2000-03-13 22:55:05 +00:00
lukem
655afb7cd6
* add support for -U, which is the opposite of -A (i.e, it unconfigures
...
all swap devices in /etc/fstab).
* fix description of -D
2000-03-05 11:35:22 +00:00
ad
902637d2e4
swapctl(SWAP_OFF, ...) now works.
2000-01-13 12:11:30 +00:00
mrg
ae3b9e217c
add a -D line to usage().
1999-04-26 01:02:25 +00:00
mrg
bdadd56346
add a new fstab type "dp" for the user-specified dump device.
...
change swapctl -A to see this and add it via swapctl(2). also
add a new swapctl -D <device> to change the dump device on the
fly.
1999-02-23 17:00:53 +00:00
mrg
3e9d54f492
print the strerror if swapctl fails.
1998-10-08 10:00:31 +00:00
mrg
3d6db0aca3
<vm/vm_swap.h> -> <sys/swap.h>
1998-08-29 17:03:35 +00:00
mrg
b5f69ff667
add a `char se_path[PATH_MAX]' member to struct swapent, that
...
the pathname of the swap device is saved into. add a char *swd_path
member to struct swapdev, that contains a copy of the pathname
(using malloc(9)). rename swapctl(2)'s SWAP_STATS to SWAP_OSTATS,
and add a new SWAP_STATS command (number). make swapctl(SWAP_STATS,
...) [new version] copy the path out. if COMPAT_13, also include
support for SWAP_OSTATS. also fix a minor bug in swapctl(2).
the point of this is that swapfiles are now shown in `swapctl -l'.
1998-08-29 13:27:50 +00:00
mycroft
0e3ffd8405
const poisoning.
1998-07-26 20:23:15 +00:00
ross
8fe1f9c56a
Fix this to correctly do swapctl -l for regions > 2^31 bytes.
...
We include <inttypes.h> in case at some point in the future we do things
the SUSV2 way and originate the 64-bit scalar defs there.
1998-06-17 07:46:35 +00:00
msaitoh
f8c66df30b
sort entries and delete extra periods in SEE also section.
1998-05-22 18:27:50 +00:00
mrg
2fe3f46005
make swapctl exit with non-zero if -A and nothing swapped on
1998-02-10 03:14:32 +00:00
ross
9539f3dbe1
Typo corrections.
1998-01-26 06:58:01 +00:00
mrg
9f84449ae5
add missing .Nm sections.
1997-11-11 14:39:59 +00:00