History log of /src/sbin/fsck_msdos/ext.h |
Revision | | Date | Author | Comments |
1.14 |
| 24-Sep-2023 |
gutteridge | ext.h: fix spelling and grammar in a comment
|
1.13 |
| 11-Apr-2009 |
lukem | fix sign-compare issues
|
1.12 |
| 13-Jun-2008 |
martin | branches: 1.12.4; Move to 2 clause license, approved by Wolfgang Solfrank.
|
1.11 |
| 19-Jan-2005 |
xtraeme | branches: 1.11.26; 1.11.28; 1.11.30; Kill __P(), ANSIfy, remove main() prototype.
|
1.10 |
| 16-Sep-2001 |
wiz | Spell 'occurred' with two 'r's.
|
1.9 |
| 26-Jul-2001 |
wiz | Various typos in comments (neccessary, sceme, choise, ...).
|
1.8 |
| 06-Apr-2001 |
wiz | Make WARNS=2 safe, and set WARNS to 2.
|
1.7 |
| 10-Oct-2000 |
is | Format string cleanups by Bill Sommerfeld.
|
1.6 |
| 25-Apr-2000 |
jdolecek | branches: 1.6.4; 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.
|
1.5 |
| 17-Oct-1997 |
ws | branches: 1.5.4; 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
|
1.4 |
| 23-Sep-1996 |
christos | - 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...
|
1.3 |
| 28-May-1996 |
ws | Don't allocate data structures for non-directories Free any data structures when finishing a check (at the latest)
|
1.2 |
| 25-May-1996 |
ws | Check return values of malloc Generate full pathnames only on request Minor cleanup, RCS Ids in .h files
|
1.1 |
| 14-May-1996 |
ws | branches: 1.1.4; Add fsck utility for msdosfs
|
1.1.4.1 |
| 31-May-1996 |
jtc | pulled up from trunk by request of ws
|
1.5.4.1 |
| 10-Oct-2000 |
he | Pull up revision 1.7 (requested by is): Format string cleanup.
|
1.6.4.1 |
| 18-Oct-2000 |
tv | Pullup sbin string format fixes [is]. See "cvs log" for explicit revision numbers per file, from sommerfeld.
|
1.11.30.1 |
| 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
1.11.28.1 |
| 17-Jun-2008 |
yamt | sync with head.
|
1.11.26.1 |
| 29-Jun-2008 |
mjf | Sync with HEAD.
|
1.12.4.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|