Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | . | Roland McGrath | 2001-12-07 | 1 | -0/+5 |
| | |||||
* | 2001-12-06 Roland McGrath <roland@frob.com> | Roland McGrath | 2001-12-07 | 1 | -4/+4 |
| | | | | | * dlabel.c (fd_get_device): Only deallocate NODE if store_create fails. Found by Michael Teichgraeber <gnubert@web.de>. | ||||
* | . | Roland McGrath | 2001-12-02 | 1 | -0/+5 |
| | |||||
* | 2001-12-02 Roland McGrath <roland@frob.com> | Roland McGrath | 2001-12-02 | 1 | -1/+9 |
| | | | | | * mkfs.c (fsinit): Set the root directory's owner/group to the user's. Suggested by Michael Teichgraeber <gnubert@web.de>. | ||||
* | . | Roland McGrath | 2001-02-26 | 1 | -0/+5 |
| | |||||
* | 2001-02-25 Roland McGrath <roland@frob.com> | Roland McGrath | 2001-02-26 | 2 | -2/+4 |
| | | | | | * mkfs.c [!STANDALONE]: Include <time.h> for decl. * stati.c: Likewise. | ||||
* | . | Roland McGrath | 1999-11-21 | 1 | -0/+4 |
| | |||||
* | 1999-11-20 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-11-21 | 1 | -3/+3 |
| | | | | * dlabel.c (fd_get_device): Check STORE->class->id, not STORE->class. | ||||
* | Add braces to silence gcc warnings. | Roland McGrath | 1998-10-20 | 2 | -19/+22 |
| | |||||
* | Fri Jun 20 13:39:02 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1997-06-23 | 2 | -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 Bushnell | 1997-04-16 | 2 | -1/+12 |
| | | | | | * dlabel.c: Don't include <mach/sa/sys/ioctl.h>. (_IOR, _IOC, IOC_OUT, IOCPARM_MASK): New macros. | ||||
* | . | Miles Bader | 1997-02-20 | 1 | -0/+4 |
| | |||||
* | (argp_program_version): Make const. | Miles Bader | 1997-02-20 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Thomas Bushnell | 1996-09-05 | 2 | -2/+8 |
| | |||||
* | (doc): Supply a useful value. | Miles Bader | 1996-08-27 | 1 | -2/+2 |
| | |||||
* | . | Miles Bader | 1996-08-27 | 1 | -0/+4 |
| | |||||
* | . | Miles Bader | 1996-07-23 | 1 | -0/+5 |
| | |||||
* | (timespec_rep): `struct timespec' now uses a field prefix of `tv_'. | Miles Bader | 1996-07-23 | 1 | -3/+3 |
| | |||||
* | (fsinit): `struct timespec' now uses a field prefix of `tv_'. | Miles Bader | 1996-07-23 | 1 | -4/+4 |
| | |||||
* | Initial revision | Roland McGrath | 1996-07-17 | 1 | -0/+104 |
| | |||||
* | (argp_program_version): New variable. | Miles Bader | 1996-07-07 | 1 | -1/+5 |
| | | | | <hurd.h>: New include. | ||||
* | (fd_get_device): Supply new args to store_create. | Miles Bader | 1996-06-21 | 1 | -1/+1 |
| | |||||
* | (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL. | Miles Bader | 1996-05-11 | 1 | -3/+4 |
| | |||||
* | (mkfs.ufs): Depend on ../libstore/libstore.a. | Miles Bader | 1996-05-10 | 1 | -1/+1 |
| | |||||
* | (fd_get_device): Update to use libstore. | Miles Bader | 1996-05-10 | 1 | -15/+19 |
| | | | | <hurd/store.h>: New include. | ||||
* | ($(targets)): do it right... | Michael I. Bushnell | 1996-04-30 | 1 | -1/+1 |
| | |||||
* | (include ../Makeconf): BEFORE dependencies. | Michael I. Bushnell | 1996-04-30 | 1 | -2/+3 |
| | | | | | (all): Delete target. ($(targets)): Each target depends on its associated .o. | ||||
* | (main): In `Can't get disklabel' error message, specify | Miles Bader | 1996-04-03 | 1 | -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 Bader | 1996-03-31 | 1 | -1/+1 |
| | |||||
* | (main): Argp interface changes. | Miles Bader | 1996-03-29 | 1 | -195/+165 |
| | |||||
* | (main): Print mode & {in,}direct blocks too. | Miles Bader | 1996-03-29 | 1 | -2/+50 |
| | | | | | (mode_rep): New function. (timespec_rep): P shouldn't be static. | ||||
* | (options, args_doc, doc): New variables for option parsing. | Miles Bader | 1996-03-13 | 1 | -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 Bader | 1996-03-13 | 1 | -1/+3 |
| | | | | (mkfs.ufs): New target. | ||||
* | Initial revision | Miles Bader | 1996-03-13 | 1 | -0/+81 |
| | |||||
* | Update to new location. | Miles Bader | 1996-03-05 | 1 | -6/+10 |
| | |||||
* | Initial revision | Miles Bader | 1996-02-27 | 1 | -0/+211 |
| | |||||
* | (target): Changed to `mkfs.ufs'. | Miles Bader | 1995-09-17 | 1 | -1/+2 |
| | | | | (installationdir): New variable, install into $(sbindir). | ||||
* | (copyright, sccsid): Correct syntax. | Michael I. Bushnell | 1995-07-07 | 1 | -4/+5 |
| | |||||
* | (copyright, sccsid): Declare unused. | Michael I. Bushnell | 1995-07-07 | 1 | -3/+5 |
| | | | | (main): Correct format for fourth arg. | ||||
* | Protect all mfs code with #ifdef MFS. | Roland McGrath | 1994-11-24 | 1 | -5/+36 |
| | |||||
* | entered into RCS | Michael I. Bushnell | 1994-10-18 | 1 | -22/+23 |
| | |||||
* | Formerly mkfs.c.~5~ | Michael I. Bushnell | 1994-10-12 | 1 | -2/+3 |
| | |||||
* | entered into RCS | Hurd Maintainers | 1994-10-04 | 1 | -9/+32 |
| | |||||
* | Initial revision | Hurd Maintainers | 1994-10-04 | 1 | -0/+142 |
| | |||||
* | Formerly mkfs.c.~4~ | Michael I. Bushnell | 1994-09-09 | 1 | -7/+132 |
| | |||||
* | entered into RCS | Michael I. Bushnell | 1994-09-09 | 1 | -3/+3 |
| | |||||
* | entered into RCS | Michael I. Bushnell | 1994-09-09 | 1 | -9/+35 |
| | |||||
* | Formerly mkfs.c.~3~ | Michael I. Bushnell | 1994-09-08 | 1 | -1/+25 |
| | |||||
* | Formerly mkfs.c.~2~ | Michael I. Bushnell | 1994-09-08 | 1 | -5/+5 |
| | |||||
* | Formerly Makefile.~2~ | Michael I. Bushnell | 1994-09-08 | 1 | -11/+25 |
| |