<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/df.c, branch zstd</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=zstd</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=zstd'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2001-10-24T05:00:29+00:00</updated>
<entry>
<title>Major rework of the directory structure and the entire build system.</title>
<updated>2001-10-24T05:00:29+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-10-24T05:00:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=bdfd0d78bc44e73d693510e70087857785b3b521'/>
<id>urn:sha1:bdfd0d78bc44e73d693510e70087857785b3b521</id>
<content type='text'>
 -Erik
</content>
</entry>
<entry>
<title>Fixed scaling problems involving make_human_readable_str.</title>
<updated>2001-06-30T07:48:01+00:00</updated>
<author>
<name>Manuel Novoa III</name>
<email>mjn3@codepoet.org</email>
</author>
<published>2001-06-30T07:48:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8f0183938667c570f3ae3e3a6ab9be68676735ce'/>
<id>urn:sha1:8f0183938667c570f3ae3e3a6ab9be68676735ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>I reworked make_human_readable_str so it now has a sane interface,</title>
<updated>2001-06-13T08:02:45+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-06-13T08:02:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f429baca868b7f62ffdeefbfce41abd677f97876'/>
<id>urn:sha1:f429baca868b7f62ffdeefbfce41abd677f97876</id>
<content type='text'>
and then fixed up df, du, and ls to use the new interface.  I also
fixed up some formatting issues in ls while I was in there.
 -Erik
</content>
</entry>
<entry>
<title>Patch from Vladimir:</title>
<updated>2001-05-15T17:42:16+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-05-15T17:42:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c911a4389bbaa5ac85d725c8c05e452dfba8583d'/>
<id>urn:sha1:c911a4389bbaa5ac85d725c8c05e452dfba8583d</id>
<content type='text'>
    1) fixed a bug that could crash df, mount, and umount applets if the root
    device name was longer then the word "root" (/dev/loop1 vs /dev/root) -
    2) severl functions needed static declaration in the umount applet
    3) update declaration for function in last_char_is() in libbb
</content>
</entry>
<entry>
<title>Fixed df.c so that nfs volumes will display properly (fixing bug #1113).</title>
<updated>2001-03-09T22:42:26+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-03-09T22:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d92168486bd9008b2ecd33a6b3b569b54cbe1da0'/>
<id>urn:sha1:d92168486bd9008b2ecd33a6b3b569b54cbe1da0</id>
<content type='text'>
Problem was 512/1024 = 0 if you use longs, so I cast KILOBYTE to a double, then
cast the result back to an int after the math is done, letting C's type
promotion do its magic for the rest.
 -Erik
</content>
</entry>
<entry>
<title>Patchs from Jeff Garzik &lt;jgarzik@mandrakesoft.com&gt; to cleanup</title>
<updated>2001-03-09T14:36:42+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-03-09T14:36:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=eba8ed71f08f334bc94ac8eeedcd998fcdd05897'/>
<id>urn:sha1:eba8ed71f08f334bc94ac8eeedcd998fcdd05897</id>
<content type='text'>
warnings with glibc 2.2 and use always use xfopen
 -Erik
</content>
</entry>
<entry>
<title>Some minor cleanups to df.c. Also, with Erik's blessing, changed name of</title>
<updated>2001-03-07T17:42:07+00:00</updated>
<author>
<name>Mark Whitley</name>
<email>markw@lineo.com</email>
</author>
<published>2001-03-07T17:42:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ae5612ca6e74ba251cd10fc853dcf9694c0fecf1'/>
<id>urn:sha1:ae5612ca6e74ba251cd10fc853dcf9694c0fecf1</id>
<content type='text'>
'format' function to 'make_human_readable_str'.
</content>
</entry>
<entry>
<title>Static-ify a variable.  make du work with all the human-readable variants</title>
<updated>2001-03-07T06:04:08+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-03-07T06:04:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ec9fad9a4997bbabaebad3c29a3c9f1ef2068788'/>
<id>urn:sha1:ec9fad9a4997bbabaebad3c29a3c9f1ef2068788</id>
<content type='text'>
since my last pass only fixed 'du -h' but left the others broken.
</content>
</entry>
<entry>
<title>Fix up df so it works properly</title>
<updated>2001-03-07T03:50:03+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-03-07T03:50:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5986f8d1c6aeff1b9eca4fedd2ca4eedcefef884'/>
<id>urn:sha1:5986f8d1c6aeff1b9eca4fedd2ca4eedcefef884</id>
<content type='text'>
 -Erik
</content>
</entry>
<entry>
<title>Oops!  I left in my debug noise.</title>
<updated>2001-02-21T00:27:22+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-02-21T00:27:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=54006bce2515521cb1388b80e64261b2940dcff8'/>
<id>urn:sha1:54006bce2515521cb1388b80e64261b2940dcff8</id>
<content type='text'>
</content>
</entry>
</feed>
