<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/util-linux, branch 0_42</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=0_42</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=0_42'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2000-02-11T12:52:55+00:00</updated>
<entry>
<title>+ memory allocation/deallocation is less tolerant of evil.</title>
<updated>2000-02-11T12:52:55+00:00</updated>
<author>
<name>John Beppu</name>
<email>beppu@lbox.org</email>
</author>
<published>2000-02-11T12:52:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5e1b2ca1161cba481ccf4873427389f59dbc23e0'/>
<id>urn:sha1:5e1b2ca1161cba481ccf4873427389f59dbc23e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reduced .bss size by dynmaically allocating a certain large</title>
<updated>2000-02-11T12:43:20+00:00</updated>
<author>
<name>John Beppu</name>
<email>beppu@lbox.org</email>
</author>
<published>2000-02-11T12:43:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c1dc5d947384a338d7630e035c42a76c43eeb340'/>
<id>urn:sha1:c1dc5d947384a338d7630e035c42a76c43eeb340</id>
<content type='text'>
array instead of letting it be static.

objdump -t busybox	    \
| grep .bss		    \
| sed 's/^.*\.bss	//' \
| grep -v ABS		    \
#| perl -e 'while(&lt;&gt;) { @x = split; @y = reverse split(//, $x[0]); for ($i=0; $i&lt;@y; $i++) { $s += $y[$i] * (16 ** $i); if ($y[$i] &amp;&amp; $i &gt; 2) { print "&gt; $y[$i] * 16 ** $i $x[1]\n"; } } } print "$s\n";'
</content>
</entry>
<entry>
<title>Fixed the init problem where it wouldn't unmount filesystems</title>
<updated>2000-02-09T04:16:43+00:00</updated>
<author>
<name>Erik Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-02-09T04:16:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e132f4b09e5c9aedaef97f65279e8702633fd425'/>
<id>urn:sha1:e132f4b09e5c9aedaef97f65279e8702633fd425</id>
<content type='text'>
on reboot.  Also fixed swapoff -a so it works.
 -Erik
</content>
</entry>
<entry>
<title>Some formatting updates (ran the code through indent)</title>
<updated>2000-02-08T19:58:47+00:00</updated>
<author>
<name>Erik Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-02-08T19:58:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e49d5ecbbe51718fa925b6890a735e5937cc2aa2'/>
<id>urn:sha1:e49d5ecbbe51718fa925b6890a735e5937cc2aa2</id>
<content type='text'>
 -Erik
</content>
</entry>
<entry>
<title>A few minor updates. ;-)</title>
<updated>2000-02-07T05:29:42+00:00</updated>
<author>
<name>Erik Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-02-07T05:29:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=fac10d7c59f7db0facd5fb94de273310b9ec86e6'/>
<id>urn:sha1:fac10d7c59f7db0facd5fb94de273310b9ec86e6</id>
<content type='text'>
Seriously though, read the Changelog for busybox 0.42,
which this is about to become...
 -Erik
</content>
</entry>
<entry>
<title>Clear up some ambiguity with old style assignments.</title>
<updated>2000-01-29T07:06:24+00:00</updated>
<author>
<name>Erik Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-01-29T07:06:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=04e97024e78f452526f710a5b3969c78a65f2b33'/>
<id>urn:sha1:04e97024e78f452526f710a5b3969c78a65f2b33</id>
<content type='text'>
 -Erik
</content>
</entry>
<entry>
<title>Shuffle location of generic code into utility.c</title>
<updated>2000-01-26T23:49:21+00:00</updated>
<author>
<name>Erik Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-01-26T23:49:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=de7965ca7ee65f21042739f1be5a337da4138343'/>
<id>urn:sha1:de7965ca7ee65f21042739f1be5a337da4138343</id>
<content type='text'>
 -Erik
</content>
</entry>
<entry>
<title>mount and umount  could leak loop device allocations causing the system to</title>
<updated>2000-01-26T20:06:48+00:00</updated>
<author>
<name>Erik Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-01-26T20:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5cbdd712f5320ffc109053a94b7cf36c82292cf6'/>
<id>urn:sha1:5cbdd712f5320ffc109053a94b7cf36c82292cf6</id>
<content type='text'>
quickly run out.  Also disable init's SIGHUP handler during shutdown.
 -Erik
</content>
</entry>
<entry>
<title>* added (and documented) "-n" option for head -</title>
<updated>2000-01-23T18:19:02+00:00</updated>
<author>
<name>Erik Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-01-23T18:19:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5509af7073ffff75d86ff8c67a2075169a859efd'/>
<id>urn:sha1:5509af7073ffff75d86ff8c67a2075169a859efd</id>
<content type='text'>
    contributed Friedrich Vedder &lt;fwv@myrtle.lahn.de&gt;
* Cleanup for a number of usage messages -- also
    contributed Friedrich Vedder &lt;fwv@myrtle.lahn.de&gt;
 -Erik
</content>
</entry>
<entry>
<title>Sync up busybox with the latest and greatest.  This is not stuff for</title>
<updated>2000-01-15T22:28:50+00:00</updated>
<author>
<name>Erik Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-01-15T22:28:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3163821967821518cfa4c4315f775ec5301bb023'/>
<id>urn:sha1:3163821967821518cfa4c4315f775ec5301bb023</id>
<content type='text'>
the Embedix release.
 -Erik
</content>
</entry>
</feed>
