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
/
tunefs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-23
missing dots after ".%P pp"; the case of btree(3) was
schwarze
1
-3
/
+3
2016-05-28
Don't pledge before opendev. Just leave pledge "stdio" right
tb
1
-9
/
+1
2015-12-09
add braces to correct pledge logic
jsg
1
-3
/
+3
2015-11-23
Use pledge "disklabel" as needed. The theory here is these tools become more
deraadt
1
-1
/
+9
2015-10-12
tunefs can pledge to only use "stdio", after it has opened the device.
deraadt
1
-1
/
+5
2015-02-07
When getopt processing flags, many should be flag=1 instead of flag++
deraadt
1
-4
/
+4
2015-01-20
Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or
deraadt
1
-2
/
+2
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
1
-3
/
+4
2014-05-20
As suggested by guenther@ and millert@, replace seek+[read|write] with
krw
1
-16
/
+7
2014-05-12
No need for a dev_bsize variable that is always set to 512,
krw
1
-7
/
+5
2013-06-11
final removal of daddr64_t. daddr_t has been 64 bit for a long enough
deraadt
1
-5
/
+5
2011-05-05
Use opendev() not opendisk() so we get duid support. OK oga@
millert
1
-16
/
+11
2010-10-18
smm bits removal; whilst here, fix up aliases.5;
jmc
1
-3
/
+2
2009-10-27
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
1
-15
/
+1
2009-06-21
fix rcs ids. ok sthen@
martynas
1
-2
/
+2
2007-06-10
daddr_t -> daddr64_t
otto
1
-4
/
+4
2007-05-31
convert to new .Dd format;
jmc
1
-2
/
+2
2007-05-02
convert to standard usage(); ok millert otto
jmc
1
-7
/
+7
2007-05-02
use strtonum(3) and usage nit; ok millert@
otto
1
-17
/
+13
2007-05-02
remove #ifdef TUNEFS_SOFTDEP code, requested by millert@
otto
1
-39
/
+1
2007-05-02
better wording and cleanup from jmc@
otto
1
-19
/
+22
2007-05-02
FFS2 savvy tunefs from NetBSD. Some cleanup will be done after this.
otto
3
-328
/
+341
2004-07-28
.Xr growfs 8
jmc
1
-1
/
+2
2003-10-17
mention some defaults; noticed by John L. Scarfone
jmc
1
-3
/
+3
2003-07-10
add missing includes
david
1
-2
/
+3
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
millert
2
-13
/
+5
2002-07-03
ansi
deraadt
1
-19
/
+8
2002-06-09
rm trailing whitespace
todd
1
-3
/
+3
2002-05-06
Correct info in "-a maxcontig" section.
millert
1
-5
/
+8
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
1
-4
/
+4
2002-02-12
while im here; clean -Wall.
fgsch
1
-3
/
+4
2002-02-12
_PATH_DEV already includes the trailing '/'; no need for it.
fgsch
1
-3
/
+3
2001-12-21
Initial patch for a new mdoc issue.
mpech
1
-2
/
+2
2001-12-04
do not open the device for writing if not needed to; millert@ ok & help
mickey
1
-9
/
+21
2001-11-05
kill more registers;
mpech
1
-3
/
+3
2001-10-05
document missing options. ok deraadt@
jakob
2
-4
/
+11
2001-05-18
treat two exits for a return
mickey
1
-4
/
+4
2001-04-13
Remove softdep and add avgfilesize/avgfpdir in printfs().
gluk
1
-4
/
+6
2001-04-08
Updates from gluk@ that describe new options that can be used to tweak the
aaron
1
-6
/
+34
2001-04-08
Remove soft updates. Warn users about how to enable softdep.
gluk
2
-33
/
+7
2001-04-06
Replace FFS directory preference algorithm(dirpref) by new one.
gluk
1
-2
/
+32
2001-03-22
sprintf -> snprintf
gluk
1
-3
/
+4
2000-03-18
Remove hard sentence breaks, and some other cleanup along the way.
aaron
1
-8
/
+11
1999-05-29
remove Xr to mkfs(8), since it is long gone
aaron
1
-2
/
+1
1999-05-23
remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
aaron
1
-2
/
+2
1999-03-11
fix more comma splices that involve misuse of conjunctive adverbs
pjanzen
1
-2
/
+2
1998-12-15
always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net
aaron
1
-2
/
+2
1998-11-28
kill redundant .Nm macro arguments; other misc fixes
aaron
1
-3
/
+3
1998-09-23
alphabetize SEE ALSO entries and order them numerically according to section
aaron
1
-3
/
+3
1998-09-17
sbin/ man page fixes
aaron
1
-4
/
+8
[next]