Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sbin/fsck_lfs



Module Name:    src
Committed By:   perseant
Date:           Mon Apr 17 19:05:16 UTC 2006

Modified Files:
        src/sbin/fsck_lfs: Makefile lfs.c main.c pass0.c pass5.c pass6.c
            setup.c

Log Message:
Remove the free list ordering/disordering code, since the kernel now keeps
the list in order (ordering it on mount).

Regularize error messages: these are now all in ALL CAPS, with all hex
numbers (not reported in caps) prefixed by 0x.  (The non-fsck-specific
messages are an exception to this all-caps rule.)


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sbin/fsck_lfs/Makefile
cvs rdiff -r1.20 -r1.21 src/sbin/fsck_lfs/lfs.c
cvs rdiff -r1.27 -r1.28 src/sbin/fsck_lfs/main.c
cvs rdiff -r1.26 -r1.27 src/sbin/fsck_lfs/pass0.c src/sbin/fsck_lfs/setup.c
cvs rdiff -r1.17 -r1.18 src/sbin/fsck_lfs/pass5.c
cvs rdiff -r1.10 -r1.11 src/sbin/fsck_lfs/pass6.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index