index
:
freebsd/src
lf/15.0
lf/dev/D50111
lf/dev/alc-msix
lf/dev/anycast-src
lf/dev/bridge
lf/dev/bridge-1q
lf/dev/bridge-inet6-params
lf/dev/bridge-pctrie
lf/dev/bridge-vlan
lf/dev/clang-scan-deps
lf/dev/const-cast
lf/dev/iputils
lf/dev/keyserv2
lf/dev/macdo
lf/dev/make_ether_addr
lf/dev/no_prefixaddr
lf/dev/pkgbase-armfix
lf/dev/pkgbase-bmake
lf/dev/pkgbase-cross-toolchain
lf/dev/pkgbase-uclall
lf/dev/rc.conf.d
lf/dev/routed
lf/dev/traceroute-merge
lf/dev/traceroute-patches
lf/dev/usrj
lf/dev/vlan_input_p
lf/main
lf/stable/15
main
stable/13
stable/14
FreeBSD src (LF version)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
swapon
/
swapon.8
Commit message (
Expand
)
Author
Age
Files
Lines
*
sbin: Remove ancient SCCS tags.
Warner Losh
2023-11-26
1
-2
/
+0
*
Remove $FreeBSD$: one-line nroff pattern
Warner Losh
2023-08-16
1
-1
/
+0
*
swapoff(8): add -f flag
Konstantin Belousov
2021-12-05
1
-5
/
+11
*
The -F flag of swapon(8) requires -a to work.
Benedict Reuschling
2020-05-19
1
-3
/
+4
*
swap_pager.c reserves 2 blocks for a bsd label. Change that 2 to the
Doug Moore
2019-08-15
1
-1
/
+11
*
Modify swapon(8) to invoke BIO_DELETE to trim swap devices, either if
Doug Moore
2019-06-22
1
-2
/
+7
*
Renumber copyright clause 4
Warner Losh
2017-02-28
1
-1
/
+1
*
swapoff: Remove only late devices with -aL.
Jilles Tjoelker
2016-10-21
1
-1
/
+7
*
swapon(8): Update to reality: swapoff ignores -L and the late option in fstab.
Jilles Tjoelker
2016-10-02
1
-9
/
+1
*
- Purge one more reference to ad(4)[1].
Sergey Kandaurov
2013-11-22
1
-6
/
+4
*
- Add vnode-backed swap space specification support. This is enabled when
Hiroki Sato
2013-06-27
1
-5
/
+23
*
Add new option -F to specify alternative location of the /etc/fstab
Maxim Sobolev
2011-10-25
1
-2
/
+20
*
Add a -q flag to swapon(8) to suppress informational messages. Use it in
Mike Makonnen
2008-06-23
1
-3
/
+11
*
- Change the meaning of -h flag from giving the output in megabytes to
Pawel Jakub Dawidek
2008-05-20
1
-3
/
+7
*
Sync program's usage() with manpage's SYNOPSIS.
Ruslan Ermilov
2005-02-10
1
-4
/
+2
*
Sort sections.
Ruslan Ermilov
2005-01-18
1
-10
/
+10
*
Remove advertising clause from University of California Regent's license,
Mark Murray
2004-04-09
1
-4
/
+0
*
Spell "utilities" correctly.
Giorgos Keramidas
2003-02-28
1
-1
/
+1
*
More fixes.
Ruslan Ermilov
2003-02-25
1
-6
/
+8
*
mdoc(7) police: Tidy up.
Ruslan Ermilov
2003-02-24
1
-40
/
+58
*
Clarify about NSWAPDEV, add a DIAGNOSTICS section pointing to
David Schultz
2003-02-24
1
-3
/
+8
*
Add 'swapctl' - as a hardlink to swapon/swapoff, and augment swapon with
Matthew Dillon
2002-12-28
1
-23
/
+78
*
This is David Schultz's swapoff code which I am finally able to commit.
Matthew Dillon
2002-12-15
1
-15
/
+22
*
s/filesystem/file system/g as discussed on -developers
Tom Rhodes
2002-08-21
1
-1
/
+1
*
The .Nm utility.
Philippe Charnier
2002-07-06
1
-3
/
+4
*
mdoc(7) police: removed HISTORY info from the .Os call.
Ruslan Ermilov
2001-07-10
1
-1
/
+1
*
vnconfig(8) -> mdconfig(8).
Ruslan Ermilov
2001-04-10
1
-8
/
+6
*
mdoc(7) police: use the new features of the Nm macro.
Ruslan Ermilov
2000-11-20
1
-2
/
+2
*
correct wording in BUGS section; it's not possible to dismount swap
Gregory Sutter
2000-02-28
1
-2
/
+2
*
Mention /dev/vn0b and /dev/vntab. ascii -> ASCII transform had
Nik Clayton
1999-09-26
1
-0
/
+4
*
Correct spelling : ascii -> ASCII
Alexey Zelkin
1999-09-20
1
-1
/
+1
*
$Id$ -> $FreeBSD$
Peter Wemm
1999-08-28
1
-1
/
+1
*
Refer to current names for swap partitions in the `FILES' section.
Joseph Koshy
1999-05-17
1
-3
/
+3
*
.Nm swapon -> .Nm.
Philippe Charnier
1998-08-03
1
-3
/
+3
*
Revert last commit and SEE ALSO pstat(8) instead.
Steve Price
1998-02-01
1
-2
/
+2
*
SEE ALSO swapinfo(8).
Steve Price
1998-01-25
1
-1
/
+2
*
.Xr vnconfig 8. This was suggested by Dworkin Muller <dworkin@village.org>
Warner Losh
1997-08-26
1
-2
/
+3
*
Revert $FreeBSD$ to $Id$
Peter Wemm
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
Jordan K. Hubbard
1997-01-14
1
-1
/
+1
*
add missing comma(s) in .Xr macros
Wolfram Schneider
1996-09-23
1
-2
/
+3
*
Make the noauto flag usable for swap devices too. Closes PR#1542
Jordan K. Hubbard
1996-09-06
1
-1
/
+1
*
fstab is in section 5, not section 8.
Jordan K. Hubbard
1995-02-17
1
-1
/
+1
*
BSD 4.4 Lite sbin Sources
Rodney W. Grimes
1994-05-26
1
-0
/
+90