History log of /netbsd/sbin/fsck/fsutil.c (Results 1 – 25 of 27)
Revision Date Author Comments
# 913768d6 03-Apr-2020 joerg <joerg@NetBSD.org>

Avoid common symbols for fsck_lfs.


# 48c06835 21-Jun-2015 dholland <dholland@NetBSD.org>

Add used-by comments on source files that are .PATH'd in from elsewhere.


# c3814dcc 21-Jun-2015 dholland <dholland@NetBSD.org>

global variables should be declared extern.


# 92d03163 13-Jan-2013 mlelstv <mlelstv@NetBSD.org>

Support symlinks to a block device to resolve the name of the
corresponding raw device.


# 0c63b933 08-Apr-2012 christos <christos@NetBSD.org>

Don't re-use the same buffer that we pass in for newname in the cooked->raw
conversion. Better variable names.


# aa962883 07-Apr-2012 christos <christos@NetBSD.org>

factor out rawname() from dump, fsck, savecore.


# 4b41a04c 07-Apr-2012 christos <christos@NetBSD.org>

use getfsspecname()


# 861be3d9 09-Jun-2011 christos <christos@NetBSD.org>

share more code.


# c68c36a5 04-Feb-2010 christos <christos@NetBSD.org>

Centralize time printing and deal with ctime possibly returning NULL.


# 481ad7b0 16-Mar-2008 lukem <lukem@NetBSD.org>

errexit() now provides the trailing \n (since fsck_ffs assumed that
from a conversion from err(3)), so "make it so".


# 742b48d5 23-Feb-2008 christos <christos@NetBSD.org>

Make sure that the exit values are always sane, and use symbolic instead
of magic constants. Reviewed by go@


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

Programs that use efun.


# 6a6266cc 05-Jun-2006 christos <christos@NetBSD.org>

s/perror/perr/ so that we can make it varyadic. Overloading stdio's perror()
sneaky.


# e69ce3e4 20-Oct-2003 dsl <dsl@NetBSD.org>

Add a -q (quiet) option to print nothing for clean filesystems.
Support in fsck_ffs and stub in fsck_xxx.
Push a few more messages through pwarn() instead of printf() to ensure
disk name is shown.


# bf07c871 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22308, verified by myself.


# 42b90091 28-Mar-2003 perseant <perseant@NetBSD.org>

Make vmsg non-static, so it can be used directly by fsck_lfs.


# 3c367dcb 09-Nov-2001 lukem <lukem@NetBSD.org>

use MAXPATHLEN instead of 32 as the size of the rawbuf


# f97f5096 18-Jun-2001 lukem <lukem@NetBSD.org>

ansi knf


# 8a986b2e 19-Feb-2001 cgd <cgd@NetBSD.org>

convert to use getprogname()


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

Format string cleanups by Bill Sommerfeld.


# a04741e1 30-Jul-1998 thorpej <thorpej@NetBSD.org>

Cast pointer diffs to int for use in printf format width specifiers.


# b93acf4a 26-Jul-1998 mycroft <mycroft@NetBSD.org>

const poisoning.


# e49dfa57 31-Oct-1997 mycroft <mycroft@NetBSD.org>

Format police.


# 26ba0ba0 14-Sep-1997 lukem <lukem@NetBSD.org>

* cleanup for WARNS=1
* deprecate register
* prefix hex numbers with '0x'


# 1b51e882 22-Oct-1996 christos <christos@NetBSD.org>

Fix varyadic non ansi functions.


12