History log of /original-bsd/sbin/fsck/fsck.h (Results 1 – 25 of 30)
Revision Date Author Comments
# 0b8b664a 09-May-1995 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

check and act on the clean flag


# 59985965 27-Apr-1995 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

add function prototypes


# e385a73b 21-Mar-1995 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

daddr_t => ufs_daddr_t


# c8f1ef62 05-Jun-1993 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

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


# f57a9996 04-Jun-1993 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

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


# 369cdfcc 26-Jun-1992 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

add support for converting to and checking new inode format filesystems


# 3233bb58 16-Mar-1992 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

file sizes are now 64-bits


# 0d8a9694 27-Jul-1990 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

add new fixstate to avoid asking questions


# 858e8542 20-Jul-1990 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

lint (from Torek)


# 62d02553 01-Jun-1990 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

new copyright notice


# 9b8639ea 27-Mar-1990 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

add inode and directory buffer pointers


# 7058bb5f 27-Mar-1990 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

get rid of unused variables


# 8e7bb52d 07-Feb-1990 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

add pass1 buffer constant;
add inoinfo structure to describe essential directory contents


# d3133ef2 01-Feb-1990 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

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


# d5bfdc7c 01-Feb-1990 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

convert to BSD only copyright


# 408f77ab 01-Feb-1990 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

lint and other aesthetic cleanups


# dde9315f 17-Feb-1989 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

add -m flag to override default creation mode for lost+found


# c54cd703 07-May-1988 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

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


# 8657a35e 01-May-1988 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

add -c flag (convert dynamic cylinder group format back to static format)


# 79c10fbe 07-Apr-1987 karels <karels@65305748-3e16-e211-a854-8c89a5c6f760>

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


# 03bd594c 11-Mar-1987 karels <karels@65305748-3e16-e211-a854-8c89a5c6f760>

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


# 5358e930 18-Feb-1987 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

intuit the appropriate DEV_BSIZE from fsbtodb macro


# f22e3cb6 07-Jan-1987 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

be more persistent in trying to read directories;
add FOUND return status for routines called from dirscan


# 942ca3e5 05-Jun-1985 dist <dist@65305748-3e16-e211-a854-8c89a5c6f760>

Add copyright


# 670f2583 02-Jun-1985 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

dynamically allocate zero link count table


12