<?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/sbin/resize_ffs/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>{usr.,}{s,}bin: replace LINT_SUPPORTED with the standard NOLINT<br/><br/>While here, re-enable lint in those cases where lint was skipped due to<br/>a bug in interpreting abstract types, which was fixed in cgram.y 1.469<br/>from 2023-08-02.</title>
    <description>/src/sbin/resize_ffs/Makefile - 1.8</description>
    <pubDate>Sat Apr 20 13:24:49 UTC 2024</pubDate>
    <dc:creator>rillig</dc:creator>
</item>

<item>
    <title>sbin: enable lint for almost all programs<br/><br/>The programs fsck_lfs and newfs_lfs both trigger a longstanding bug in<br/>lint that is difficult to fix, so ignore them for now.<br/><br/>For resize_ffs, lint thinks that 'struct fs' is incomplete, but GCC and<br/>Clang accept it.  Needs further investigation.</title>
    <description>/src/sbin/resize_ffs/Makefile - 1.7</description>
    <pubDate>Tue Sep 14 20:13:03 UTC 2021</pubDate>
    <dc:creator>rillig</dc:creator>
</item>

<item>
    <title>Use getfsspecname and getrawdiskname so we can resize by NAME= label.</title>
    <description>/src/sbin/resize_ffs/Makefile - 1.6</description>
    <pubDate>Sun May 24 14:41:26 UTC 2020</pubDate>
    <dc:creator>jmcneill</dc:creator>
</item>

<item>
    <title>if the -p flag is specified, display a progress bar while growing the file-system</title>
    <description>/src/sbin/resize_ffs/Makefile - 1.5</description>
    <pubDate>Mon Apr 06 22:44:04 UTC 2015</pubDate>
    <dc:creator>jmcneill</dc:creator>
</item>

<item>
    <title>branches:  1.4.20;<br/>WARNS = 4</title>
    <description>/src/sbin/resize_ffs/Makefile - 1.4</description>
    <pubDate>Mon Aug 15 02:19:50 UTC 2011</pubDate>
    <dc:creator>dholland</dc:creator>
</item>

<item>
    <title>Add support for byteswapped file systems (big-endian on little-endian<br/>host, and vice versa), to fix PR#44203.<br/><br/>Add support for growing (but not yet shrinking) UFS2 file systems.  Partially<br/>addresses PR#44205.<br/><br/>While I'm here, reformat the code for closer adherence to KNF.<br/><br/>Fairly extensive testing was performed, using the shortly-to-be-committed<br/>updated ATF tests.  Patch posted to tech-userlevel on 21 December 2010,<br/>no comments.</title>
    <description>/src/sbin/resize_ffs/Makefile - 1.3</description>
    <pubDate>Wed Jan 05 02:18:15 UTC 2011</pubDate>
    <dc:creator>riz</dc:creator>
</item>

<item>
    <title>set WARNS=3 -- too many -Wsign-compare issues in the kernel ffs code</title>
    <description>/src/sbin/resize_ffs/Makefile - 1.2</description>
    <pubDate>Sun Apr 26 05:57:48 UTC 2009</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>branches:  1.1.40;  1.1.42;<br/>Preliminary version of resize_ffs, based on der Mouse's fsresize tool.<br/>I didn't have time to clean it up completely before my legal status<br/>w.r.t. open source projects goes into limbo for a while.  Other<br/>developers are encouraged to play with the tool and get it into<br/>release-worthy shape.<br/><br/>TODO list (see TODO file)<br/><br/>* verify it builds on -current, put it into release lists/etc. and src/sbin/Makefile<br/>  (built &amp; tested on 1.6.1)<br/>* make it ask questions before doing any work (confirm)<br/>* create regression test suite (see discussions on tech-kern and<br/>  developers) and fix any bugs<br/>* verify conversion to ANSI C didn't break anything<br/>* port to UFS2</title>
    <description>/src/sbin/resize_ffs/Makefile - 1.1</description>
    <pubDate>Fri Feb 21 04:08:54 UTC 2003</pubDate>
    <dc:creator>jtk</dc:creator>
</item>

<item>
    <title>Sync with HEAD.<br/><br/>Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html</title>
    <description>/src/sbin/resize_ffs/Makefile - 1.1.42.1</description>
    <pubDate>Wed May 13 19:19:05 UTC 2009</pubDate>
    <dc:creator>jym</dc:creator>
</item>

<item>
    <title>Pull up the following revisions(s) (requested by riz in ticket #1690):<br/>	distrib/sets/lists/base/mi			patch<br/>	distrib/sets/lists/man/mi			patch<br/>	sbin/Makefile					patch<br/>	sbin/resize_ffs/Makefile			patch<br/>	sbin/resize_ffs/TODO				patch<br/>	sbin/resize_ffs/resize_ffs.8			patch<br/>	sbin/resize_ffs/resize_ffs.c			patch<br/><br/>Fix resize_ffs(8) so that growing and shrinking all FFSv1<br/>(including byteswapped) and growing FFSv2 file systems is supported.</title>
    <description>/src/sbin/resize_ffs/Makefile - 1.1.40.1</description>
    <pubDate>Fri Nov 18 22:35:45 UTC 2011</pubDate>
    <dc:creator>sborrill</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/sbin/resize_ffs/Makefile - 1.4.20.1</description>
    <pubDate>Thu Aug 06 21:13:44 UTC 2015</pubDate>
    <dc:creator>snj</dc:creator>
</item>
</channel></rss>

