index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
swapctl
/
swapctl.c
Age
Commit message (
Expand
)
Author
2016-03-17
Last parameter to execl[e]() functions *must* be cast to a pointer.
Kenneth R Westerback
2015-09-15
update spacing in usage(); reminded by jmc@
Ingo Schwarze
2015-08-14
switch from system(3) to vfork(2)+execl(2) for invoking mount_nfs(8) when fstab
Sebastien Marie
2015-04-18
Convert many atoi() calls to strtonum(), adding range checks and failure
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2010-12-29
Fix swapctl -A with DUIDs in /etc/fstab, and plug a small memory leak.
Stefan Sperling
2007-11-26
if no arguments given, assume a nice default; ok miod jakemsr deanna
Theo de Raadt
2007-07-17
sync swapon usage(); from Igor Zinovik
Jason McIntyre
2007-07-16
Remove dead code and fix incorrect comment. From Igor Zinovik.
Todd C. Miller
2005-04-12
handle snprintf potential -1 case
Theo de Raadt
2004-01-12
- avoid variable sized static array (from millert@)
Anil Madhavapeddy
2003-09-26
check strdup failure; ok anil millert
Theo de Raadt
2003-03-03
Fix inaccuracies in comments.
Miod Vallat
2002-07-03
ansi
Theo de Raadt
2002-05-15
typo in comment.
Artur Grabowski
2002-05-15
Kill commented out stubs for swapoff.
Artur Grabowski
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-06-04
return from main() don't exit
Michael Shalayeff
2001-06-02
Various swapctl(8) improvements:
Miod Vallat
2001-03-09
PATH_MAX+1 is wrong. Not cranking libc/libc_r majors over this, since they j...
Theo de Raadt
2000-06-30
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
Todd C. Miller
2000-02-26
add rcs idents
Hugh Graham
1999-05-22
Initial import of swapctl(8).
Tobias Weingartner