summaryrefslogtreecommitdiff
path: root/ufs-utils
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
2009-07-11Switch to the new ChangeLog style.Thomas Schwinge
* ChangeLog: Wipe out content, and add instructions about how to get it back. * auth/ChangeLog: Remove file. * benchmarks/ChangeLog: Likewise. * boot/ChangeLog: Likewise. * bsdfsck/ChangeLog: Likewise. * config/ChangeLog: Likewise. * console-client/ChangeLog: Likewise. * console/ChangeLog: Likewise. * daemons/ChangeLog: Likewise. * defpager/ChangeLog: Likewise. * doc/ChangeLog: Likewise. * exec/ChangeLog: Likewise. * ext2fs/ChangeLog: Likewise. * fatfs/ChangeLog: Likewise. * fstests/ChangeLog: Likewise. * ftpfs/ChangeLog: Likewise. * hostmux/ChangeLog: Likewise. * hurd/ChangeLog: Likewise. * include/ChangeLog: Likewise. * init/ChangeLog: Likewise. * isofs/ChangeLog: Likewise. * libcons/ChangeLog: Likewise. * libdirmgt/ChangeLog: Likewise. * libdiskfs/ChangeLog: Likewise. * libfshelp/ChangeLog: Likewise. * libftpconn/ChangeLog: Likewise. * libhurdbugaddr/ChangeLog: Likewise. * libihash/ChangeLog: Likewise. * libiohelp/ChangeLog: Likewise. * libnetfs/ChangeLog: Likewise. * libpager/ChangeLog: Likewise. * libpipe/ChangeLog: Likewise. * libports/ChangeLog: Likewise. * libps/ChangeLog: Likewise. * libshouldbeinlibc/ChangeLog: Likewise. * libstore/ChangeLog: Likewise. * libthreads/ChangeLog: Likewise. * libtrivfs/ChangeLog: Likewise. * login/ChangeLog: Likewise. * mach-defpager/ChangeLog: Likewise. * nfs/ChangeLog: Likewise. * nfsd/ChangeLog: Likewise. * pfinet/ChangeLog: Likewise. * pflocal/ChangeLog: Likewise. * proc/ChangeLog: Likewise. * release/ChangeLog: Likewise. * serverboot/ChangeLog: Likewise. * storeio/ChangeLog: Likewise. * sutils/ChangeLog: Likewise. * term/ChangeLog: Likewise. * tmpfs/ChangeLog: Likewise. * trans/ChangeLog: Likewise. * ufs-fsck/ChangeLog: Likewise. * ufs-utils/ChangeLog: Likewise. * ufs/ChangeLog: Likewise. * usermux/ChangeLog: Likewise. * utils/ChangeLog: Likewise.
2008-12-082008-12-08 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* Makefile (HURDLIBS): New variable.
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-11.Roland McGrath
2002-06-112002-06-08 Roland McGrath <roland@frob.com>Roland McGrath
* mkfs.c (iput): Use %Ld format for ino_t values.
2001-12-07.Roland McGrath
2001-12-072001-12-06 Roland McGrath <roland@frob.com>Roland McGrath
* dlabel.c (fd_get_device): Only deallocate NODE if store_create fails. Found by Michael Teichgraeber <gnubert@web.de>.
2001-12-02.Roland McGrath
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-26.Roland McGrath
2001-02-262001-02-25 Roland McGrath <roland@frob.com>Roland McGrath
* mkfs.c [!STANDALONE]: Include <time.h> for decl. * stati.c: Likewise.
1999-11-21.Roland McGrath
1999-11-211999-11-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* dlabel.c (fd_get_device): Check STORE->class->id, not STORE->class.
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-04-16Thu Apr 10 13:54:31 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* dlabel.c: Don't include <mach/sa/sys/ioctl.h>. (_IOR, _IOC, IOC_OUT, IOCPARM_MASK): New macros.
1997-02-20.Miles Bader
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-08-27.Miles Bader
1996-07-23.Miles Bader
1996-07-23(timespec_rep): `struct timespec' now uses a field prefix of `tv_'.Miles Bader
1996-07-23(fsinit): `struct timespec' now uses a field prefix of `tv_'.Miles Bader
1996-07-17Initial revisionRoland McGrath
1996-07-07(argp_program_version): New variable.Miles Bader
<hurd.h>: New include.
1996-06-21(fd_get_device): Supply new args to store_create.Miles Bader
1996-05-11(parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader
1996-05-10(mkfs.ufs): Depend on ../libstore/libstore.a.Miles Bader
1996-05-10(fd_get_device): Update to use libstore.Miles Bader
<hurd/store.h>: New include.
1996-04-30($(targets)): do it right...Michael I. Bushnell
1996-04-30(include ../Makeconf): BEFORE dependencies.Michael I. Bushnell
(all): Delete target. ($(targets)): Each target depends on its associated .o.
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-31(mode_rep): Prefix octal number with `0'.Miles Bader
1996-03-29(main): Argp interface changes.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-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
1996-03-13(SRCS): Add dlabel.c.Miles Bader
(mkfs.ufs): New target.
1996-03-13Initial revisionMiles Bader
1996-03-05Update to new location.Miles Bader
1996-02-27Initial revisionMiles Bader
1995-09-17(target): Changed to `mkfs.ufs'.Miles Bader
(installationdir): New variable, install into $(sbindir).
1995-07-07(copyright, sccsid): Correct syntax.Michael I. Bushnell
1995-07-07(copyright, sccsid): Declare unused.Michael I. Bushnell
(main): Correct format for fourth arg.
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-10-04entered into RCSHurd Maintainers
1994-10-04Initial revisionHurd Maintainers