summaryrefslogtreecommitdiffstats
path: root/sbin/swapon/swapon.c
Commit message (Expand)AuthorAgeFilesLines
* 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-271-24/+543
* Add missing static keywords for global variables to tools in sbin/.ed2011-11-041-1/+1
* Build swapon with WARNS=6.ed2011-10-251-5/+5
* Add new option -F to specify alternative location of the /etc/fstabsobomax2011-10-251-2/+9
* Add a -q flag to swapon(8) to suppress informational messages. Use it inmtm2008-06-231-6/+13
* - Change the meaning of -h flag from giving the output in megabytes topjd2008-05-201-18/+57
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-101-5/+3
* 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-091-4/+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
* - 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-281-42/+177
* This is David Schultz's swapoff code which I am finally able to commit.dillon2002-12-151-11/+32
* o remove __Pimp2002-03-211-2/+2
* Remove 'register' keyword.obrien2002-03-201-2/+2
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
* Add include of errno.h where needed, remove extern int errno where not.imp2000-04-141-2/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* .Nm swapon -> .Nm.charnier1998-08-031-9/+8
* Use warn(3).charnier1997-06-191-7/+8
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Make the noauto flag usable for swap devices too. Closes PR#1542jkh1996-09-061-0/+2
* Take out special error message for EINVAL...we really do want it to bedg1995-05-141-4/+0
* Fix -Wall warnings.phk1995-02-231-7/+11
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+120
OpenPOWER on IntegriCloud