summaryrefslogtreecommitdiffstats
path: root/sbin/swapon
Commit message (Expand)AuthorAgeFilesLines
* MFC r272885:hrs2014-10-111-8/+1
* MFC r258469:pluknet2013-12-251-6/+4
* MFC r259677: swapon: Fix buffer overflow when configuring swap on GBDE.jilles2013-12-241-1/+2
* Style clean-ups.hrs2013-09-051-54/+48
* Enable "late" option when a file= option is specified in /etc/fstab.hrs2013-09-051-4/+11
* Make two buffer variables static for now. It is not safe todelphij2013-07-311-1/+1
* Plug a memory leak.delphij2013-07-021-0/+7
* Correct a typo in comment.delphij2013-07-011-1/+1
* - Modify swapon(8) so that it uses most of geli(8) defaults for swap,delphij2013-06-291-160/+159
* Fix build with gcc.hrs2013-06-281-3/+5
* Fix build.hrs2013-06-281-11/+11
* - Add vnode-backed swap space specification support. This is enabled whenhrs2013-06-272-29/+566
* Add missing static keywords for global variables to tools in sbin/.ed2011-11-041-1/+1
* Build swapon with WARNS=6.ed2011-10-252-6/+5
* Add new option -F to specify alternative location of the /etc/fstabsobomax2011-10-252-4/+29
* Raise WARNS for various tools where possible.ed2010-01-171-1/+1
* Switch the default WARNS level for sbin/ to 6.ru2009-10-191-0/+1
* Add a -q flag to swapon(8) to suppress informational messages. Use it inmtm2008-06-232-9/+24
* - Change the meaning of -h flag from giving the output in megabytes topjd2008-05-203-21/+67
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-102-9/+5
* Sort sections.ru2005-01-181-10/+10
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-1/+1
* Remove advertising clause from University of California Regent's license,markm2004-04-092-8/+0
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)markm2004-03-051-1/+1
* Use __FBSDID() to quiet GCC 3.3 warnings.obrien2003-05-031-4/+4
* Spell "utilities" correctly.keramida2003-02-281-1/+1
* More fixes.ru2003-02-251-6/+8
* mdoc(7) police: Tidy up.ru2003-02-241-40/+58
* Clarify about NSWAPDEV, add a DIAGNOSTICS section pointing todas2003-02-241-3/+8
* - Add a clearer error message for the case where swapon hits thedas2003-02-241-3/+9
* Remove hack from rev 1.15; getbsize(3)'s original interface has beenmike2002-12-301-3/+1
* Make the first argument to getbsize(3) a `size_t *'. This is a hackmike2002-12-301-3/+4
* Add 'swapctl' - as a hardlink to swapon/swapoff, and augment swapon withdillon2002-12-283-65/+257
* This is David Schultz's swapoff code which I am finally able to commit.dillon2002-12-153-26/+56
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-1/+1
* The .Nm utility.charnier2002-07-061-3/+4
* o remove __Pimp2002-03-211-2/+2
* Remove 'register' keyword.obrien2002-03-201-2/+2
* Default to WARNS=2.obrien2001-12-041-1/+0
* Set WARNS=2 on programs which compile cleanly.dd2001-07-151-0/+1
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
* vnconfig(8) -> mdconfig(8).ru2001-04-101-8/+6
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+1
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
* Add include of errno.h where needed, remove extern int errno where not.imp2000-04-141-2/+0
* correct wording in BUGS section; it's not possible to dismount swapgsutter2000-02-281-2/+2
* Mention /dev/vn0b and /dev/vntab. ascii -> ASCII transform hadnik1999-09-261-0/+4
* Correct spelling : ascii -> ASCIIphantom1999-09-201-1/+1
OpenPOWER on IntegriCloud