index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
fsck
/
fsutil.h
Age
Commit message (
Expand
)
Author
2020-04-03
Avoid common symbols for fsck_lfs.
joerg
2015-06-21
global variables should be declared extern.
dholland
2012-04-07
factor out rawname() from dump, fsck, savecore.
christos
2011-08-27
Use __dead and __printflike.
joerg
2011-06-09
fix compilation.
christos
2011-06-09
share more code.
christos
2010-02-04
Centralize time printing and deal with ctime possibly returning NULL.
christos
2009-10-21
Remove 3rd and 4th clauses in christos' license. OK christos.
snj
2007-09-15
__attribute -> __attribute__.
ragge
2006-08-26
Programs that use efun.
christos
2006-06-05
s/perror/perr/ so that we can make it varyadic. Overloading stdio's perror()
christos
2005-01-13
When we run with 'fsck -f -n' we should go over all the filesystems, not
christos
2005-01-13
Add a progress meter to fsck_ffs based on the work by thorpej presented
christos
2003-03-28
Make vmsg non-static, so it can be used directly by fsck_lfs.
perseant
2001-06-18
- Don't attempt to fsck a file system that is mounted read-write unless -f
lukem
2001-06-18
ansi knf
lukem
2001-02-04
remove redundant declarations and nested externs.
christos
1998-07-26
const poisoning.
mycroft
1996-10-03
- Null terminate the argv vector [from ws]
christos
1996-09-28
Allow for an extra argument needed by quotacheck.
christos
1996-09-27
- Rename util.c and util.h to fsutil.c and fsutil.h to avoid conflict with
christos