added field name q_ruser; need to update NullAddress
[unix-history] / usr / src / sbin / fsck /
1990-07-01 Keith Bosticnew doc makefiles
1990-06-30 Keith Bosticmanual entry is in section 8
1990-06-30 Kirk McKusicklint
1990-06-27 Kirk McKusickmissing newline in error message
1990-06-07 Kirk McKusickadd FIFO as file type
1990-06-02 Keith Bosticnew copyright notice
1990-06-02 Keith Bostictypo
1990-05-16 Keith Bosticstring.h is ANSI C include file
1990-05-12 Keith Bosticfirst pass for new make
1990-05-06 Kirk McKusickdo not need to check for root device as blockcheck...
1990-05-06 Kirk McKusickuse getopt; do not check for root filesystem when given...
1990-05-06 Kirk McKusickhotroot is a char, not an int!
1990-04-30 Kirk McKusickskip zero length directories; ask for deletion when...
1990-04-30 Kirk McKusickmark zero length directories as DCLEAR so that they...
1990-04-30 Kirk McKusickgive a more informative error message for zero length...
1990-04-30 Kirk McKusickdo not expand in degenerate cases
1990-04-30 Kirk McKusickskip directories marked DCLEAR
1990-04-30 Kirk McKusickcheck for zero length directory sooner
1990-04-27 Kirk McKusickbreak out overlapped disk processing to preen.c (for...
1990-04-27 Kirk McKusickdate and time created 90/04/26 23:41:39 by mckusick
1990-03-28 Kirk McKusickdo not mark dirs with eighth bit set as corrupt;
1990-03-28 Kirk McKusickadd inode and directory buffer pointers
1990-03-28 Kirk McKusickinitialize inode and directory buffer pointers for...
1990-03-28 Kirk McKusickinitialize directory buffer pointer for each run
1990-03-28 Kirk McKusickinitialize startinum and inode buffer pointer for each run
1990-03-28 Kirk McKusickuse proper defined constant (from fuller@prisma.com)
1990-03-28 Kirk McKusickget rid of unused variables
1990-03-23 Kirk McKusickhave to reset definition of direct pointer after printi...
1990-03-23 Kirk McKusickdo not complain about unreferenced . and .. entries
1990-03-14 Kirk McKusickhave to really get the inode before it can be modified
1990-03-10 Kirk McKusickcheck character device root, not the block device
1990-03-08 Kirk McKusickinitialize inplast (from shumway@sun.com)
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
next