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
/
tunefs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't pledge before opendev. Just leave pledge "stdio" right
tb
2016-05-28
1
-9
/
+1
*
add braces to correct pledge logic
jsg
2015-12-09
1
-3
/
+3
*
Use pledge "disklabel" as needed. The theory here is these tools become more
deraadt
2015-11-23
1
-1
/
+9
*
tunefs can pledge to only use "stdio", after it has opened the device.
deraadt
2015-10-12
1
-1
/
+5
*
When getopt processing flags, many should be flag=1 instead of flag++
deraadt
2015-02-07
1
-4
/
+4
*
Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or
deraadt
2015-01-20
1
-2
/
+2
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-3
/
+4
*
As suggested by guenther@ and millert@, replace seek+[read|write] with
krw
2014-05-20
1
-16
/
+7
*
No need for a dev_bsize variable that is always set to 512,
krw
2014-05-12
1
-7
/
+5
*
final removal of daddr64_t. daddr_t has been 64 bit for a long enough
deraadt
2013-06-11
1
-5
/
+5
*
Use opendev() not opendisk() so we get duid support. OK oga@
millert
2011-05-05
1
-16
/
+11
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-15
/
+1
*
fix rcs ids. ok sthen@
martynas
2009-06-21
1
-2
/
+2
*
daddr_t -> daddr64_t
otto
2007-06-10
1
-4
/
+4
*
convert to standard usage(); ok millert otto
jmc
2007-05-02
1
-7
/
+7
*
use strtonum(3) and usage nit; ok millert@
otto
2007-05-02
1
-18
/
+14
*
remove #ifdef TUNEFS_SOFTDEP code, requested by millert@
otto
2007-05-02
1
-39
/
+1
*
FFS2 savvy tunefs from NetBSD. Some cleanup will be done after this.
otto
2007-05-02
1
-257
/
+298
*
add missing includes
david
2003-07-10
1
-2
/
+3
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-7
/
+3
*
ansi
deraadt
2002-07-03
1
-19
/
+8
*
rm trailing whitespace
todd
2002-06-09
1
-3
/
+3
*
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
2002-02-16
1
-4
/
+4
*
while im here; clean -Wall.
fgsch
2002-02-12
1
-3
/
+4
*
_PATH_DEV already includes the trailing '/'; no need for it.
fgsch
2002-02-12
1
-3
/
+3
*
do not open the device for writing if not needed to; millert@ ok & help
mickey
2001-12-04
1
-9
/
+21
*
kill more registers;
mpech
2001-11-05
1
-3
/
+3
*
document missing options. ok deraadt@
jakob
2001-10-05
1
-2
/
+3
*
treat two exits for a return
mickey
2001-05-18
1
-4
/
+4
*
Remove softdep and add avgfilesize/avgfpdir in printfs().
gluk
2001-04-13
1
-4
/
+6
*
Remove soft updates. Warn users about how to enable softdep.
gluk
2001-04-08
1
-21
/
+6
*
Replace FFS directory preference algorithm(dirpref) by new one.
gluk
2001-04-06
1
-2
/
+32
*
sprintf -> snprintf
gluk
2001-03-22
1
-3
/
+4
*
indent
deraadt
1997-11-07
1
-20
/
+19
*
Added support for enabling soft updates.
csapuntz
1997-11-06
1
-4
/
+26
*
back out vfs lite2 till after 2.2
deraadt
1997-10-06
1
-25
/
+3
*
VFS Lite2 Changes
csapuntz
1997-10-06
1
-3
/
+25
*
use err()/warn()/__progname where appropriate, consolidate string, some -Wall
mickey
1997-09-04
1
-11
/
+14
*
add -p option to show current values; this information is available from
deraadt
1996-08-02
1
-2
/
+29
*
update rcsid
deraadt
1996-06-23
1
-1
/
+2
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+289