index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
swapctl
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-11
Initialize rejecttype to appease static analyzers
jca
1
-4
/
+3
2019-12-05
Remove clause #3 from mrg@NetBSD license.
mpi
4
-13
/
+5
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
deraadt
2
-9
/
+9
2016-03-30
for some time now mandoc has not required MLINKS to function
jmc
1
-2
/
+1
2016-03-17
Last parameter to execl[e]() functions *must* be cast to a pointer.
krw
1
-2
/
+2
2015-12-10
Remove NULL-checks before free(). ok tb@
mmcc
1
-3
/
+2
2015-09-15
update spacing in usage(); reminded by jmc@
schwarze
1
-2
/
+2
2015-09-15
fix markup of the -t argument
schwarze
1
-6
/
+6
2015-08-20
<stdlib.h> is included, so do not need to cast result from
deraadt
1
-2
/
+2
2015-08-14
switch from system(3) to vfork(2)+execl(2) for invoking mount_nfs(8) when fstab
semarie
1
-8
/
+18
2015-04-18
Convert many atoi() calls to strtonum(), adding range checks and failure
deraadt
1
-3
/
+6
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2
-5
/
+4
2014-08-10
Only need <stdint.h> and not all of <inttypes.h> here
guenther
1
-2
/
+2
2013-07-16
Add missing .Mt macros for AUTHORS email addresses.
schwarze
1
-3
/
+3
2011-06-24
swapctl -s was showing 1k blocks, regardless of -k. so fix this by showing
jasper
1
-12
/
+14
2011-04-17
a little more tweaking; ok krw
jmc
1
-6
/
+6
2011-04-17
Tweak verbiage, bring examples up to date.
krw
1
-21
/
+11
2010-12-29
Fix swapctl -A with DUIDs in /etc/fstab, and plug a small memory leak.
stsp
2
-2
/
+9
2010-09-03
add an EXIT STATUS section for /sbin;
jmc
1
-4
/
+4
2007-11-26
if no arguments given, assume a nice default; ok miod jakemsr deanna
deraadt
1
-6
/
+10
2007-07-26
use calloc() instead of malloc(); zinovik@cs.karelia.ru
deraadt
1
-11
/
+10
2007-07-17
sync swapon usage(); from Igor Zinovik
jmc
1
-4
/
+2
2007-07-17
do not try to list which options go with -p: the list is currently out of
jmc
1
-9
/
+2
2007-07-16
Remove dead code and fix incorrect comment. From Igor Zinovik.
millert
3
-21
/
+13
2007-07-16
No need to include <sys/param.h> or <errno.h>. Also reorder includes
millert
1
-5
/
+3
2007-05-31
convert to new .Dd format;
jmc
1
-2
/
+2
2007-05-27
fix .Xr's to mount_vnd(8)
grunk
1
-2
/
+3
2006-08-24
add .Ex;
jmc
1
-1
/
+3
2006-08-24
- expand the text on priorities: from netbsd
jmc
1
-17
/
+23
2006-08-24
reword a scary sentence;
jmc
1
-12
/
+6
2006-08-24
sort options;
jmc
1
-8
/
+8
2005-04-12
handle snprintf potential -1 case
deraadt
1
-3
/
+5
2004-01-12
- avoid variable sized static array (from millert@)
avsm
1
-5
/
+6
2003-09-26
check strdup failure; ok anil millert
deraadt
1
-4
/
+4
2003-06-03
- section reorder
jmc
1
-2
/
+3
2003-05-10
document that kernel automatically handles first swap partition
jmc
1
-1
/
+15
2003-03-03
Fix inaccuracies in comments.
miod
1
-5
/
+4
2003-02-13
typos;
jmc
1
-3
/
+3
2002-12-19
no you
deraadt
1
-2
/
+2
2002-07-03
ansi
deraadt
2
-22
/
+10
2002-05-15
typo in comment.
art
1
-2
/
+2
2002-05-15
Kill commented out stubs for swapoff.
art
1
-11
/
+1
2002-05-15
kill the reference to swapoff.
art
1
-3
/
+1
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2
-11
/
+11
2001-12-21
Initial patch for a new mdoc issue.
mpech
1
-5
/
+2
2001-08-02
o) .Sh AUTHOR -> .Sh AUTHORS;
mpech
1
-2
/
+2
2001-07-26
Remove BUGS section, swapoff now works. ok art@
pvalchev
1
-10
/
+1
2001-06-04
return from main() don't exit
mickey
1
-14
/
+12
2001-06-02
Various swapctl(8) improvements:
miod
1
-20
/
+34
2001-04-23
Various man page fixes and improvements from gluk@
aaron
1
-2
/
+2
[next]