summaryrefslogtreecommitdiff
path: root/ufs-utils/stati.c
AgeCommit message (Collapse)Author
2013-09-17Remove UFS supportSamuel Thibault
It has been unused/untested/unmaintained for a decade now, and its 4-clause BSD licence poses problem. * configure.ac (default_static): Remove ufs. * Makefile (prog-subdirs): Remove ufs, ufs-fsck and ufs-utils. * NEWS, TODO: doc/hurd.texi, doc/navigating: Remove UFS notes. * ufs: Remove directory * ufs-fsck: Remove directory * ufs-utils: Remove directory * bsdfsck: Remove directory
2001-02-262001-02-25 Roland McGrath <roland@frob.com>Roland McGrath
* mkfs.c [!STANDALONE]: Include <time.h> for decl. * stati.c: Likewise.
1996-07-23(timespec_rep): `struct timespec' now uses a field prefix of `tv_'.Miles Bader
1996-03-31(mode_rep): Prefix octal number with `0'.Miles Bader
1996-03-29(main): Print mode & {in,}direct blocks too.Miles Bader
(mode_rep): New function. (timespec_rep): P shouldn't be static.
1996-02-27Initial revisionMiles Bader