<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <link>http://nxr.netbsd.org/rss/src/tests/sbin/resize_ffs/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>- Add new tests for -c check flag in resize_ffs</title>
    <description>/src/tests/sbin/resize_ffs/Makefile - 1.4</description>
    <pubDate>Sun Mar 29 19:37:02 UTC 2015</pubDate>
    <dc:creator>chopps</dc:creator>
</item>

<item>
    <title>branches:  1.3.24;<br/>Update resize_ffs tests for byteswapped file system support, and<br/>for UFS2 growth support.  Also, reduce the number of tests run by default<br/>while still maintaining decent coverage of features and block sizes.<br/>Anyone working on resize_Ffs should run the tests with RESIZE_FFS_ALL_TESTS<br/>set in the environment, which adds a lot more testing.</title>
    <description>/src/tests/sbin/resize_ffs/Makefile - 1.3</description>
    <pubDate>Wed Jan 05 02:25:27 UTC 2011</pubDate>
    <dc:creator>riz</dc:creator>
</item>

<item>
    <title>Re-work the resize_ffs(8) tests:<br/><br/>Put real data into file systems before resizing:  the test data<br/>was randomly generated and is in pairs of files each a power-of-two and<br/>power-of-two plus one bytes to hopefully catch block and frag issues.<br/><br/>Each test fills (nearly) the file system with test data.  If shrinking,<br/>it removes enough data so that the shrunken file system will be large enough<br/>to accomodate the data.  (It's done this way to hopefully ensure some or<br/>most of the data will need to be moved when shrinking).  The files are<br/>then checked with MD5 against the known list.  This particular method<br/>was chosen to reduce the amount of data checked in while still retaining<br/>reproducibility.<br/><br/>There are more tests to come;  since resize_ffs(8) currently does not<br/>support ffsv2 or byteswapped file systems, only a couple token expected-fail<br/>test cases for those were added.  Also, only 8:1 blocksize:fragsize<br/>combinations are currently tested.</title>
    <description>/src/tests/sbin/resize_ffs/Makefile - 1.2</description>
    <pubDate>Thu Dec 09 05:19:02 UTC 2010</pubDate>
    <dc:creator>riz</dc:creator>
</item>

<item>
    <title>Add some basic tests of resize_ffs(8).  The 'grow' test does nothing<br/>more than create an empty file system, grow it, and makes sure fsck<br/>finds the result clean.  The 'shrink' test does likewise for shrinking,<br/>but is an expected failure at the moment due to PR bin/44177.</title>
    <description>/src/tests/sbin/resize_ffs/Makefile - 1.1</description>
    <pubDate>Tue Nov 30 23:17:27 UTC 2010</pubDate>
    <dc:creator>riz</dc:creator>
</item>

<item>
    <title>Pull up following revision(s) (requested by skrll in ticket #909):<br/>	distrib/sets/lists/etc/mi: revision 1.237<br/>	distrib/sets/lists/tests/mi: revision 1.613<br/>	distrib/utils/embedded/conf/armv7.conf: revisions 1.1, 1.2<br/>	distrib/utils/embedded/conf/beagleboard.conf: delete<br/>	distrib/utils/embedded/conf/evbarm.conf: revisions 1.21, 1.22<br/>	distrib/utils/embedded/conf/rpi.conf: revisions 1.28, 1.29<br/>	distrib/utils/embedded/conf/rpi_inst.conf: revisions 1.7, 1.8<br/>	distrib/utils/embedded/conf/usermode.conf: revision 1.5<br/>	distrib/utils/embedded/conf/x86.conf: revision 1.5<br/>	distrib/utils/embedded/files/resize_disklabel: revision 1.1<br/>	distrib/utils/embedded/mkimage: revisions 1.49, 1.55-1.59<br/>	etc/defaults/rc.conf: revision 1.133<br/>	etc/etc.evbarm/Makefile.inc: revisions 1.72, 1.76<br/>	etc/rc.d/Makefile: revision 1.93 via patch<br/>	etc/rc.d/resize_root: revisions 1.1-1.3<br/>	etc/rc.d/root: revision 1.5<br/>	sbin/resize_ffs/Makefile: revision 1.5<br/>	sbin/resize_ffs/resize_ffs.8: revisions 1.14-1.16<br/>	sbin/resize_ffs/resize_ffs.c: revisions 1.39-1.44<br/>	share/man/man5/rc.conf.5: revision 1.158, 1.159<br/>	tests/sbin/resize_ffs/Makefile: revision 1.4<br/>	tests/sbin/resize_ffs/common.sh: revision 1.14<br/>	tests/sbin/resize_ffs/t_check.sh: revision 1.1<br/>	tests/sbin/resize_ffs/t_grow.sh: revision 1.9<br/>	tests/sbin/resize_ffs/t_grow_swapped.sh: revision 1.3<br/>	tests/sbin/resize_ffs/t_shrink.sh: revision 1.8<br/>	tests/sbin/resize_ffs/t_shrink_swapped.sh: revision 1.2<br/>fix image building:<br/>         - round up the total size of the disk image<br/>         - fix fdisk offset for netbsd ffs images<br/>--<br/>Make get_dev_size work on regular files too.<br/>--<br/>Use `!= -1' instead of `== 0' out of paranoia.<br/>--<br/>- Add -c to check to see if grow/shrink is required<br/>- Divide by DEV_BSIZE when returning size of file.<br/>- Update manpage<br/>--<br/>New sentence, new line. Sort option descriptions.<br/>--<br/>Add resize_root boot operation. If resize_root=YES in rc.conf then<br/>the system attempts to resize the root file system to fill it's<br/>partition prior to mounting read-write. Useful for things like AMI<br/>file system images. May eventually be used by arm images after<br/>coming up with similar solution for increasing the parition size.<br/>--<br/>- Add new tests for -c check flag in resize_ffs<br/>--<br/>Bump date for previous.<br/>it's -&gt; its<br/>--<br/>Handle case in grow() where last cylinder group is too small for ufs2.<br/>Align with code in shrink().<br/>--<br/>factor out geometry calculation and use this also in CheckOnly mode.<br/>be a bit more verbose in Verbose mode.<br/>--<br/>Add support for auto-growing the root partition. Enable it for rpi.img.<br/>--<br/>initialize resize before pulling in board config<br/>--<br/>add KEYWORD: interactive, honour resize_root_flags and<br/>resize_root_postcmd rc vars<br/>--<br/>if the -p flag is specified, display a progress bar while growing the<br/>file-system<br/>--<br/>show resize_ffs progress bar when resizing root partition<br/>--<br/>fix typo in previous; pass -y unconditionally to resize_ffs, not -p<br/>--<br/>Rename beagleboard.img to armv7.img. The new image includes the same<br/>kernels as beagleboard.img plus support for Raspberry Pi 2, ODROID-C1,<br/>Cubieboard2, Cubietruck, Hummingbird A31, and Banana Pi.<br/>--<br/>Properly spell X' name. From X(7):<br/>        The  X.Org  Foundation  requests  that the following names be<br/>used when<br/>        referring to this software:<br/>                                           X<br/>                                    X Window System<br/>                                     X Version 11<br/>                              X Window System, Version 11<br/>                                          X11<br/>--<br/>Add some documentation:<br/>Tell what this does, and what it expects from conf files<br/>--<br/>Cleanup: make_filesystems is not used any longer, purge remains<br/>--<br/>More cleanup:<br/>Instead of first overwriting the *_evbarm functions with own code,<br/>and then calling them from the regular functions, directly put the<br/>code into the regular functions.<br/>No more functions from evbarm.conf are used now.<br/>Some variables are still used!<br/>--<br/>define TOOL_MKUBOOTIMAGE for mkimage<br/>--<br/>fix mkubootimage</title>
    <description>/src/tests/sbin/resize_ffs/Makefile - 1.3.24.1</description>
    <pubDate>Thu Aug 06 21:13:44 UTC 2015</pubDate>
    <dc:creator>snj</dc:creator>
</item>
</channel></rss>

