Home | History | Annotate | Download | only in fsck
History log of /src/sbin/fsck/fsutil.h
RevisionDateAuthorComments
 1.21  03-Apr-2020  joerg Avoid common symbols for fsck_lfs.
 1.20  21-Jun-2015  dholland branches: 1.20.16;
global variables should be declared extern.
 1.19  07-Apr-2012  christos factor out rawname() from dump, fsck, savecore.
 1.18  27-Aug-2011  joerg branches: 1.18.2;
Use __dead and __printflike.
 1.17  09-Jun-2011  christos fix compilation.
 1.16  09-Jun-2011  christos share more code.
 1.15  04-Feb-2010  christos branches: 1.15.4;
Centralize time printing and deal with ctime possibly returning NULL.
 1.14  21-Oct-2009  snj Remove 3rd and 4th clauses in christos' license. OK christos.
 1.13  15-Sep-2007  ragge __attribute -> __attribute__.
 1.12  26-Aug-2006  christos branches: 1.12.8;
Programs that use efun.
 1.11  05-Jun-2006  christos s/perror/perr/ so that we can make it varyadic. Overloading stdio's perror()
sneaky.
 1.10  13-Jan-2005  christos 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.
 1.9  13-Jan-2005  christos Add a progress meter to fsck_ffs based on the work by thorpej presented
to the mailing lists last January. This is optional.
 1.8  28-Mar-2003  perseant Make vmsg non-static, so it can be used directly by fsck_lfs.
 1.7  18-Jun-2001  lukem - 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"
 1.6  18-Jun-2001  lukem ansi knf
 1.5  04-Feb-2001  christos remove redundant declarations and nested externs.
 1.4  26-Jul-1998  mycroft const poisoning.
 1.3  03-Oct-1996  christos - Null terminate the argv vector [from ws]
- Dynamically allocate the argv vector
- Add -f global flag [from ws]
 1.2  28-Sep-1996  christos Allow for an extra argument needed by quotacheck.
 1.1  27-Sep-1996  christos - 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
 1.12.8.1  06-Nov-2007  matt sync with HEAD
 1.15.4.1  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.18.2.1  17-Apr-2012  yamt sync with head
 1.20.16.1  08-Apr-2020  martin Merge changes from current as of 20200406

RSS XML Feed