History log of /netbsd-src/sbin/fsck_msdos/ext.h (Results 1 – 14 of 14)
Revision Date Author Comments
# 37fa5548 24-Sep-2023 gutteridge <gutteridge@NetBSD.org>

ext.h: fix spelling and grammar in a comment


# a2b5923e 11-Apr-2009 lukem <lukem@NetBSD.org>

fix sign-compare issues


# b47f782d 13-Jun-2008 martin <martin@NetBSD.org>

Move to 2 clause license, approved by Wolfgang Solfrank.


# 65e67723 19-Jan-2005 xtraeme <xtraeme@NetBSD.org>

Kill __P(), ANSIfy, remove main() prototype.


# 456dff6c 16-Sep-2001 wiz <wiz@NetBSD.org>

Spell 'occurred' with two 'r's.


# 30b2bf87 26-Jul-2001 wiz <wiz@NetBSD.org>

Various typos in comments (neccessary, sceme, choise, ...).


# 8e78c802 06-Apr-2001 wiz <wiz@NetBSD.org>

Make WARNS=2 safe, and set WARNS to 2.


# 9979da6c 10-Oct-2000 is <is@NetBSD.org>

Format string cleanups by Bill Sommerfeld.


# 4ab49897 25-Apr-2000 jdolecek <jdolecek@NetBSD.org>

Recognize "dirty" signature on FAT as set by Windows 95 OSR2+ and don't report
it just as "odd byte sequence". Handle the dirty flag similar way
it's treated on e.g. FFS - e.g. clear it separately fr

Recognize "dirty" signature on FAT as set by Windows 95 OSR2+ and don't report
it just as "odd byte sequence". Handle the dirty flag similar way
it's treated on e.g. FFS - e.g. clear it separately from rest of FAT.
Changing of FAT is now postponed until after all checks are done,
check.c:checkfilesys() was cleaned considerably and several messages
has been adjusted to be more accurate.

If file system was modified and no error has occured, just return 0
instead of 4 - there is no need for forcing a reboot in this case.

This addresses bin/5638 by Christos Zoulas.

show more ...


# d445160e 17-Oct-1997 ws <ws@NetBSD.org>

Add support for FAT32
Support dropping lost cluster chains (on request by Christoph Badura)
While being here, fix some minor bugs, mostly with format strings


# 442314ab 23-Sep-1996 christos <christos@NetBSD.org>

- use error printing code from fsck(8)
- remove fstab walking code
- add missing prototypes
- add missing argument in dir.c near "Truncate", where delete() was being
called with fewer args. I think

- use error printing code from fsck(8)
- remove fstab walking code
- add missing prototypes
- add missing argument in dir.c near "Truncate", where delete() was being
called with fewer args. I think the missing argument should be a zero,
but Wolfgang should check...

show more ...


# 25e3d62e 28-May-1996 ws <ws@NetBSD.org>

Don't allocate data structures for non-directories
Free any data structures when finishing a check (at the latest)


# a89a16b5 25-May-1996 ws <ws@NetBSD.org>

Check return values of malloc
Generate full pathnames only on request
Minor cleanup, RCS Ids in .h files


# 6ae4c91a 14-May-1996 ws <ws@NetBSD.org>

Add fsck utility for msdosfs