index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
fsck_ffs
/
fsck.h
Age
Commit message (
Expand
)
Author
2024-02-03
Remove Softdep.
Bob Beck
2021-01-27
shuffle externs (and definitions) around to satisfy -fno-common
Theo de Raadt
2020-07-13
Both phase 1 and phase 5 need the cylinder group meta data, so save those
Otto Moerbeek
2018-01-05
the value of bflag is a blockno, so use the proper type, avoids
Otto Moerbeek
2015-01-19
remove #ifndef #define blocks trying to handle lack of BUFSIZ
Theo de Raadt
2014-09-06
inodesc.id_entryno holds a file size, so upgrade it from int to u_int64_t;
Philip Guenther
2014-05-09
Fix '-b' option to work with the superblock locations output by newfs
Kenneth R Westerback
2013-11-02
No need to cast constants or simple variables to (daddr_t). Use
Kenneth R Westerback
2013-06-11
final removal of daddr64_t. daddr_t has been 64 bit for a long enough
Theo de Raadt
2011-05-08
Small memory optimization from NetBSD; ok krw@ millert@
Otto Moerbeek
2011-04-24
remove support for (very) old ffs on-disk formats; ok krw@ and no
Otto Moerbeek
2011-04-16
Blend in some code from netbsd and freebsd that reduces memory consumption
Otto Moerbeek
2008-06-10
reduce mem usage by about 20% by packing state and type of an inode in a single
Otto Moerbeek
2008-05-26
reorg fields in structs inodesc and inoinfo to reduce size on some archs; from
Otto Moerbeek
2007-06-25
Teach fsck_ffs about 64-bit block addresses. ok (and help) moritz@ pedro@
Otto Moerbeek
2007-06-01
ufs1_daddr_t cleanup, okay otto@
Pedro Martelletto
2007-06-01
convert ufs2_daddr_t -> daddr64_t for greater clarity; ok pedro otto thib
Theo de Raadt
2007-04-10
Add support for checking ffs2 filesystems. From pedro@ based on
Todd C. Miller
2007-02-08
Plug some mem leaks that occur when checking multiple file systems in a
Otto Moerbeek
2006-03-22
earlier asprintf diff caused malloc in signal handler. clarify the
Theo de Raadt
2006-03-12
use asprintf instead of a static buffer; dhill, tested by pedro
Theo de Raadt
2003-09-25
whack commons as wanted by ho
Theo de Raadt
2003-08-25
rename struct dinode to ufs1_dinode. clears the namespace and makes
Ted Unangst
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-03-11
spelling
David Krause
2002-06-09
rm trailing whitespace
Todd T. Fries
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-03-02
Make fsck aware of soft updates.
Artur Grabowski
1999-03-01
SIGINFO support
David Leonard
1997-10-06
back out vfs lite2 till after 2.2
Theo de Raadt
1997-10-06
VFS Lite2 Changes
Constantine Sapuntzakis
1996-10-20
Sync with NetBSD 961019
Thorsten Lockert
1996-10-12
From Kirk McKusick:
Thorsten Lockert
1996-06-23
update rcsid
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt