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
/
inode.c
Age
Commit message (
Expand
)
Author
2014-10-08
trivial use of getreallocarray()
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-21
Nuke some trailing whitespace to shrink subsequent diffs.
Kenneth R Westerback
2013-11-11
incorrect %lld for an int
Theo de Raadt
2013-11-03
Add missing (long long) cast of variable, (long long) casts
Kenneth R Westerback
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-24
pretty print bigger off_t
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
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2008-12-29
Some forms of inode corruption can make remsize and thus isize go
Otto Moerbeek
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-02-12
remsize must be signed to avoid wrapping around to some huge number.
Otto Moerbeek
2007-01-24
A reallocated root directory gets ownership of the fsck process.
Alexander Bluhm
2003-10-11
consistent newlines, from tom cosgrove at arches-consulting.com.
Ted Unangst
2003-09-25
do not crank size first, do not do p = realloc(p, ...
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-04-26
string cleaning; ok tedu
Theo de Raadt
2002-08-23
- Convert function definitions to new style
Grigoriy Orlov
2002-05-22
strcpy, sprintf death; mpech ok
Theo de Raadt
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-07-07
major -Wall cleanup, almost complete
Theo de Raadt
2001-05-15
error out if failed to malloc memory for inode cache entry; deraadt@ ok
Michael Shalayeff
2001-03-02
Make fsck aware of soft updates.
Artur Grabowski
1999-08-06
uid_t and gid_t, and use %u
Theo de Raadt
1997-10-11
Never involve negative numbers in unsigned expressions. Fixes a segfault some
Niklas Hallqvist
1997-10-06
back out vfs lite2 till after 2.2
Theo de Raadt
1997-10-06
VFS Lite2 Changes
Constantine Sapuntzakis
1997-06-25
(foo *)0 -> NULL
kstailey
1997-06-22
Avoid an overflow when checking inode numbers; from FreeBSD PR #3528 by
Thorsten Lockert
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-05-28
be more careful
Theo de Raadt
1995-12-18
use ufs_daddr_t; another time_t cleanup
Theo de Raadt
1995-12-16
handle time_t things that really are not time_t
Theo de Raadt
1995-11-13
time_t typecast; from bernd@arresum.inka.de; netbsd pr#1724
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt