History log of /netbsd/sbin/fsck/preen.c (Results 1 – 25 of 31)
Revision Date Author Comments
# 48c06835 21-Jun-2015 dholland <dholland@NetBSD.org>

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


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

use getfsspecname()


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


# 09e8908e 26-Aug-2006 christos <christos@NetBSD.org>

- make preen recognize wedges and insert their parent disks in the disk list
so that we don't run multiple fsck's on the same spindle at the same time!
- Add some partition getting utilities that a

- make preen recognize wedges and insert their parent disks in the disk list
so that we don't run multiple fsck's on the same spindle at the same time!
- Add some partition getting utilities that are wedge aware (soon to be able
to use the native geometry ioctl), so that we can fsck wedges.

show more ...


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

Programs that use efun.


# 5f101a47 13-Jan-2005 christos <christos@NetBSD.org>

When we run with 'fsck -f -n' we should go over all the filesystems, not
exit on the first one that fails. Add a new flag CHECK_NOFIX so that we
specify -n, we keep going.


# 750ce43a 28-Oct-2004 dsl <dsl@NetBSD.org>

Add (unsigned char) to isdigit() call


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


# 6742cb18 20-Jul-2002 grant <grant@NetBSD.org>

sweep of errx/warnx, remove unnecessary trailing \n


# 4475e174 01-Nov-2001 lukem <lukem@NetBSD.org>

fix a couple of -Wshadow warnings


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

- Don't attempt to fsck a file system that is mounted read-write unless -f
(force) is given. fsck(8) will return with a zero exit status if "fsck -p"
is used in this circumstance, but all other i

- Don't attempt to fsck a file system that is mounted read-write unless -f
(force) is given. fsck(8) will return with a zero exit status if "fsck -p"
is used in this circumstance, but all other invocations (e.g, "fsck",
"fsck /filesystem", "fsck -p /filesystem") will return with a non-zero exit
status in this circumstance.
Per discussions with various people including Bill Sommerfeld.
- Use "file system" instead of "filesystem"

show more ...


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

use TAILQ_xxx instead of referencing tqe_xxx elements directly


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

ansi knf


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

use TAILQ_xxx instead of referencing tqh_xxx elements directly


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

const poisoning.


# d3b61af7 16-Sep-1997 lukem <lukem@NetBSD.org>

resolve conflicts from lite-2 merge


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

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


# ef1bd36b 28-Sep-1996 christos <christos@NetBSD.org>

Allow for an extra argument needed by quotacheck.


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

- Rename util.c and util.h to fsutil.c and fsutil.h to avoid conflict with
<util.h>
- Change checkfstab so that the checkit function takes the name of the
mount point too (needed by quotacheck).

- Rename util.c and util.h to fsutil.c and fsutil.h to avoid conflict with
<util.h>
- Change checkfstab so that the checkit function takes the name of the
mount point too (needed by quotacheck).
- Remove globals debug, verbose and preen

show more ...


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

- added -T fstype:fsoptions per cgd's suggestion.
- handle parallelism in preening here using the original preening code from
fsck_ffs.
- move common code from fsck_ffs and fsck_msdos here.


# 0114e805 18-Mar-1995 cgd <cgd@NetBSD.org>

convert to new RCS Id conventions; reduce my headache


# 0826920c 28-Dec-1994 mycroft <mycroft@NetBSD.org>

Mostly sync with CSRG.


# 5eeab43e 05-Dec-1994 cgd <cgd@NetBSD.org>

more cleanups from Jim Jegers, passed over by me.


# 54477c52 28-Oct-1994 mycroft <mycroft@NetBSD.org>

Use the S_IS*() macros, and make this compile again after Chris's changes to ufs.


# ea7b5d4e 23-Sep-1994 mycroft <mycroft@NetBSD.org>

Eliminate uses of some obsolete functions.


12