BSD 4_4_Lite1 release
[unix-history] / usr / src / sbin / newfs / mkfs.c
1995-08-05 CSRGBSD 4_4_Lite1 release BSD-4_4_Lite1
1995-07-25 CSRGBSD 4_4 release BSD-4_4
1994-02-03 Kirk McKusickadd support for building cluster maps
1993-09-24 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-06-06 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-05-06 Kirk McKusickadd -O flag to build old format filesystems;
1993-02-16 Ralph Campbelluse SEEK_SET define for lseek.
1993-01-24 Keith Bosticrealloc is used in the C library, so it has to work...
1992-07-03 Kirk McKusickbuild filesystems with new format inodes
1992-06-19 Keith Bosticon-disk inode is now a timespec
1992-06-05 Kirk McKusickcalculate the maximum possible file size; lint
1992-06-02 Kirk McKusickhave to cast off_t to int
1992-05-28 Kirk McKusickdinode times are now timevals
1992-03-20 Keith Bosticreport size in MB, not million bytes
1992-03-16 Keith Bosticinclude system include files first
1991-12-20 Kirk McKusickupdate for quad support
1991-11-05 Keith Bosticbreak FFS into UFS/FFS/LFS
1991-07-04 Kirk McKusickavoid using utime as a global (to avoid loader bug)
1991-03-05 Keith BosticANSI
1991-02-27 Keith BosticANSI fixes
1991-01-02 CSRGBSD 4_3_Reno release BSD-4_3_Reno
1990-06-30 Mike Karelsdissociate from old session, tty
1990-06-02 Keith Bosticnew copyright notice
1990-01-05 CSRGBSD 4_3_Tahoe release BSD-4_3_Tahoe
1989-10-25 Kirk McKusickeliminate vnode.h and inode.h; just use dinode.h
1989-10-19 Kirk McKusickmemfs => mfs; add -F flag to pass in mount flags
1989-09-07 Kirk McKusickadd memory based filesystem; generate unique exit codes;
1989-07-02 Kirk McKusicknew header file locations
1988-07-09 Kirk McKusick4.3BSD-tahoe/etc/6 (from Chris Torek <chris@gyre.umd...
1988-06-02 Keith Bosticnew _doprnt doesn't support %[A-Z]
1988-05-02 Kirk McKusickchange cylinder group format to contain dynamic arrays
1988-04-25 Keith Bosticfix for ANSI C; isblock didn't always return a value
1987-10-02 Kirk McKusickadd remainder of tunable parameters (-a, -d, -e);
1987-09-10 Kirk McKusickreduce cpg to insure that requested bytes per inode...
1987-03-30 Mike Karelsupdate for new label ioctls, get bbsize/sbsize from...
1987-03-04 CSRGBSD 4_3 release BSD-4_3
1988-03-09 CSRGBSD 4_2 release BSD-4_2
1987-01-14 Kirk McKusickadd trackskew, interleave, npsect, headswitch, and...
1987-01-14 Kirk McKusickmerge mkfs and newfs; add support for disk labels
1985-09-12 Kirk McKusickallow specification of optimization preference
1985-07-06 Kirk McKusickroundup directory sizes
1985-05-29 Distribution FolksAdd copyright
1985-04-02 Jim BloomSome people should look in the dictionary
1985-03-25 Kirk McKusickspelling error in error message
1985-03-25 Jim Bloomfix spelling error
1984-08-17 Kirk McKusickadd -N flag to print out stats on file system without...
1983-08-02 Kirk McKusickfix calculation of initial block counts
1983-07-05 Kirk McKusickchange default rotational delay to 4ms
1983-07-02 Sam Lefflerinclude fiox
1983-05-26 Kirk McKusickadd calculation of i_blocks
1983-05-14 Kirk McKusickadd optional nbpi to specify "number of bytes per inode"
1983-05-07 Kirk McKusickmake sure that the whole file system is writable!
1983-04-02 CSRGBSD 4_1c_2 release BSD-4_1c_2
1983-03-11 Sam Lefflerwith all apologies ....
1983-02-16 Sam Leffleradd rps and minfree arguments
1983-01-03 Kirk McKusickadd new and useful constants
1982-12-17 CSRGBSD 4_1_snap release BSD-4_1_snap
1982-10-12 CSRGStart development on BSD 4_4_Lite1
1982-10-04 Kirk McKusickfix bug which failed to create first super block back-up
1982-09-26 Kirk McKusickadd initialization comments; init for maxcontig and...
1982-09-10 Kirk McKusickadd ifdef STANDALONE for printf and bcopy
1982-09-10 Kirk McKusickforce clearing of unused portions of block maps
1982-04-12 Kirk McKusickfloat the super block, reclaim redundant boot block...
1982-04-09 Kirk McKusickmerge into the new kernel
1982-03-25 Kirk McKusickupdate to the current system
1982-02-26 Kirk McKusickuse speed-up macros in fs.h
1982-02-22 Kirk McKusickconversion to flexable length directory names
1982-01-24 Kirk McKusickmake default fail only based on bsize
1982-01-14 Kirk McKusickforce cylinder groups to have a multiple of bsize blocks
1982-01-13 Kirk McKusickchange all macros taking "fs" to have it as their first...
1982-01-13 Kirk McKusickadd cg_ctot to summarize cg_b
1982-01-11 Kirk McKusickfix rotational layout code to work with disks with...
1982-01-07 Kirk McKusickincorporate fs.h -r1.10, and param.h -r1.8 reorganization
1982-01-07 Kirk McKusickget rid of proto, allocate lost+found, reserve inode 1
1982-01-05 Kirk McKusickparameterize BSIZE, FSIZE, and FRAG into fs_bsize,...
1981-11-08 Kirk McKusickedit to incorperate -r1.6 reorganization of fs.h
1981-10-29 Kirk McKusickput in optimal rotational block allocation
1981-10-06 Kirk McKusickmaintaining and using cg_frsum to do intelligent alloca...
1981-09-23 Kirk McKusickallow files and directories to have FRAGS as their...
1981-09-20 Kirk McKusickinitial BSIZE only file system
1981-08-30 Kirk McKusickadd cg_irotor initialization
1981-08-29 Kirk McKusickmove bit op macros to param.h
1981-08-29 Kirk McKusickput in new inode structure
1981-08-27 Kirk McKusickdate and time created 81/08/26 23:47:31 by mckusick
1979-09-27 CSRGStart development on BSD 4_4
1979-09-27 CSRGStart development on BSD 4_3_Reno
1978-11-06 CSRGStart development on BSD 4_1c_2
1978-11-06 CSRGStart development on BSD 4_1_snap
1978-11-06 CSRGStart development on BSD 4_3_Tahoe
1978-11-06 CSRGStart development on BSD 4_3
1978-11-06 CSRGStart development on BSD 4_2