Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
b819704f |
| 20-Mar-2002 |
Robert Watson <rwatson@FreeBSD.org> |
Teach growfs's dbg_open() that a filename of "-" for output means to open "/dev/stdout". This doesn't actually affect growfs, but does affect ffsinfo, permitting ffsinfo to output to the shell's std
Teach growfs's dbg_open() that a filename of "-" for output means to open "/dev/stdout". This doesn't actually affect growfs, but does affect ffsinfo, permitting ffsinfo to output to the shell's stdout rather than requiring it be dumped to a file or explicitly pointed at a special device.
Reviewed by: peter
show more ...
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
8af1452c |
| 13-Aug-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Removed duplicate VCS ID tags, as per style(9).
|
#
adcaff07 |
| 07-Jun-2001 |
Thomas-Henning von Kamptz <tomsoft@FreeBSD.org> |
cleanup to get rid of most warnings on alpha and yes now it also works on alpha
Reviewed by: chm MFC after: 3 weeks
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
4020c5bc |
| 12-Dec-2000 |
Thomas-Henning von Kamptz <tomsoft@FreeBSD.org> |
corrected spelling mistakes in comments check a couple of mallocs usage of errx linebreaks of DBG_ macros, correcting the usage of nroff macros
Submitted by: grog, charnier Reviewed by: chm
|
#
3d500078 |
| 09-Dec-2000 |
Thomas-Henning von Kamptz <tomsoft@FreeBSD.org> |
added growfs(8) including ffsinfo(8) to the freebsd base system
Reviewed by: grog
|
Revision tags: release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0 |
|
#
5a9dc069 |
| 31-Oct-2006 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
Teach about new fields (cg_unrefs and fs_unrefs) and new FS_GJOURNAL flag.
Sponsored by: home.pl
|
Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0 |
|
#
75d1ec91 |
| 03-Apr-2004 |
Lukas Ertl <le@FreeBSD.org> |
Make growfs WARNS=6 clean.
Approved by: grog (mentor)
|
Revision tags: release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0 |
|
#
0b22953b |
| 14-Aug-2003 |
Robert Watson <rwatson@FreeBSD.org> |
Commit 1 of 2 to fix ffsinfo(8) for UFS2.
Add support for UFS2 to the UFS debugging routines in growfs; required to update ffsinfo(8) for UFS2. A variety of types and fs variables are renamed to re
Commit 1 of 2 to fix ffsinfo(8) for UFS2.
Add support for UFS2 to the UFS debugging routines in growfs; required to update ffsinfo(8) for UFS2. A variety of types and fs variables are renamed to reflect UFS1/2 structures. Also, the print routines for inodes are now split into separate UFS1 and UFS2 versions. We now define dbg_dump_csum_total(), but lose the printing of rotational information since that's not present in UFS2. In the future, we may want to re-add this functionality to print it solely for UFS1.
Submitted by: Lukas Ertl <l.ertl@univie.ac.at> PR: bin/53517
show more ...
|
Revision tags: release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs |
|
#
89fdc4e1 |
| 25-Sep-2002 |
Mike Barcroft <mike@FreeBSD.org> |
Use the standardized CHAR_BIT constant instead of NBBY in userland.
|
#
ce66ddb7 |
| 21-Aug-2002 |
Tom Rhodes <trhodes@FreeBSD.org> |
s/filesystem/file system/g as discussed on -developers
|
Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
b819704f |
| 20-Mar-2002 |
Robert Watson <rwatson@FreeBSD.org> |
Teach growfs's dbg_open() that a filename of "-" for output means to open "/dev/stdout". This doesn't actually affect growfs, but does affect ffsinfo, permitting ffsinfo to output to the shell's std
Teach growfs's dbg_open() that a filename of "-" for output means to open "/dev/stdout". This doesn't actually affect growfs, but does affect ffsinfo, permitting ffsinfo to output to the shell's stdout rather than requiring it be dumped to a file or explicitly pointed at a special device.
Reviewed by: peter
show more ...
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
8af1452c |
| 13-Aug-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Removed duplicate VCS ID tags, as per style(9).
|
#
adcaff07 |
| 07-Jun-2001 |
Thomas-Henning von Kamptz <tomsoft@FreeBSD.org> |
cleanup to get rid of most warnings on alpha and yes now it also works on alpha
Reviewed by: chm MFC after: 3 weeks
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
4020c5bc |
| 12-Dec-2000 |
Thomas-Henning von Kamptz <tomsoft@FreeBSD.org> |
corrected spelling mistakes in comments check a couple of mallocs usage of errx linebreaks of DBG_ macros, correcting the usage of nroff macros
Submitted by: grog, charnier Reviewed by: chm
|
#
3d500078 |
| 09-Dec-2000 |
Thomas-Henning von Kamptz <tomsoft@FreeBSD.org> |
added growfs(8) including ffsinfo(8) to the freebsd base system
Reviewed by: grog
|