History log of /csrg-svn/sbin/fsck/setup.c (Results 26 – 50 of 59)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 41418 05-May-1990 mckusick

do not need to check for root device as blockcheck has done so already;
complain when presented with a block device

# 40360 07-Mar-1990 mckusick

initialize inplast (from shumway@sun.com)

# 40020 07-Feb-1990 mckusick

allocate hash headers and sort list

# 39976 01-Feb-1990 mckusick

convert to BSD only copyright

# 39973 01-Feb-1990 mckusick

lint and other aesthetic cleanups

# 39383 24-Oct-1989 mckusick

no longer need to include time.h, vnode.h, and inode.h; just include dinode.h

# 38376 30-Jun-1989 mckusick

ANSI C cleanups from Torek

# 38339 26-Jun-1989 mckusick

new include file locations engendered by vnodes

# 38338 26-Jun-1989 mckusick

recalculate size of cylinder group block when changing formats

# 34225 07-May-1988 mckusick

expand from three static buffer to a dynamic buffer pool;
initial sizing of the buffer pool is 128K (For 8K fs == 16 buffers)

# 34147 02-May-1988 mckusick

conversion (in either direction) is only done when requested with -c

# 34140 01-May-1988 mckusick

conversion between static and dynamic cylinder group tables;
force write of last alternate super block when adding new constants
(to avoid comparison errors during normal super block checking)

# 33979 06-Apr-1988 mckusick

recover from trashed summary information

# 33084 21-Dec-1987 bostic

make ANSI C compatible

# 30859 07-Apr-1987 karels

fix alternate superblock location again; don't offer to rewrite
standard superblock if we haven't found a good one yet; standardize units
for -b (sectors! as before); kernel may change fs_dbsize

# 30610 11-Mar-1987 karels

huh? where did this come from?

# 30609 11-Mar-1987 karels

use physical sector size for partial buffer reads;
-n implies "yes" answer for "CONTINUE?"

# 30597 09-Mar-1987 mckusick

make fixing interleave non-fatal

# 30586 05-Mar-1987 mckusick

allow fsck to proceed even when not setting default psect and interleave

# 30565 26-Feb-1987 karels

update disk labels to ioctl's; check the file the user specified!;
don't try to check "." if a named file doesn't exist;
don't check spare constants in superblock against alternate;
make the "TRASHED

update disk labels to ioctl's; check the file the user specified!;
don't try to check "." if a named file doesn't exist;
don't check spare constants in superblock against alternate;
make the "TRASHED VALUES" message understandable

show more ...

# 30556 23-Feb-1987 mckusick

use SBOFF instead of SBLOCK

# 30518 18-Feb-1987 mckusick

intuit the appropriate DEV_BSIZE from fsbtodb macro

# 30408 17-Jan-1987 mckusick

must copy fs_npsect and fs_interleave to cope for old file systems

# 30400 15-Jan-1987 mckusick

add sanity checks for new values used in calculating rotational layout

# 30399 15-Jan-1987 mckusick

reorganize to allow use of disk labels to search for alternate
super-blocks when the standard super-block is unusable

123