only include directory items that are exported from dirs.c
[unix-history] / usr / src / sbin / fsck /
1990-02-09 Kirk McKusickdo not try to fsck non-ufs filesystems (from borman...
1990-02-07 Kirk McKusickcheck directory contents with a scan in disk block...
1990-02-07 Kirk McKusickuse inoinfo structure to quickly find any orphaned...
1990-02-07 Kirk McKusickstruct inoinfo is promoted to fsck.h;
1990-02-07 Kirk McKusickadd pass1 buffer constant;
1990-02-07 Kirk McKusickadd propogate to find directory connectivity;
1990-02-07 Kirk McKusickuse special routine to scan inode list
1990-02-07 Kirk McKusickallocate hash headers and sort list
1990-02-07 Kirk McKusickcheck correct variable; have to use slow but safe ginod...
1990-02-07 Kirk McKusickwant to round to number of frags not fragmment size
1990-02-02 Kirk McKusicksave block pointers of directories as they are encounte...
1990-02-02 Kirk McKusickupdate for current program
1990-02-02 Kirk McKusickconvert to BSD only copyright
1990-02-02 Kirk McKusickeliminate last vestages of AT&T code
1990-02-02 Kirk McKusicklint and other aesthetic cleanups
1989-10-25 Kirk McKusickno longer need to include time.h, vnode.h, and inode...
1989-09-16 Keith BosticPOSIX signals
1989-07-05 Kirk McKusickget rid of redundant status check (from Torek)
1989-07-01 Kirk McKusickANSI C cleanups from Torek
1989-07-01 Kirk McKusickansi C changes from Torek
1989-06-28 Kirk McKusickfree up buffer space after use
1989-06-27 Kirk McKusicknew include file locations engendered by vnodes
1989-06-27 Kirk McKusickrecalculate size of cylinder group block when changing...
1989-06-27 Kirk McKusicknew include file locations engendered by vnodes
1989-06-27 Kirk McKusicknew location for ufs sources
1989-05-12 Keith Bosticfile reorg, pathnames.h, paths.h
1989-03-20 Mike Karelscheck one filesystem per disk until done, ignoring...
1989-03-20 Mike Karelsupdate and correct nits
1989-03-08 Kirk McKusickallow different error messages to each appear once
1989-03-06 Keith Bosticpwd.h needs types.h
1989-03-03 Kirk McKusickfirewall for files that are too large
1989-03-03 Kirk McKusickcheck for exit caused by uncaught signal
1989-02-18 Kirk McKusickadd -m flag to override default creation mode for lost...
1988-10-26 Keith Bosticadd man page, cleanup
1988-07-09 Kirk McKusickadd new error messages
1988-06-08 Kirk McKusickmust be sure to always convert b_bno to disk block...
1988-06-08 Kirk McKusickmissing fsbtodb!
1988-05-26 Kirk McKusickadd firewall to check for lost buffers; fine tune cache...
1988-05-07 Kirk McKusickexpand from three static buffer to a dynamic buffer...
1988-05-07 Kirk McKusickeliminate unnecessary flush
1988-05-07 Kirk McKusick&sblock => fs; &cgrp => cg
1988-05-06 Kirk McKusickadd xref to fsdb(8)
1988-05-04 Kirk McKusickin preen mode, summarize file systems that must be...
1988-05-03 Kirk McKusickadd -c flag to convert between file system formats
1988-05-03 Kirk McKusickconversion (in either direction) is only done when...
1988-05-02 Kirk McKusickconversion and checking of dynamic and static cylinder...
1988-05-02 Kirk McKusickconversion between static and dynamic cylinder group...
1988-05-02 Kirk McKusickadd -c flag (convert dynamic cylinder group format...
1988-04-07 Kirk McKusickrecover from trashed summary information
1987-12-22 Keith Bosticmake ANSI C compatible
1987-10-23 Keith BosticANSI C; sprintf now returns an int.
1987-06-03 Keith Bosticnew template
1987-04-10 Kirk McKusickmore stringent test on negative size (from chris@maryla...
1987-04-08 Mike Karelsfix alternate superblock location again; don't offer...
1987-03-12 Mike Karelshuh? where did this come from?
1987-03-12 Mike Karelsuse physical sector size for partial buffer reads;
1987-03-11 Kirk McKusickmust save link count when changing file type
1987-03-10 Kirk McKusickmake fixing interleave non-fatal
1987-03-06 Kirk McKusickallow fsck to proceed even when not setting default...
1987-02-27 Mike Karelsupdate disk labels to ioctl's; check the file the user...
1987-02-24 Kirk McKusickeliminate dbtob macro (which uses DEV_BSIZE)
1987-02-24 Kirk McKusickuse SBOFF instead of SBLOCK
1987-02-19 Kirk McKusickintuit the appropriate DEV_BSIZE from fsbtodb macro
1987-02-12 Kirk McKusickmust zero the buffer
1987-01-18 Kirk McKusickmust copy fs_npsect and fs_interleave to cope for old...
1987-01-16 Kirk McKusickadd sanity checks for new values used in calculating...
1987-01-16 Kirk McKusickreorganize to allow use of disk labels to search for...
1987-01-16 Kirk McKusickmust do lseek after read or write failure
1987-01-08 Kirk McKusickbe more persistent in trying to read directories;
1986-11-25 Kirk McKusickverify that we are checking the root file system (from...
1986-11-25 Kirk McKusickget the right name
1986-10-14 Sam Leffleradd tahoe compiller workaround
1986-05-22 Kirk McKusickupdate for 4.3BSD version
1986-05-21 Kevin DunlapFixes for typesetting
1986-05-16 Kirk McKusickadd error messages for bad minfree and optimization...
1986-05-14 Kirk McKusickmust check for bad block earlier
1986-03-06 Kirk McKusickmust define state of unknown type inodes
1986-03-06 Kirk McKusickadd firewall check for bad entry in state map
1986-03-06 Kirk McKusickfree dup list and zero link count entries as they are...
1986-02-02 Kirk McKusickchanges from Bloom
1985-10-25 Kirk McKusickadd fragmentation statistics
1985-10-24 Kirk McKusickadd fragmentation statistics
1985-09-12 Kirk McKusickmust account for fs_optim field in check
1985-09-11 Mike Karelsallow a single sigquit to force exit(2) after completin...
1985-09-08 Kirk McKusickstrip on install
1985-07-19 Kirk McKusickupdate to reflect 4.3BSD version of fsck
1985-07-18 Kirk McKusickmore descriptive error message
1985-06-06 Distribution FolksAdd copyright
1985-06-04 Kirk McKusickdate and time created 85/06/03 17:31:54 by mckusick
1985-06-04 Kirk McKusickversion distributed with 4.2BSD
1985-06-03 Kirk McKusickwhen debug is set, list remaining duplicate blocks
1985-06-03 Kirk McKusickdynamically allocate zero link count table
1985-06-03 Kirk McKusickpersist in writing back bad sectors; be more informativ...
1985-06-01 Kirk McKusickdynamically allocate the duplicate block table
1985-06-01 Kirk McKusickcheck for improper directory offsets; recover gracefull...
1985-05-31 Kirk McKusickcheck for improper directory offsets; recover gracefull...
1985-05-17 Kirk McKusickmust not do ginode() on numbers less than ROOTINO
1985-04-28 Kirk McKusick4.3BSD beta release manual page
1985-04-28 Kirk McKusickmanual page distributed with 4.2BSD
1985-04-28 Kirk McKusickmanual page distributed with 4.1BSD
next