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
/
utilities.c
Age
Commit message (
Expand
)
Author
2015-10-15
fsck_ffs has a ^T signal handler which opens /dev/tty late. Hoist that
Theo de Raadt
2015-09-05
snprintf+write --> dprintf
Philip Guenther
2015-01-20
Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
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-24
Use consistent format specifiers (%lld) and casts (long long) when
Kenneth R Westerback
2014-05-21
Nuke some trailing whitespace to shrink subsequent diffs.
Kenneth R Westerback
2014-05-20
As suggested by guenther@ and millert@, replace seek+[read|write] with
Kenneth R Westerback
2014-05-09
Fix '-b' option to work with the superblock locations output by newfs
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-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-12-10
do not leak memory, found by parfait, ok millert otto
Theo de Raadt
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-13
"Fix" a horrible signal handler. ckfini() breaks all the rules for
Otto Moerbeek
2006-04-17
more signal handler cleaning
Theo de Raadt
2006-04-17
solve half of the signal race issues
Theo de Raadt
2006-04-17
prettier code; ok pedro
Theo de Raadt
2006-04-07
fsck needs to unset FS_FLAGS_UPDATED if it changes the super block
Pedro Martelletto
2006-04-02
use SEEK_* for lseek()
Theo de Raadt
2006-03-30
when asking y or n, accept "F" which forces yes from the on. i have
Theo de Raadt
2006-03-22
earlier asprintf diff caused malloc in signal handler. clarify the
Theo de Raadt
2006-03-20
NetBSD Coverity CID 2074: Fix memory leak.
David Hill
2006-03-12
use asprintf instead of a static buffer; dhill, tested by pedro
Theo de Raadt
2006-01-25
spell fall through as FALLTHROUGH
Ted Unangst
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-08-20
clean some more signal races, some cannot be fixed
Theo de Raadt
2002-02-23
getc() returns an int
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-04-13
Fix overflow in superblock. From FreeBSD.
Grigoriy Orlov
2001-03-02
Make fsck aware of soft updates.
Artur Grabowski
2001-01-19
mark signal races i cannot fix at the moment
Theo de Raadt
2001-01-15
save_errno in signal handler
Theo de Raadt
2000-09-30
Some format string problems that were missed during initial audit; deraadt@ and
Aaron Campbell
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
1997-06-25
(foo *)0 -> NULL
kstailey
1996-10-20
Sync with NetBSD 961019
Thorsten Lockert
1996-06-23
update rcsid
Theo de Raadt
[next]