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
/
swaplist.c
Age
Commit message (
Expand
)
Author
2019-12-05
Remove clause #3 from mrg@NetBSD license.
Martin Pieuchot
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2015-12-10
Remove NULL-checks before free(). ok tb@
mmcc
2015-08-20
<stdlib.h> is included, so do not need to cast result from
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-08-10
Only need <stdint.h> and not all of <inttypes.h> here
Philip Guenther
2011-06-24
swapctl -s was showing 1k blocks, regardless of -k. so fix this by showing
Jasper Lievisse Adriaanse
2007-07-26
use calloc() instead of malloc(); zinovik@cs.karelia.ru
Theo de Raadt
2007-07-16
Remove dead code and fix incorrect comment. From Igor Zinovik.
Todd C. Miller
2007-07-16
No need to include <sys/param.h> or <errno.h>. Also reorder includes
Todd C. Miller
2002-07-03
ansi
Theo de Raadt
2000-02-26
add rcs idents
Hugh Graham
1999-05-30
Output style nit. From ho@
Tobias Weingartner
1999-05-22
Initial import of swapctl(8).
Tobias Weingartner