<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/util-linux, branch 0_43pre1</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=0_43pre1</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=0_43pre1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2000-03-08T14:50:47+00:00</updated>
<entry>
<title>Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler</title>
<updated>2000-03-08T14:50:47+00:00</updated>
<author>
<name>Erik Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-03-08T14:50:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=269bba25149289201055c9448e8c64fc05dbf89d'/>
<id>urn:sha1:269bba25149289201055c9448e8c64fc05dbf89d</id>
<content type='text'>
BB_FEATURE_USE_DEVPS_PATCH.
 -Erik
</content>
</entry>
<entry>
<title>Wrote killall.</title>
<updated>2000-03-07T07:41:42+00:00</updated>
<author>
<name>Erik Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-03-07T07:41:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=246cc6dddd3df2164e8a925ebd8e9a7bba379253'/>
<id>urn:sha1:246cc6dddd3df2164e8a925ebd8e9a7bba379253</id>
<content type='text'>
Adjusted mount, ps, utility.c, etc to handle my nifty new kernel
patches the allow busybox to run perfectly without /proc.
 -Erik
</content>
</entry>
<entry>
<title>Add in freeramdisk.c, which (duh) frees ramdisks.  If you have any</title>
<updated>2000-03-04T22:23:27+00:00</updated>
<author>
<name>Erik Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-03-04T22:23:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=6437170cb31302d8525cd6fcbe0a2efad386ab9d'/>
<id>urn:sha1:6437170cb31302d8525cd6fcbe0a2efad386ab9d</id>
<content type='text'>
ramdisks lying about and want to free up the memory they have used,
this baby is the answar you have been waiting for.
 -Erik
</content>
</entry>
<entry>
<title>Fixed rebooting when init runs as /linuxrc</title>
<updated>2000-02-23T22:49:58+00:00</updated>
<author>
<name>Erik Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-02-23T22:49:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5b911ddd577373dfcbd3d2dade7089ff611ea35e'/>
<id>urn:sha1:5b911ddd577373dfcbd3d2dade7089ff611ea35e</id>
<content type='text'>
 -Erik
</content>
</entry>
<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>
</feed>
