NetBSD/sbin/newfs
atatat 3685b7582e Convert to using gettimeofday(2) instead of time(3) to get the current
time, and stuff as much precision as possible into as many places as
possible.  This includes setting the atime, mtime, and ctime on inode
#2 of a freshly created file system, and the birthtime on a new ffs2
filesystem.

Previously these would all be left at zero, and since the birthtime
only gets set when the inode is allocated (and since inode #2 never
gets recycled), inode #2 would always have a birthtime of the epoch.
2003-05-02 03:26:11 +00:00
..
Makefile no need for -I${MOUNT} & .PATH: ${MOUNT} now neither 2003-03-22 19:09:39 +00:00
extern.h Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39:19 +00:00
mkfs.c Convert to using gettimeofday(2) instead of time(3) to get the current 2003-05-02 03:26:11 +00:00
mount_mfs.8 Add a BUGS section describing that async mounts are currently disabled, 2002-12-21 20:33:35 +00:00
newfs.8 Sort options; mention -O default; grammar improvements; use more macros. 2003-04-03 14:50:35 +00:00
newfs.c On Apple UFS filesystems, change the default fragment size to 1024 2003-04-02 20:48:13 +00:00