Source-Changes archive

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

CVS commit: src/sbin



Module Name:    src
Committed By:   christos
Date:           Thu Oct  9 16:56:23 UTC 2008

Modified Files:
        src/sbin/fsck_ext2fs: fsck.h fsck_ext2fs.8 inode.c main.c
        src/sbin/fsck_ffs: fsck.h fsck_ffs.8 inode.c main.c
        src/sbin/fsck_lfs: fsck.h fsck_lfs.8 inode.c main.c

Log Message:
Disable userid to username lookups by default. Add a -U flag to perform them.
In single user mode lookups that involve the network might not work and they
slow down fsck.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sbin/fsck_ext2fs/fsck.h
cvs rdiff -r1.14 -r1.15 src/sbin/fsck_ext2fs/fsck_ext2fs.8
cvs rdiff -r1.22 -r1.23 src/sbin/fsck_ext2fs/inode.c
cvs rdiff -r1.29 -r1.30 src/sbin/fsck_ext2fs/main.c
cvs rdiff -r1.46 -r1.47 src/sbin/fsck_ffs/fsck.h
cvs rdiff -r1.43 -r1.44 src/sbin/fsck_ffs/fsck_ffs.8
cvs rdiff -r1.60 -r1.61 src/sbin/fsck_ffs/inode.c
cvs rdiff -r1.70 -r1.71 src/sbin/fsck_ffs/main.c
cvs rdiff -r1.17 -r1.18 src/sbin/fsck_lfs/fsck.h
cvs rdiff -r1.20 -r1.21 src/sbin/fsck_lfs/fsck_lfs.8
cvs rdiff -r1.39 -r1.40 src/sbin/fsck_lfs/inode.c
cvs rdiff -r1.37 -r1.38 src/sbin/fsck_lfs/main.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