History log of /csrg-svn/sbin/fsck/inode.c (Results 1 – 25 of 44)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 68992 28-Apr-1995 bostic

prettiness police; From: Charles Hannum <mycroft@NetBSD.ORG>

# 68908 27-Apr-1995 mckusick

add function prototypes

# 68548 21-Mar-1995 mckusick

daddr_t => ufs_daddr_t

# 68249 08-Feb-1995 mckusick

note parent of root inode, so that replacing ".." will work

# 66898 18-Apr-1994 mckusick

count the size of holes as well as blocks

# 66277 27-Feb-1994 mkm

set maptype when allocating new inodes

# 64639 23-Sep-1993 bostic

changes for 4.4BSD-Lite requested by USL

# 61492 05-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright

# 61110 04-Jun-1993 bostic

rename devname to cdevname, devname(3) now in the C library

# 54599 02-Jul-1992 mckusick

treat short symlinks like BLK and CHR devices

# 54068 18-Jun-1992 mckusick

timeval => timespec

# 53825 02-Jun-1992 mckusick

properly calculate indirect block sizes

# 53821 02-Jun-1992 mckusick

size now has to be printed out as a quad

# 52983 16-Mar-1992 mckusick

file sizes are now 64-bits

# 51532 04-Nov-1991 bostic

break FFS into UFS/FFS/LFS

# 47579 19-Mar-1991 mckusick

eliminate bletcherous code

# 44998 27-Jul-1990 mckusick

do not reset if IGNORE has been requested

# 44934 20-Jul-1990 mckusick

lint (from Torek)

# 42701 01-Jun-1990 bostic

new copyright notice

# 40647 27-Mar-1990 mckusick

initialize startinum and inode buffer pointer for each run

# 40024 07-Feb-1990 mckusick

struct inoinfo is promoted to fsck.h;
add routines to manage pass1 inode buffer;
getcacheino is merged into pass2;
allow sortlist to grow if calculation of number of directories is wrong;
simplify cl

struct inoinfo is promoted to fsck.h;
add routines to manage pass1 inode buffer;
getcacheino is merged into pass2;
allow sortlist to grow if calculation of number of directories is wrong;
simplify cleanup of inoinfo data structures

show more ...

# 39980 01-Feb-1990 mckusick

save block pointers of directories as they are encountered in pass1
so that they do not have to be reread when descending in pass2

# 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

12