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
/
main.c
Age
Commit message (
Expand
)
Author
2013-11-01
Sprinkle (long long) casts where %lld is being used to print daddr_t
Kenneth R Westerback
2013-06-11
final removal of daddr64_t. daddr_t has been 64 bit for a long enough
Theo de Raadt
2013-04-25
big int_t/time_t fixes; ok deraadt@ krw@
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
2010-08-12
Print the real device name followed by the disklabel UID in parenthesis
Joel Sing
2010-07-09
kill redundant docheck() function; ok deraadt@
Otto Moerbeek
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2008-06-10
reduce mem usage by about 20% by packing state and type of an inode in a single
Otto Moerbeek
2007-06-25
Teach fsck_ffs about 64-bit block addresses. ok (and help) moritz@ pedro@
Otto Moerbeek
2007-04-10
Add support for checking ffs2 filesystems. From pedro@ based on
Todd C. Miller
2007-03-19
Add FFS2 fields to the superblock, change file system tools to keep
Pedro Martelletto
2007-02-09
fix a fd leak that happens whe checking multiple file systems and some
Otto Moerbeek
2007-02-08
Plug some mem leaks that occur when checking multiple file systems in a
Otto Moerbeek
2006-04-17
Remove "l:" from getopt(3) string, since the option was
Moritz Jodeit
2005-02-03
sync usage output
Jared Yanovich
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-08-23
- Convert function definitions to new style
Grigoriy Orlov
2002-08-20
clean some more signal races, some cannot be fixed
Theo de Raadt
2002-06-09
rm trailing whitespace
Todd T. Fries
2002-04-23
In mount.h, rename field export -> export_info, to avoid collision with C++.
Marc Espie
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-05
kill more registers;
Mike Pechkin
2001-03-02
Make fsck aware of soft updates.
Artur Grabowski
2000-12-29
Don't mark filesystem clean if fsck needs to be rerun (PR 1572)
Angelos D. Keromytis
2000-01-22
remove extra externs not needed because of unistd.h (rest of tree will be don...
Theo de Raadt
1999-03-01
SIGINFO support
David Leonard
1998-02-05
Ha! Caught Todd making a mistake!
Theo de Raadt
1998-02-05
Add usage line
Todd C. Miller
1997-10-06
back out vfs lite2 till after 2.2
Theo de Raadt
1997-10-06
VFS Lite2 Changes
Constantine Sapuntzakis
1997-07-14
that was not a nice change
Theo de Raadt
1997-07-14
change the output so that it fits into 80 columns
Thomas Graichen
1997-06-25
(foo *)0 -> NULL
kstailey
1997-01-15
getopt(3) returns -1 when out of args, not EOF, whee!
Todd C. Miller
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
1996-06-10
add usage printout
Theo de Raadt
1995-11-06
complete ufs -> ffs change (From John Kohl; PR #1403)
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt