aboutsummaryrefslogtreecommitdiff
path: root/ufs-utils
Commit message (Collapse)AuthorAgeFilesLines
* .Roland McGrath2001-12-071-0/+5
|
* 2001-12-06 Roland McGrath <roland@frob.com>Roland McGrath2001-12-071-4/+4
| | | | | * dlabel.c (fd_get_device): Only deallocate NODE if store_create fails. Found by Michael Teichgraeber <gnubert@web.de>.
* .Roland McGrath2001-12-021-0/+5
|
* 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>.
* .Roland McGrath2001-02-261-0/+5
|
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-262-2/+4
| | | | | * mkfs.c [!STANDALONE]: Include <time.h> for decl. * stati.c: Likewise.
* .Roland McGrath1999-11-211-0/+4
|
* 1999-11-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-11-211-3/+3
| | | | * dlabel.c (fd_get_device): Check STORE->class->id, not STORE->class.
* Add braces to silence gcc warnings.Roland McGrath1998-10-202-19/+22
|
* Fri Jun 20 13:39:02 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-06-232-1/+7
| | | | | * mkfs.c (mkfs): Set SBLOCK.fs_clean. New file systems are always clean.
* Thu Apr 10 13:54:31 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-04-162-1/+12
| | | | | * dlabel.c: Don't include <mach/sa/sys/ioctl.h>. (_IOR, _IOC, IOC_OUT, IOCPARM_MASK): New macros.
* .Miles Bader1997-02-201-0/+4
|
* (argp_program_version): Make const.Miles Bader1997-02-201-2/+2
|
* *** empty log message ***Thomas Bushnell1996-09-052-2/+8
|
* (doc): Supply a useful value.Miles Bader1996-08-271-2/+2
|
* .Miles Bader1996-08-271-0/+4
|
* .Miles Bader1996-07-231-0/+5
|
* (timespec_rep): `struct timespec' now uses a field prefix of `tv_'.Miles Bader1996-07-231-3/+3
|
* (fsinit): `struct timespec' now uses a field prefix of `tv_'.Miles Bader1996-07-231-4/+4
|
* Initial revisionRoland McGrath1996-07-171-0/+104
|
* (argp_program_version): New variable.Miles Bader1996-07-071-1/+5
| | | | <hurd.h>: New include.
* (fd_get_device): Supply new args to store_create.Miles Bader1996-06-211-1/+1
|
* (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader1996-05-111-3/+4
|
* (mkfs.ufs): Depend on ../libstore/libstore.a.Miles Bader1996-05-101-1/+1
|
* (fd_get_device): Update to use libstore.Miles Bader1996-05-101-15/+19
| | | | <hurd/store.h>: New include.
* ($(targets)): do it right...Michael I. Bushnell1996-04-301-1/+1
|
* (include ../Makeconf): BEFORE dependencies.Michael I. Bushnell1996-04-301-2/+3
| | | | | (all): Delete target. ($(targets)): Each target depends on its associated .o.
* (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.
* (mode_rep): Prefix octal number with `0'.Miles Bader1996-03-311-1/+1
|
* (main): Argp interface changes.Miles Bader1996-03-291-195/+165
|
* (main): Print mode & {in,}direct blocks too.Miles Bader1996-03-291-2/+50
| | | | | (mode_rep): New function. (timespec_rep): P shouldn't be static.
* (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
* (SRCS): Add dlabel.c.Miles Bader1996-03-131-1/+3
| | | | (mkfs.ufs): New target.
* Initial revisionMiles Bader1996-03-131-0/+81
|
* Update to new location.Miles Bader1996-03-051-6/+10
|
* Initial revisionMiles Bader1996-02-271-0/+211
|
* (target): Changed to `mkfs.ufs'.Miles Bader1995-09-171-1/+2
| | | | (installationdir): New variable, install into $(sbindir).
* (copyright, sccsid): Correct syntax.Michael I. Bushnell1995-07-071-4/+5
|
* (copyright, sccsid): Declare unused.Michael I. Bushnell1995-07-071-3/+5
| | | | (main): Correct format for fourth arg.
* 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
|
* entered into RCSHurd Maintainers1994-10-041-9/+32
|
* Initial revisionHurd Maintainers1994-10-041-0/+142
|
* Formerly mkfs.c.~4~Michael I. Bushnell1994-09-091-7/+132
|
* entered into RCSMichael I. Bushnell1994-09-091-3/+3
|
* entered into RCSMichael I. Bushnell1994-09-091-9/+35
|
* Formerly mkfs.c.~3~Michael I. Bushnell1994-09-081-1/+25
|
* Formerly mkfs.c.~2~Michael I. Bushnell1994-09-081-5/+5
|
* Formerly Makefile.~2~Michael I. Bushnell1994-09-081-11/+25
|