aboutsummaryrefslogtreecommitdiff
path: root/ufs-fsck
Commit message (Collapse)AuthorAgeFilesLines
* Remove UFS supportSamuel Thibault2013-09-1713-3344/+0
| | | | | | | | | | | | | 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
* Replace fragile manual »make dist« system with one based on »git archive«.Thomas Schwinge2012-04-081-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makeconf (lndist): Remove target. (dist-hook, dist.tar): New targets. * Makefile (dist): Rewrite this target's as well as accompanying rules. (%-lndist, cp-linked-files, $(lf-inst)): Remove targets. (%.bz2, %.gz, %/dist-hook): New targets. (DISTFILES): Set. * doc/Makefile (DISTFILES): Set. * doc/Makefile (lndist, lndist-info-targets): Remove targets. * include/Makefile (lndist): Remove target. * libthreads/Makefile (lndist, lndist-i386-files, lndist-map-file): Remove targets. * pfinet/Makefile (lndist, lndist-linux-src-net-core-files) (lndist-linux-src-net-ethernet-files, lndist-linux-src-net-ipv4-files) (lndist-linux-src-net-ipv6-files, lndist-linux-src-asm-files) (lndist-linux-src-include-linux-files, lndist-linux-src-include-net-files) (lndist-linux-src-include-asm-files, lndist-glue-include-linux-files) (lndist-glue-include-asm-files): Remove targets. * auth/Makefile (LCLHDRS): Don't set. * boot/Makefile (LCLHDRS, DIST_FILES): Likewise. * bsdfsck/Makefile (LCLHDRS): Likewise. * config/Makefile (DIST_FILES): Likewise. * console-client/Makefile (LCLHDRS): Likewise. * console/Makefile (LCLHDRS, DIST_FILES): Likewise. * doc/Makefile (DIST_FILES): Likewise. * exec/Makefile (LCLHDRS, DIST_FILES): Likewise. * ext2fs/Makefile (LCLHDRS): Likewise. * fatfs/Makefile (LCLHDRS): Likewise. * ftpfs/Makefile (LCLHDRS): Likewise. * hostmux/Makefile (LCLHDRS): Likewise. * hurd/Makefile (DIST_FILES): Likewise. * include/Makefile (LCLHDRS): Likewise. * isofs/Makefile (LCLHDRS, DIST_FILES): Likewise. * libcons/Makefile (LCLHDRS): Likewise. * libdirmgt/Makefile (LCLHDRS): Likewise. * libdiskfs/Makefile (LCLHDRS): Likewise. * libfshelp/Makefile (LCLHDRS): Likewise. * libftpconn/Makefile (LCLHDRS): Likewise. * libihash/Makefile (LCLHDRS): Likewise. * libiohelp/Makefile (LCLHDRS): Likewise. * libnetfs/Makefile (LCLHDRS): Likewise. * libpager/Makefile (LCLHDRS): Likewise. * libpipe/Makefile (LCLHDRS): Likewise. * libports/Makefile (LCLHDRS): Likewise. * libps/Makefile (LCLHDRS): Likewise. * libshouldbeinlibc/Makefile (LCLHDRS): Likewise. * libstore/Makefile (LCLHDRS, DIST_FILES): Likewise. * libthreads/Makefile (LCLHDRS): Likewise. * libtreefs/Makefile (LCLHDRS): Likewise. * libtrivfs/Makefile (LCLHDRS): Likewise. * mach-defpager/Makefile (LCLHDRS): Likewise. * nfs/Makefile (LCLHDRS): Likewise. * nfsd/Makefile (LCLHDRS): Likewise. * pfinet/Makefile (LCLHDRS): Likewise. * pflocal/Makefile (LCLHDRS): Likewise. * proc/Makefile (LCLHDRS, DIST_FILES): Likewise. * release/Makefile (DIST_FILES): Likewise. * storeio/Makefile (LCLHDRS): Likewise. * sutils/Makefile (LCLHDRS): Likewise. * term/Makefile (LCLHDRS, DIST_FILES): Likewise. * tmpfs/Makefile (LCLHDRS): Likewise. * ufs-fsck/Makefile (LCLHDRS): Likewise. * ufs/Makefile (LCLHDRS): Likewise. * usermux/Makefile (LCLHDRS): Likewise. * utils/Makefile (LCLHDRS): Likewise.
* Add missing format strings for error, printk, problemPino Toscano2011-10-191-1/+1
| | | | | | | | | | | | | | | | | | | Some calls to `error', `printk', and `problem' lacked a format string, leading to build failure when compiling with stricter CFLAGS. * nfs/mount.c (mount_root): Add format string for `error' calls which lacked it. * pfinet/main.c (pfinet_bind): Likewise. * term/main.c (main): Likewise. * utils/shd.c (run): Likewise. * utils/storeinfo.c (main): Likewise. * pfinet/linux-src/include/net/tcp.h (tcp_clear_xmit_timer): Add format string for `printk' call which lacked it. (tcp_timer_is_set): Likewise. * ufs-fsck/utilities.c (punt): Add format string for `problem' call which lacked it.
* Switch to the new ChangeLog style.Thomas Schwinge2009-07-111-326/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* 2003-07-29 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2003-07-292-1/+5
| | | | * fsck.h (num_files): Change type to long.
* .Roland McGrath2002-06-131-0/+4
|
* 2002-06-13 Roland McGrath <roland@frob.com>Roland McGrath2002-06-131-1/+1
| | | | * fsck.h (struct dirinfo): Revert i_isize to using u_int.
* .Roland McGrath2002-06-111-0/+10
|
* 2002-06-08 Roland McGrath <roland@frob.com>Roland McGrath2002-06-111-6/+4
| | | | | * dir.c, pass1.c, pass1b.c, pass2.c: Use %Ld for ino_t values. * utilities.c: Likewise.
* 2002-06-08 Roland McGrath <roland@frob.com>Roland McGrath2002-06-111-2/+2
| | | | | * fsck.h: Use ino_t for lfdir. * setup.c: Likewise.
* 2002-06-08 Roland McGrath <roland@frob.com>Roland McGrath2002-06-111-6/+6
| | | | | | * fsck.h: Use ino_t for lfdir. * setup.c: Likewise. * fsck.h (struct dirinfo): Use size_t for i_isize.
* 2002-06-08 Roland McGrath <roland@frob.com>Roland McGrath2002-06-114-117/+114
| | | | * dir.c, pass1.c, pass2.c, utilities.c: Use %Ld for ino_t values.
* .Roland McGrath2001-09-301-0/+4
|
* 2001-09-30 Roland McGrath <roland@frob.com>Roland McGrath2001-09-301-40/+40
| | | | * pass5.c (pass5): A little manual CSE makes buggy gcc not to crash.
* .Roland McGrath2001-02-261-1/+5
|
* 2001-02-25 Roland McGrath <roland@frob.com>Roland McGrath2001-02-261-19/+20
| | | | * utilities.c: Include <time.h> for decl.
* Thu May 6 10:25:27 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-05-063-3/+11
| | | | | | | * utilities.c (pextend): Free MORE before returning. * dir.c (linkup): Don't free tempname until after we're done using it in the call to warning. Reported by Katsuya Tanaka (tanaka@boarderz.com).
* .Roland McGrath1999-03-251-7/+11
|
* 1999-03-25 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-03-251-11/+8
| | | | * setup.c (setup): Don't complain if the device is a block device.
* .Miles Bader1997-02-201-0/+4
|
* (argp_program_version): Make const.Miles Bader1997-02-201-2/+2
|
* *** empty log message ***Thomas Bushnell1996-09-172-3/+11
|
* *** empty log message ***Thomas Bushnell1996-09-062-1/+5
|
* *** empty log message ***Thomas Bushnell1996-09-052-1/+7
|
* *** empty log message ***Thomas Bushnell1996-08-163-1/+11
|
* *** empty log message ***Thomas Bushnell1996-08-122-1/+5
|
* .Miles Bader1996-07-231-0/+6
|
* (pinode): `struct timespec' now uses a field prefix of `tv_'.Miles Bader1996-07-231-1/+1
|
* (allocino): `struct timespec' now uses a field prefix of `tv_'.Miles Bader1996-07-231-2/+2
|
* *** empty log message ***Michael I. Bushnell1996-07-182-0/+29
|
* Initial revisionRoland McGrath1996-07-171-0/+245
|
* (argp_program_version): New variable.Miles Bader1996-07-061-0/+3
| | | | <hurd.h>: New include.
* (pass2): Don't skip empty directories in `.' and `..' correctnessMichael I. Bushnell1996-07-011-33/+31
| | | | | | check; we don't clear them the way BSD does, so we want `.' and `..' to get created for us. Also handle `.' before `..' so that they get created in the usual order for empty directories.
* (makeentry): After successful directory expansion, write out modifiedMichael I. Bushnell1996-07-011-0/+1
| | | | directory inode.
* (pass4): If a reconnect fails while we are preening, give up.Michael I. Bushnell1996-07-011-0/+2
|
* (errexit, punt): Exit with status 8 for catastrophic failures.Michael I. Bushnell1996-06-241-2/+2
|
* (pass2): whops, typo.Michael I. Bushnell1996-05-231-1/+1
|
* (pass2): Don't clear all node types in directories, just clear thoseMichael I. Bushnell1996-05-231-18/+6
| | | | that are wrong.
* (pass2): Fix up test in preen case.Miles Bader1996-05-141-1/+2
|
* (pass2):Michael I. Bushnell1996-05-141-2/+2
|
* (pass2): better.Michael I. Bushnell1996-05-141-2/+2
|
* (pass2): Handle directory entry type fields better for Hurd.Michael I. Bushnell1996-05-141-7/+19
|
* (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader1996-05-111-1/+2
|
* (pass1b): Bother to initialize NUMBER.Michael I. Bushnell1996-05-101-1/+1
|
* (show_stats): Fiddle with formatting.Miles Bader1996-05-031-1/+1
|
* (nice_size, show_stats): New functions.Miles Bader1996-05-031-13/+38
| | | | (main): Use show_stats.
* (main): Shorten summary message so that it fits on one line.Miles Bader1996-05-021-3/+1
|
* Get rid of extraneous calls to pfail.Miles Bader1996-05-024-45/+1
|
* Fix up recovery logic for when reconnecting an inode fails.Miles Bader1996-05-021-7/+5
| | | | Get rid of extraneous calls to pfail.
* (linkup): Consistently put quotes around filenames.Miles Bader1996-05-021-11/+11
|