aboutsummaryrefslogtreecommitdiff
path: root/ufs-utils/mkfs.c
Commit message (Collapse)AuthorAgeFilesLines
* 2006-03-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2006-03-141-5/+3
| | | | | * mkfs.c (parse_opt): Move UP's functionality into UP_INT in order to fix invalid lvalues.
* 2002-06-08 Roland McGrath <roland@frob.com>Roland McGrath2002-06-111-2/+2
| | | | * mkfs.c (iput): Use %Ld format for ino_t values.
* 2001-12-02 Roland McGrath <roland@frob.com>Roland McGrath2001-12-021-1/+9
| | | | | * mkfs.c (fsinit): Set the root directory's owner/group to the user's. Suggested by Michael Teichgraeber <gnubert@web.de>.
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-1/+2
| | | | | * mkfs.c [!STANDALONE]: Include <time.h> for decl. * stati.c: Likewise.
* Add braces to silence gcc warnings.Roland McGrath1998-10-201-16/+16
|
* Fri Jun 20 13:39:02 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-06-231-1/+2
| | | | | * mkfs.c (mkfs): Set SBLOCK.fs_clean. New file systems are always clean.
* (argp_program_version): Make const.Miles Bader1997-02-201-2/+2
|
* *** empty log message ***Thomas Bushnell1996-09-051-2/+3
|
* (doc): Supply a useful value.Miles Bader1996-08-271-2/+2
|
* (fsinit): `struct timespec' now uses a field prefix of `tv_'.Miles Bader1996-07-231-4/+4
|
* (argp_program_version): New variable.Miles Bader1996-07-071-1/+5
| | | | <hurd.h>: New include.
* (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader1996-05-111-3/+4
|
* (main): In `Can't get disklabel' error message, specifyMiles Bader1996-04-031-3/+5
| | | | | which flag the user can use to supply the needed information. (mkfs): Fiddle with info message.
* (main): Argp interface changes.Miles Bader1996-03-291-195/+165
|
* (options, args_doc, doc): New variables for option parsing.Miles Bader1996-03-131-310/+319
| | | | | | | | | | | | | | | | | | (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
* Protect all mfs code with #ifdef MFS.Roland McGrath1994-11-241-5/+36
|
* entered into RCSMichael I. Bushnell1994-10-181-22/+23
|
* Formerly mkfs.c.~5~Michael I. Bushnell1994-10-121-2/+3
|
* Formerly mkfs.c.~4~Michael I. Bushnell1994-09-091-7/+132
|
* Formerly mkfs.c.~3~Michael I. Bushnell1994-09-081-1/+25
|
* Formerly mkfs.c.~2~Michael I. Bushnell1994-09-081-5/+5
|
* Initial revisionMichael I. Bushnell1994-08-231-0/+1229