checkpoint
[unix-history] / usr / src / sbin / newfs /
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-05 Kirk McKusickinclude <unistd.h> to get lseek prototype
1992-06-02 Kirk McKusickhave to cast off_t to int
1992-05-28 Kirk McKusickuse mount_mfs instead of just mfs
1992-05-28 Kirk McKusickcheck for newfs of mounted filesystem (from leres@lbl)
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-08-07 Chris Torekchanges for sparc gcc
1991-07-04 Kirk McKusickmake Torek happy
1991-07-04 Kirk McKusickavoid using utime as a global (to avoid loader bug)
1991-05-05 Keith Bosticmake the MFS #define work right -- note, MFS not used...
1991-04-11 Mike Karelssuppress "not a character device" if mfs; prepend prog...
1991-03-17 Cynthia A. E. Livi... macro and text revision (-mdoc version 3)
1991-03-05 Keith BosticANSI
1991-02-27 Keith Bosticdkcksum moved from C library to disklable
1991-02-27 Keith BosticANSI fixes
1991-01-16 Keith Bostickernel reorg
1990-12-19 Keith Bosticbranch version to fix Reno distribution
1990-12-19 Mike Karelsfix to work on unlabeled disks; don't ignore the specif...
1990-07-26 Keith Bosticadd getopt(3); always display program name on error...
1990-06-30 Mike Karelsdissociate from old session, tty
1990-06-25 Trent Heinnew copyright & pathnames (mfs and newfs)
1990-06-20 Kirk McKusickupdate from Hibler to support MFS on non-labelled disks
1990-06-02 Keith Bosticnew copyright notice
1990-05-25 Keith Bosticwrong link order
1990-05-12 Keith Bosticfirst pass for new make
1989-11-26 Kirk McKusickinstall as mount_mfs
1989-10-25 Kirk McKusickeliminate vnode.h and inode.h; just use dinode.h
1989-10-19 Kirk McKusickadd link for mfs manual page
1989-10-19 Kirk McKusickadd information about the memory based file system
1989-10-19 Kirk McKusickmemfs => mfs
1989-10-19 Kirk McKusickmemfs => mfs; add -F flag to pass in mount flags
1989-10-12 Kirk McKusickAT&T free
1989-09-07 Kirk McKusickinstall memfs
1989-09-07 Kirk McKusickadd memory based filesystem; generate unique exit codes;
1989-09-07 Kirk McKusickadd memory based filesystem; generate unique error...
1989-09-06 Kirk McKusickdefine memory filesystem
1989-07-02 Kirk McKusicknew header file locations
1989-05-12 Keith Bosticfile reorg, pathnames.h, paths.h
1988-10-26 Keith Bosticadd man page, cleanup
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
next