aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck/preen.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* strchr(3) will return NULL if it cannot find the character in theMarcelo Araujo2016-04-181-1/+1
* Make fsck and fsck_msdosfs WARNS=6 cleanUlrich Spörlein2012-10-211-3/+3
* sbin/fsck: s/perror/perr/ to avoid shadowingUlrich Spörlein2012-10-211-5/+5
* Add missing static keywords for global variables to tools in sbin/.Ed Schouten2011-11-041-2/+2
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* Straighten out a compound if() to improve readability marginally.Poul-Henning Kamp2002-12-171-1/+4
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-1/+1
* o __P removedWarner Losh2002-03-201-19/+12
* Add support for running foreground (-F) and background (-B) checks.Kirk McKusick2001-04-251-20/+14
* Don't make fsck go quite _that_ fast:Poul-Henning Kamp2001-04-071-1/+3
* This change sanitizes the way fsck deals with pass numbers.Poul-Henning Kamp2001-03-301-48/+45
* Use macro API to <sys/queue.h>Poul-Henning Kamp2000-12-301-2/+2
* When trying to deduce the diskname from the name so we can runPoul-Henning Kamp2000-12-271-6/+11
* Use official API to <sys/queue.h> instead of groping around inside thePoul-Henning Kamp2000-12-271-17/+16
* .. fsck wrappers aftercommit #1: I don't know how these files got lost,Adrian Chadd2000-10-091-0/+344
* Reviewed by: rwatson, bpAdrian Chadd2000-10-091-332/+0
* Make fsck(8) do a MNT_RELOAD after cleaning for all read-only mountedPeter Wemm1999-12-301-8/+0
* Make fsck even more char/blk dev tolerant.Poul-Henning Kamp1999-11-271-16/+8
* Allow root-reloading also for chr devices.Poul-Henning Kamp1999-11-271-44/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Also check against chardevs when looking for root.Poul-Henning Kamp1999-07-201-1/+3
* Cosmetic and documentation changes brought from earlier FreeBSD versions.Julian Elischer1998-12-031-0/+4
* Reviewed by: Don Lewis <Don.Lewis@tsc.tdk.com>Julian Elischer1998-12-031-29/+33
* Correct use of .Nm. Add rcsid. Remove unused #includes. Use err(3).Philippe Charnier1998-06-151-26/+20
* Guess the position of the drive number in the device name better soBruce Evans1998-04-071-6/+7
* Finished (?) merging with Lite2: cleaned up #include mess.Bruce Evans1997-03-121-11/+9
* Merge from Lite2. Note that Lite2 has it's own filesystem clean checkPeter Wemm1997-03-111-48/+51
* Don't give up just because we cant find the blkdev that correspondsPoul-Henning Kamp1996-10-271-2/+3
* Allow the specification of a mountpoint, and resolve it s disk deviceJoerg Wunsch1996-10-251-1/+16
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* Submitted by: phk, added to by bdeBruce Evans1995-04-021-13/+26
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+354