History log of /netbsd-src/sbin/fsck_msdos/Makefile (Results 1 – 12 of 12)
Revision Date Author Comments
# 738a97ca 11-Apr-2010 hannken <hannken@NetBSD.org>

Add -x option which allows to run `fsck_msdos -n' on a snapshot of
a live file system.

While here modify snap_open() to accept a character device as its
first arg and remove now unneeded get_snap_de

Add -x option which allows to run `fsck_msdos -n' on a snapshot of
a live file system.

While here modify snap_open() to accept a character device as its
first arg and remove now unneeded get_snap_device().

Reviewed by: Manuel Bouyer <bouyer@netbsd.org>

show more ...


# 2a1607d0 26-Aug-2006 christos <christos@NetBSD.org>

Programs that use efun.


# 76500fc2 20-Jan-2005 xtraeme <xtraeme@NetBSD.org>

WARNS=2 is the default defined in sbin/Makefile.inc. (thanks wiz)


# 7360d7b6 19-Aug-2002 lukem <lukem@NetBSD.org>

Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path


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

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


# e230a48b 10-Oct-1997 christos <christos@NetBSD.org>

CFLAGS->CPPFLAGS


# 10e180cc 08-May-1997 gwr <gwr@NetBSD.org>

Back out the .PATH.c changes. The .depend problem (and others)
will be fixed using the new .NOPATH make feature instead.


# 012e528f 06-May-1997 gwr <gwr@NetBSD.org>

Use .PATH.c: ...


# fdbcbfc2 03-Jan-1997 ws <ws@NetBSD.org>

Fix handling of clusters marked bad
Noted by Rafal Boni


# a0c84e7d 27-Sep-1996 christos <christos@NetBSD.org>

util -> fsutil


# 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 ...


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

Add fsck utility for msdosfs