Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-11 | Switch 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. | |||
2003-07-29 | 2003-07-29 Marcus Brinkmann <marcus@g10code.de> | Marcus Brinkmann | |
* fsck.h (num_files): Change type to long. | |||
2002-06-13 | . | Roland McGrath | |
2002-06-13 | 2002-06-13 Roland McGrath <roland@frob.com> | Roland McGrath | |
* fsck.h (struct dirinfo): Revert i_isize to using u_int. | |||
2002-06-11 | . | Roland McGrath | |
2002-06-11 | 2002-06-08 Roland McGrath <roland@frob.com> | Roland McGrath | |
* dir.c, pass1.c, pass1b.c, pass2.c: Use %Ld for ino_t values. * utilities.c: Likewise. | |||
2002-06-11 | 2002-06-08 Roland McGrath <roland@frob.com> | Roland McGrath | |
* fsck.h: Use ino_t for lfdir. * setup.c: Likewise. | |||
2002-06-11 | 2002-06-08 Roland McGrath <roland@frob.com> | Roland McGrath | |
* fsck.h: Use ino_t for lfdir. * setup.c: Likewise. * fsck.h (struct dirinfo): Use size_t for i_isize. | |||
2002-06-11 | 2002-06-08 Roland McGrath <roland@frob.com> | Roland McGrath | |
* dir.c, pass1.c, pass2.c, utilities.c: Use %Ld for ino_t values. | |||
2001-09-30 | . | Roland McGrath | |
2001-09-30 | 2001-09-30 Roland McGrath <roland@frob.com> | Roland McGrath | |
* pass5.c (pass5): A little manual CSE makes buggy gcc not to crash. | |||
2001-02-26 | . | Roland McGrath | |
2001-02-26 | 2001-02-25 Roland McGrath <roland@frob.com> | Roland McGrath | |
* utilities.c: Include <time.h> for decl. | |||
1999-05-06 | Thu May 6 10:25:27 1999 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | |
* 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). | |||
1999-03-25 | . | Roland McGrath | |
1999-03-25 | 1999-03-25 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | |
* setup.c (setup): Don't complain if the device is a block device. | |||
1997-02-20 | . | Miles Bader | |
1997-02-20 | (argp_program_version): Make const. | Miles Bader | |
1996-09-17 | *** empty log message *** | Thomas Bushnell | |
1996-09-06 | *** empty log message *** | Thomas Bushnell | |
1996-09-05 | *** empty log message *** | Thomas Bushnell | |
1996-08-16 | *** empty log message *** | Thomas Bushnell | |
1996-08-12 | *** empty log message *** | Thomas Bushnell | |
1996-07-23 | . | Miles Bader | |
1996-07-23 | (pinode): `struct timespec' now uses a field prefix of `tv_'. | Miles Bader | |
1996-07-23 | (allocino): `struct timespec' now uses a field prefix of `tv_'. | Miles Bader | |
1996-07-18 | *** empty log message *** | Michael I. Bushnell | |
1996-07-17 | Initial revision | Roland McGrath | |
1996-07-06 | (argp_program_version): New variable. | Miles Bader | |
<hurd.h>: New include. | |||
1996-07-01 | (pass2): Don't skip empty directories in `.' and `..' correctness | Michael I. Bushnell | |
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. | |||
1996-07-01 | (makeentry): After successful directory expansion, write out modified | Michael I. Bushnell | |
directory inode. | |||
1996-07-01 | (pass4): If a reconnect fails while we are preening, give up. | Michael I. Bushnell | |
1996-06-24 | (errexit, punt): Exit with status 8 for catastrophic failures. | Michael I. Bushnell | |
1996-05-23 | (pass2): whops, typo. | Michael I. Bushnell | |
1996-05-23 | (pass2): Don't clear all node types in directories, just clear those | Michael I. Bushnell | |
that are wrong. | |||
1996-05-14 | (pass2): Fix up test in preen case. | Miles Bader | |
1996-05-14 | (pass2): | Michael I. Bushnell | |
1996-05-14 | (pass2): better. | Michael I. Bushnell | |
1996-05-14 | (pass2): Handle directory entry type fields better for Hurd. | Michael I. Bushnell | |
1996-05-11 | (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL. | Miles Bader | |
1996-05-10 | (pass1b): Bother to initialize NUMBER. | Michael I. Bushnell | |
1996-05-03 | (show_stats): Fiddle with formatting. | Miles Bader | |
1996-05-03 | (nice_size, show_stats): New functions. | Miles Bader | |
(main): Use show_stats. | |||
1996-05-02 | (main): Shorten summary message so that it fits on one line. | Miles Bader | |
1996-05-02 | Get rid of extraneous calls to pfail. | Miles Bader | |
1996-05-02 | Fix up recovery logic for when reconnecting an inode fails. | Miles Bader | |
Get rid of extraneous calls to pfail. | |||
1996-05-02 | (linkup): Consistently put quotes around filenames. | Miles Bader | |
1996-05-02 | (warning): Don't flush all pending problems, just our own. | Miles Bader | |
(no_preen): New function. (problem, warning, pinode): Use it. | |||
1996-05-02 | (setup): Use new printing functions; use error to print error msgs. | Miles Bader | |
<error.h>, <errno.h>: New includes. | |||
1996-05-02 | (pass4): Use new printing functions. | Miles Bader | |