NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/44203 CVS commit: src/sbin/resize_ffs



The following reply was made to PR bin/44203; it has been noted by GNATS.

From: "Jeff Rizzo" <riz%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/44203 CVS commit: src/sbin/resize_ffs
Date: Wed, 5 Jan 2011 02:18:17 +0000

 Module Name:   src
 Committed By:  riz
 Date:          Wed Jan  5 02:18:16 UTC 2011
 
 Modified Files:
        src/sbin/resize_ffs: Makefile TODO resize_ffs.8 resize_ffs.c
 
 Log Message:
 Add support for byteswapped file systems (big-endian on little-endian
 host, and vice versa), to fix PR#44203.
 
 Add support for growing (but not yet shrinking) UFS2 file systems.  Partially
 addresses PR#44205.
 
 While I'm here, reformat the code for closer adherence to KNF.
 
 Fairly extensive testing was performed, using the shortly-to-be-committed
 updated ATF tests.  Patch posted to tech-userlevel on 21 December 2010,
 no comments.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.2 -r1.3 src/sbin/resize_ffs/Makefile
 cvs rdiff -u -r1.7 -r1.8 src/sbin/resize_ffs/TODO
 cvs rdiff -u -r1.9 -r1.10 src/sbin/resize_ffs/resize_ffs.8
 cvs rdiff -u -r1.24 -r1.25 src/sbin/resize_ffs/resize_ffs.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index