index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
swapon
/
swapon.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete argsize to fix a -Wunused-but-set-variable warning with gcc 4.9
ngie
2016-02-01
1
-2
/
+2
*
Call va_end on ap when vsnprintf fails in run_cmd(..) to clean up
ngie
2015-12-09
1
-0
/
+1
*
Allow to disable BIO_DELETE passthru in fstab for swap-on-geli devices by
pjd
2015-08-08
1
-4
/
+6
*
Do not add late flag when file= is specified because it has a bad
hrs
2014-10-10
1
-8
/
+1
*
swapon: Fix buffer overflow when configuring encrypted swap on GBDE.
jilles
2013-12-21
1
-1
/
+2
*
Style clean-ups.
hrs
2013-09-05
1
-54
/
+48
*
Enable "late" option when a file= option is specified in /etc/fstab.
hrs
2013-09-05
1
-4
/
+11
*
Make two buffer variables static for now. It is not safe to
delphij
2013-07-31
1
-1
/
+1
*
Plug a memory leak.
delphij
2013-07-02
1
-0
/
+7
*
Correct a typo in comment.
delphij
2013-07-01
1
-1
/
+1
*
- Modify swapon(8) so that it uses most of geli(8) defaults for swap,
delphij
2013-06-29
1
-160
/
+159
*
Fix build with gcc.
hrs
2013-06-28
1
-3
/
+5
*
Fix build.
hrs
2013-06-28
1
-11
/
+11
*
- Add vnode-backed swap space specification support. This is enabled when
hrs
2013-06-27
1
-24
/
+543
*
Add missing static keywords for global variables to tools in sbin/.
ed
2011-11-04
1
-1
/
+1
*
Build swapon with WARNS=6.
ed
2011-10-25
1
-5
/
+5
*
Add new option -F to specify alternative location of the /etc/fstab
sobomax
2011-10-25
1
-2
/
+9
*
Add a -q flag to swapon(8) to suppress informational messages. Use it in
mtm
2008-06-23
1
-6
/
+13
*
- Change the meaning of -h flag from giving the output in megabytes to
pjd
2008-05-20
1
-18
/
+57
*
Sync program's usage() with manpage's SYNOPSIS.
ru
2005-02-10
1
-5
/
+3
*
Don't include sys/user.h merely for its side-effect of recursively
das
2004-11-27
1
-1
/
+1
*
Remove advertising clause from University of California Regent's license,
markm
2004-04-09
1
-4
/
+0
*
Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)
markm
2004-03-05
1
-1
/
+1
*
Use __FBSDID() to quiet GCC 3.3 warnings.
obrien
2003-05-03
1
-4
/
+4
*
- Add a clearer error message for the case where swapon hits the
das
2003-02-24
1
-3
/
+9
*
Remove hack from rev 1.15; getbsize(3)'s original interface has been
mike
2002-12-30
1
-3
/
+1
*
Make the first argument to getbsize(3) a `size_t *'. This is a hack
mike
2002-12-30
1
-3
/
+4
*
Add 'swapctl' - as a hardlink to swapon/swapoff, and augment swapon with
dillon
2002-12-28
1
-42
/
+177
*
This is David Schultz's swapoff code which I am finally able to commit.
dillon
2002-12-15
1
-11
/
+32
*
o remove __P
imp
2002-03-21
1
-2
/
+2
*
Remove 'register' keyword.
obrien
2002-03-20
1
-2
/
+2
*
Include missing header files which define functions for which gcc has
dd
2001-06-24
1
-0
/
+1
*
Add include of errno.h where needed, remove extern int errno where not.
imp
2000-04-14
1
-2
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
.Nm swapon -> .Nm.
charnier
1998-08-03
1
-9
/
+8
*
Use warn(3).
charnier
1997-06-19
1
-7
/
+8
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-1
/
+1
*
Make the noauto flag usable for swap devices too. Closes PR#1542
jkh
1996-09-06
1
-0
/
+2
*
Take out special error message for EINVAL...we really do want it to be
dg
1995-05-14
1
-4
/
+0
*
Fix -Wall warnings.
phk
1995-02-23
1
-7
/
+11
*
BSD 4.4 Lite sbin Sources
rgrimes
1994-05-26
1
-0
/
+120