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
/
fsck.c
Age
Commit message (
Expand
)
Author
2023-01-24
Use opendisk when looking for filesystem type, otherwise the detection
mlelstv
2014-10-25
fix logic that handles command line arguments. Now you can:
mlelstv
2012-04-07
use getfsspecname()
christos
2011-08-27
Use __dead and __printflike.
joerg
2010-02-24
Dont pass option -x down to fsck_xxxfs.
hannken
2010-02-17
Add -x <mountpoint> ``exclude'' option.
christos
2008-02-23
Make sure that the exit values are always sane, and use symbolic instead
christos
2007-07-17
kill MFSNAMELEN
christos
2006-12-13
Sprinkle volatile, instead of using the (void)&foo; which does not work on
christos
2006-10-16
- add volatile
christos
2006-08-26
Programs that use efun.
christos
2006-03-20
Coverity CID 1745: Fix memory leak.
christos
2005-06-27
Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
christos
2005-01-19
Add 'P' (progress meter flag) to getopt()'s optstring, remove
xtraeme
2005-01-19
Sync usage with reality.
wiz
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
2004-09-25
Try the DIOCGWEDGEINFO ioctl first. If that succeeds (i.e. the block
thorpej
2004-08-19
Deal with RESCUEDIR
christos
2004-04-21
Replace the statfs() family of system calls with statvfs().
christos
2004-03-20
Remove my license.
christos
2004-01-05
Homogenize usage messages: make the 'usage' word all lowercase, as this seems
jmmv
2003-10-20
Add a -q (quiet) option to print nothing for clean filesystems.
dsl
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2002-08-23
if _PATH_RESCUE is defined, try that before _PATH_SBIN & _PATH_USRSBIN
lukem
2001-12-20
Sync getopt() / man page with actual getopt options.
soren
2001-11-01
fix a couple of -Wshadow warnings
lukem
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-06-18
use TAILQ_xxx instead of referencing tqh_xxx elements directly
lukem
2001-02-19
convert to use getprogname()
cgd
2001-02-04
remove redundant declarations and nested externs.
christos
1999-04-22
Copy code across from newfs so that 'fsck sd0a' and similar will work.
abs
1998-11-12
Adjust for DKTYPENAME changes.
christos
1998-08-25
from Erik Bertelsen <erik@mediator.uni-c.dk>
ross
1998-07-26
const poisoning.
mycroft
1998-07-26
const poisoning.
mycroft
1997-10-31
Rewrite catopt(), as in mount(8).
mycroft
1997-10-31
Format police.
mycroft
1997-10-29
PR/4384: Brian Grayson: Use real name for exec'ed child's argv[0]
christos
1997-10-13
The number of fs types is FSMAXTYPES not DKMAXTYPES.
bouyer
1997-09-14
* cleanup for WARNS=1
lukem
1997-06-23
eliminate excess errx() argument
mikel
1997-06-20
Move fscknames to <sys/disklabel.h> where they belong logically.
christos
1996-12-07
PR/3002: bug in my previous commit.
christos
1996-12-05
PR/2975: fsck lies to children about their program name
christos
1996-10-03
- Null terminate the argv vector [from ws]
christos
1996-09-28
Fix typo.
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
[next]