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
/
bin
/
df
/
ffs_df.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove unneeded includes
mmcc
2016-03-01
1
-3
/
+1
*
remove needless headers
mmcc
2016-02-08
1
-3
/
+2
*
Use strlcpy to copy strings in struct mount, not memmove. Avoids
millert
2015-11-27
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
-2
/
+2
*
Make the df calculations of available space the same as that done in
krw
2014-05-16
1
-6
/
+5
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-7
/
+1
*
ffs2 support for reading df data directly from device; ok millert@ pedro@
otto
2007-04-30
1
-12
/
+24
*
Add FFS2 fields to the superblock, change file system tools to keep
pedro
2007-03-19
1
-7
/
+7
*
do not alias unions between files (lint hates it)
deraadt
2004-09-14
1
-2
/
+2
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
ansi
deraadt
2002-07-04
1
-5
/
+2
*
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
*
use strlcpy instead of strncpy+a[len-1]='\0'
mickey
2001-05-11
1
-3
/
+2
*
$OpenBSD$
niklas
2001-01-28
1
-0
/
+2
*
sort out printf formats according to types, 64bit arithmetics in ffs_df; millert@ ok
mickey
2000-10-18
1
-2
/
+2
*
New struct statfs with mount options. NOTE: this replaces statfs(2),
millert
1999-05-31
1
-1
/
+0
*
Wall
deraadt
1997-06-30
1
-2
/
+5
*
Better support for unmounted filesystems (i.e. df /dev/rsd0a):
denny
1997-06-16
1
-0
/
+97