summaryrefslogtreecommitdiff
path: root/ufs-utils/mkfs.c
AgeCommit message (Collapse)Author
2006-03-142006-03-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* mkfs.c (parse_opt): Move UP's functionality into UP_INT in order to fix invalid lvalues.
2002-06-112002-06-08 Roland McGrath <roland@frob.com>Roland McGrath
* mkfs.c (iput): Use %Ld format for ino_t values.
2001-12-022001-12-02 Roland McGrath <roland@frob.com>Roland McGrath
* mkfs.c (fsinit): Set the root directory's owner/group to the user's. Suggested by Michael Teichgraeber <gnubert@web.de>.
2001-02-262001-02-25 Roland McGrath <roland@frob.com>Roland McGrath
* mkfs.c [!STANDALONE]: Include <time.h> for decl. * stati.c: Likewise.
1998-10-20Add braces to silence gcc warnings.Roland McGrath
1997-06-23Fri Jun 20 13:39:02 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* mkfs.c (mkfs): Set SBLOCK.fs_clean. New file systems are always clean.
1997-02-20(argp_program_version): Make const.Miles Bader
1996-09-05*** empty log message ***Thomas Bushnell
1996-08-27(doc): Supply a useful value.Miles Bader
1996-07-23(fsinit): `struct timespec' now uses a field prefix of `tv_'.Miles Bader
1996-07-07(argp_program_version): New variable.Miles Bader
<hurd.h>: New include.
1996-05-11(parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader
1996-04-03(main): In `Can't get disklabel' error message, specifyMiles Bader
which flag the user can use to supply the needed information. (mkfs): Fiddle with info message.
1996-03-29(main): Argp interface changes.Miles Bader
1996-03-13(options, args_doc, doc): New variables for option parsing.Miles Bader
(struct amark): New type. (amarks_add, amarks_contains): New functions. (default_disklabel): New variable. (main): Most arguments are now options (and optional). Allow many more parameters to be specified. Consult the disk label for some defaults. (...most functions...): Add explicit return type declarations where necessary. Fix printf format specifications. Get rid of #ifdefs for MFS. (started, malloc, realloc, calloc, free): Functions removed. (mfs, membase): Variables removed. <stddef.h>, <stdlib.h>, <argp.h>, <assert.h>, <error.h>, <string.h>: New includes
1994-11-24Protect all mfs code with #ifdef MFS.Roland McGrath
1994-10-18entered into RCSMichael I. Bushnell
1994-10-12Formerly mkfs.c.~5~Michael I. Bushnell
1994-09-09Formerly mkfs.c.~4~Michael I. Bushnell
1994-09-08Formerly mkfs.c.~3~Michael I. Bushnell
1994-09-08Formerly mkfs.c.~2~Michael I. Bushnell
1994-08-23Initial revisionMichael I. Bushnell