<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/util-linux, branch 0_60_4</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=0_60_4</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=0_60_4'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2002-09-17T08:44:56+00:00</updated>
<entry>
<title>Support setting depth</title>
<updated>2002-09-17T08:44:56+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2002-09-17T08:44:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=927c3bdc18eda39f36d05241a95987cc586289e2'/>
<id>urn:sha1:927c3bdc18eda39f36d05241a95987cc586289e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some CML1 grammar fixes</title>
<updated>2002-09-01T06:45:55+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2002-09-01T06:45:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2bec97c076e7183b4ce4e5de3739299bbd3a06fa'/>
<id>urn:sha1:2bec97c076e7183b4ce4e5de3739299bbd3a06fa</id>
<content type='text'>
 -Erik
</content>
</entry>
<entry>
<title>Run through indent, style</title>
<updated>2002-08-23T06:17:46+00:00</updated>
<author>
<name>Glenn L McGrath</name>
<email>bug1@ihug.co.nz</email>
</author>
<published>2002-08-23T06:17:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8042f65398adafbe7931646b0d8833f7b650d010'/>
<id>urn:sha1:8042f65398adafbe7931646b0d8833f7b650d010</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run through indent, fix comments</title>
<updated>2002-08-22T18:41:20+00:00</updated>
<author>
<name>Glenn L McGrath</name>
<email>bug1@ihug.co.nz</email>
</author>
<published>2002-08-22T18:41:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9fef17dec333e17b1f24bc729d3b16725f4ccc75'/>
<id>urn:sha1:9fef17dec333e17b1f24bc729d3b16725f4ccc75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Inline functions with only one reference in mkfs_minix. I don't know</title>
<updated>2002-08-21T13:21:20+00:00</updated>
<author>
<name>Aaron Lehmann</name>
<email>aaronl@vitelius.com</email>
</author>
<published>2002-08-21T13:21:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5f8f32a41ce1603648047a4334a7ed0888fd7fe6'/>
<id>urn:sha1:5f8f32a41ce1603648047a4334a7ed0888fd7fe6</id>
<content type='text'>
why these efforts aren't making the binary smaller.
</content>
</entry>
<entry>
<title>minor fixes for fbset bloat</title>
<updated>2002-08-13T04:19:23+00:00</updated>
<author>
<name>Aaron Lehmann</name>
<email>aaronl@vitelius.com</email>
</author>
<published>2002-08-13T04:19:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=6069441bd20b24f7102ebd66f9373a4de0d7e92c'/>
<id>urn:sha1:6069441bd20b24f7102ebd66f9373a4de0d7e92c</id>
<content type='text'>
&lt;mjn3&gt;         printf("\tgeometry %u %u %u %u %u\n", v-&gt;xres, v-&gt;yres,
&lt;mjn3&gt;                    v-&gt;xres_virtual, v-&gt;yres_virtual, v-&gt;bits_per_pixel);
&lt;mjn3&gt;         printf("\ttimings %u %u %u %u %u %u %u\n", v-&gt;pixclock, v-&gt;left_margin,
&lt;mjn3&gt;                    v-&gt;right_margin, v-&gt;upper_margin, v-&gt;lower_margin, v-&gt;hsync_l
&lt;mjn3&gt; en,
&lt;mjn3&gt;                    v-&gt;vsync_len);
&lt;mjn3&gt;         printf("\taccel %s\n", (v-&gt;accel_flags &gt; 0 ? "true" : "false"));
&lt;mjn3&gt;         printf("\trgba %u/%u,%u/%u,%u/%u,%u/%u\n", v-&gt;red.length,
&lt;mjn3&gt;                    v-&gt;red.offset, v-&gt;green.length, v-&gt;green.offset, v-&gt;blue.leng
&lt;mjn3&gt; th,
&lt;mjn3&gt;                    v-&gt;blue.offset, v-&gt;transp.length, v-&gt;transp.offset);
&lt;mjn3&gt;         printf("endmode\n\n");
&lt;mjn3&gt; whay have multiple printf calls when one would do?

&lt;mjn3&gt; and this:
&lt;mjn3&gt; static struct cmdoptions_t {
&lt;mjn3&gt;         char *name;
&lt;mjn3&gt;         unsigned char param_count;
&lt;mjn3&gt;         unsigned char code;
&lt;mjn3&gt; } g_cmdoptions[] = {
&lt;mjn3&gt;         {
&lt;mjn3&gt;         "-fb", 1, CMD_FB}, {
&lt;mjn3&gt; (repeated entries)
&lt;mjn3&gt; why isn't this constant?  what about struct packing?

inline the helper functions that are only referenced once.
</content>
</entry>
<entry>
<title>- updated a few copyright/left file headers</title>
<updated>2002-08-05T02:57:12+00:00</updated>
<author>
<name>Robert Griebl</name>
<email>griebl@gmx.de</email>
</author>
<published>2002-08-05T02:57:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=6859d761d36f57668da44c4cb9281b45c463e65d'/>
<id>urn:sha1:6859d761d36f57668da44c4cb9281b45c463e65d</id>
<content type='text'>
- documented most of my 0.61 changes in the ChangeLog
</content>
</entry>
<entry>
<title>Fix for bug #1255 -- support for mount -t &lt;type&gt;</title>
<updated>2002-07-25T14:17:19+00:00</updated>
<author>
<name>Robert Griebl</name>
<email>griebl@gmx.de</email>
</author>
<published>2002-07-25T14:17:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d0dd3d31e282b9aafaf499e4378cc2f691fea30a'/>
<id>urn:sha1:d0dd3d31e282b9aafaf499e4378cc2f691fea30a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for /etc/filesystem when searching for an "auto" filesystem</title>
<updated>2002-07-24T01:41:30+00:00</updated>
<author>
<name>Robert Griebl</name>
<email>griebl@gmx.de</email>
</author>
<published>2002-07-24T01:41:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2a4a8d8ffb67407d4701e3501ec680e9a26f99f6'/>
<id>urn:sha1:2a4a8d8ffb67407d4701e3501ec680e9a26f99f6</id>
<content type='text'>
This is bug #1246
</content>
</entry>
<entry>
<title>Initial checkin of a very primitive hwclock replacement</title>
<updated>2002-07-21T16:50:49+00:00</updated>
<author>
<name>Robert Griebl</name>
<email>griebl@gmx.de</email>
</author>
<published>2002-07-21T16:50:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1cd044549531ef1c4016ec3c60652dad95b1617f'/>
<id>urn:sha1:1cd044549531ef1c4016ec3c60652dad95b1617f</id>
<content type='text'>
</content>
</entry>
</feed>
