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
/
fsck_ffs
/
pass2.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-5
/
+6
*
inodesc.id_entryno holds a file size, so upgrade it from int to u_int64_t;
guenther
2014-09-06
1
-5
/
+5
*
final removal of daddr64_t. daddr_t has been 64 bit for a long enough
deraadt
2013-06-11
1
-2
/
+2
*
pretty print bigger off_t
deraadt
2013-04-24
1
-3
/
+4
*
Small memory optimization from NetBSD; ok krw@ millert@
otto
2011-05-08
1
-2
/
+1
*
remove support for (very) old ffs on-disk formats; ok krw@ and no
otto
2011-04-24
1
-38
/
+6
*
Blend in some code from netbsd and freebsd that reduces memory consumption
otto
2011-04-16
1
-9
/
+9
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-9
/
+1
*
reduce mem usage by about 20% by packing state and type of an inode in a single
otto
2008-06-10
1
-13
/
+14
*
Teach fsck_ffs about 64-bit block addresses. ok (and help) moritz@ pedro@
otto
2007-06-25
1
-4
/
+12
*
Add support for checking ffs2 filesystems. From pedro@ based on
millert
2007-04-10
1
-16
/
+24
*
earlier asprintf diff caused malloc in signal handler. clarify the
deraadt
2006-03-22
1
-6
/
+6
*
use asprintf instead of a static buffer; dhill, tested by pedro
deraadt
2006-03-12
1
-6
/
+6
*
spell fall through as FALLTHROUGH
tedu
2006-01-25
1
-3
/
+3
*
bye bye whiteouts
millert
2005-06-16
1
-14
/
+2
*
Since the return value from the *_info functions is only actually used as a
millert
2005-04-16
1
-6
/
+4
*
while snprintf and strlcpy and strlcat have this nice >buflen API (and the
deraadt
2005-04-16
1
-6
/
+10
*
consistent newlines, from tom cosgrove at arches-consulting.com.
tedu
2003-10-11
1
-4
/
+4
*
rename struct dinode to ufs1_dinode. clears the namespace and makes
tedu
2003-08-25
1
-6
/
+6
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-7
/
+3
*
string cleaning; ok tedu
deraadt
2003-04-26
1
-6
/
+8
*
string cleaning
deraadt
2003-04-16
1
-4
/
+4
*
- Convert function definitions to new style
gluk
2002-08-23
1
-17
/
+11
*
rm trailing whitespace
todd
2002-06-09
1
-5
/
+5
*
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
*
kill more registers;
mpech
2001-11-05
1
-6
/
+6
*
major -Wall cleanup, almost complete
deraadt
2001-07-07
1
-6
/
+6
*
Fix directory state tracking.
gluk
2001-05-28
1
-5
/
+20
*
Make fsck aware of soft updates.
art
2001-03-02
1
-10
/
+25
*
SIGINFO support
d
1999-03-01
1
-2
/
+31
*
back out vfs lite2 till after 2.2
deraadt
1997-10-06
1
-25
/
+10
*
VFS Lite2 Changes
csapuntz
1997-10-06
1
-10
/
+25
*
Sync with NetBSD 961019
tholo
1996-10-20
1
-20
/
+15
*
update rcsid
deraadt
1996-06-23
1
-1
/
+2
*
be more careful
deraadt
1996-05-28
1
-9
/
+6
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+471