date and time created 88/10/19 13:05:54 by bostic
[unix-history] / usr / src / sbin / newfs /
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-05-02 Kirk McKusickadd -n flag to allow specification of number of rotatio...
1988-04-25 Keith Bosticfix for ANSI C; isblock didn't always return a value
1987-12-08 Kirk McKusickfix error message
1987-10-23 Keith BosticANSI C; sprintf now returns an int.
1987-10-02 Kirk McKusickcannot initialize maxbpg until bsize is set
1987-10-02 Keith Bosticpointer typo
1987-10-02 Kirk McKusickadd remainder of tunable parmeters (-a, -d, -e);
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-09-10 Kirk McKusickneed to know if cpg is specified
1987-06-24 Mike Karelsbackward compat for unlabelled disks
1987-06-03 Keith Bosticnew template
1987-05-09 Sam Lefflermissing definition for vax (from jim mckie)
1987-04-08 Mike Karelsuse fsize, bsize from label if no args
1987-04-03 Mike Karelsprint correct arg, more tolerant of omissions
1987-03-30 Mike Karelsupdate for new label ioctls, get bbsize/sbsize from...
1987-02-03 Mike Karelsrm byte-swapping
1987-01-16 Kirk McKusickreorder usage to correspond to manual page
1987-01-15 Kirk McKusickspelling diction
1987-01-15 Kirk McKusickupdate to reflect options brought on by disk labels
1987-01-14 Kirk McKusickadd trackskew, interleave, npsect, headswitch, and...
1987-01-14 Kirk McKusickmerge mkfs and newfs; add support for disk labels
1987-01-09 Mike Karelstypo
1987-01-09 Mike Karelsdate and time created 87/01/08 22:42:15 by karels
1986-10-14 Sam Lefflermake installboot conditional on BOOTDIR and that condit...
1986-05-22 Kirk McKusickupdate citations
1985-09-12 Kirk McKusickallow specification of optimization preference
1985-09-12 Kirk McKusickallow specification of optimization preference
1985-07-06 Kirk McKusickroundup directory sizes
1985-05-29 Distribution FolksAdd copyright
1985-05-29 Distribution FolksAdd copyright
1985-04-28 Kirk McKusick4.3BSD beta release manual page
1985-04-28 Kirk McKusickmanual page first distributed with 4.2BSD
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...
1984-08-17 Kirk McKusickadd -N flag to print out stats on file system without...
1984-04-19 Ralph Campbellpass the exit code from system() correctly.
1983-08-29 Kirk McKusickadd -i option to specify "number of bytes per inode"
1983-08-02 Kirk McKusickfix calculation of initial block counts
1983-08-02 Sam Lefflerwhat a hack, but it will suffice for now
1983-07-23 Kirk McKusickstrengthen up code for converting disk names to raw...
1983-07-07 Sam Lefflercheck for raw device name correctly according to kre
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-09 Helge Skriverviknew -n (noboot) flag, fix allowing zero reserved space
1983-05-07 Kirk McKusickmake sure that the whole file system is writable!
1983-03-11 Sam Lefflerwith all apologies ....
1983-02-21 Sam Lefflergrab boot blocks out of /usr/mdec
1983-02-16 Sam Leffleradd minfree and rps; change name to newfs
1983-02-16 Sam Leffleradd rps and minfree arguments
1983-02-15 Sam Lefflerfix usage
1983-02-11 Sam Leffleruse raw device
1983-02-09 Sam Lefflerenable dangerous code
1983-02-09 Sam Lefflerdate and time created 83/02/08 14:50:22 by sam
1983-01-03 Kirk McKusickadd new and useful constants
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