<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/util-linux, branch 1_00_pre4</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_00_pre4</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_00_pre4'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2003-12-09T23:50:24+00:00</updated>
<entry>
<title>Fix indenting.</title>
<updated>2003-12-09T23:50:24+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-12-09T23:50:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d5c746f3a8afa86cf9e068527a728f8ae8dade00'/>
<id>urn:sha1:d5c746f3a8afa86cf9e068527a728f8ae8dade00</id>
<content type='text'>
Fix a bug noticed by Pete Flugstad.  Make certain we close what we open, and
don't try to close invalid files when /etc/filesystems exists and is used.
</content>
</entry>
<entry>
<title>Do not use the _syscall5 macro -- use syscall(2) instead</title>
<updated>2003-12-04T07:07:14+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-12-04T07:07:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=50547c07451d07178eeb64e7d8637952b427bd4c'/>
<id>urn:sha1:50547c07451d07178eeb64e7d8637952b427bd4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Oskar Liljeblad writes:</title>
<updated>2003-11-14T03:11:29+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-11-14T03:11:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5f28455c6efe9c86d96d216a5bdc7f6db3e85780'/>
<id>urn:sha1:5f28455c6efe9c86d96d216a5bdc7f6db3e85780</id>
<content type='text'>
Here's a fix for the hard-coded device name in fbset.
</content>
</entry>
<entry>
<title>Marc Kleine-Budde noticed a missing semicolon</title>
<updated>2003-11-14T02:40:08+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-11-14T02:40:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e0c83af4ce5ead90a3f568c1105859de706b9ecc'/>
<id>urn:sha1:e0c83af4ce5ead90a3f568c1105859de706b9ecc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix rdate and ftpget/ftpput so they compile with the new xconnect.</title>
<updated>2003-11-03T21:20:18+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-11-03T21:20:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=04d055f4e11469f74bdde38837deefab27edb2e9'/>
<id>urn:sha1:04d055f4e11469f74bdde38837deefab27edb2e9</id>
<content type='text'>
I have checked rdate.  Someone should also check ftpget/ftpput to
be sure they still work.
</content>
</entry>
<entry>
<title>Avoid conflicts with the 2.6 kernel headers, which define</title>
<updated>2003-11-03T08:59:51+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-11-03T08:59:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f6067beaa9408730c4232620330453e756d6d4f9'/>
<id>urn:sha1:f6067beaa9408730c4232620330453e756d6d4f9</id>
<content type='text'>
_IOR rather differently, thereby breaking the BLKGETSIZE64
ioctl.
 -Erik
</content>
</entry>
<entry>
<title>Rework wget, the xconnect interface, and its various clients</title>
<updated>2003-10-31T09:31:46+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-10-31T09:31:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e6dc439b3a3fa2a64f9e938ac4e5810025c04242'/>
<id>urn:sha1:e6dc439b3a3fa2a64f9e938ac4e5810025c04242</id>
<content type='text'>
in order to fix the problems with round robin DNS reported
by Andrew Flegg:
    http://busybox.net/lists/busybox/2003-October/009579.html

This removes the ipv6 specific xconnect dns lookups.  I do
not see why that would need to be special cased for ipv6 as
was done, but that will just have to be tested.

So IPV6 people -- please test this change!

 -Erik
</content>
</entry>
<entry>
<title>Patch from David Meggy to make the swap default to the new version if no</title>
<updated>2003-10-31T02:04:18+00:00</updated>
<author>
<name>Glenn L McGrath</name>
<email>bug1@ihug.co.nz</email>
</author>
<published>2003-10-31T02:04:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e64bf409dd07d818d16b48bcee4a285b1dc81f4f'/>
<id>urn:sha1:e64bf409dd07d818d16b48bcee4a285b1dc81f4f</id>
<content type='text'>
version is specified and the kernel is relatively new.
</content>
</entry>
<entry>
<title>Andreas Mohr writes:</title>
<updated>2003-10-22T09:58:56+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-10-22T09:58:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=88c916bdec7d444198f067529637b4a616ad3efe'/>
<id>urn:sha1:88c916bdec7d444198f067529637b4a616ad3efe</id>
<content type='text'>
the busybox menuconfig triggered my "inacceptable number of spelling mistakes"
upper level, so I decided to make a patch ;-)

I also improved some wording to describe some things in a better way.

Many thanks for an incredible piece of software!

Andreas Mohr, random OSS developer
</content>
</entry>
<entry>
<title>Patch from Steven Scholz, fix some warnings</title>
<updated>2003-10-09T11:38:45+00:00</updated>
<author>
<name>Glenn L McGrath</name>
<email>bug1@ihug.co.nz</email>
</author>
<published>2003-10-09T11:38:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a55d72bbb419215d76465d484bfeee84308af0bc'/>
<id>urn:sha1:a55d72bbb419215d76465d484bfeee84308af0bc</id>
<content type='text'>
</content>
</entry>
</feed>
