<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/util-linux, branch 1_2_0</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_2_0</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_2_0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2006-07-16T08:17:03+00:00</updated>
<entry>
<title>New mkswap.  Small and simple.  Might even work. :)</title>
<updated>2006-07-16T08:17:03+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2006-07-16T08:17:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d893b120bae5a9bdef4cfda2df5e62867d6b1cd0'/>
<id>urn:sha1:d893b120bae5a9bdef4cfda2df5e62867d6b1cd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix three embarassing thinkos in the new dmesg.c:</title>
<updated>2006-07-06T16:41:56+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2006-07-06T16:41:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=aa516a61b994526e1b09fbe863ea34e553e76017'/>
<id>urn:sha1:aa516a61b994526e1b09fbe863ea34e553e76017</id>
<content type='text'>
1) the c argument shouldn't have had a : after that, dunno how that got there.
2) the xgetlarg for level was using size
3) because xgetlarg's error message _SUCKS_ (it does a show_usage() rather than giving any specific info about the range that was violated) I dropped the range down to 2 bytes.  (Which works fine, I dunno why we were nit-picking about that...)
</content>
</entry>
<entry>
<title>Standardize on the vi editing directives being on the first line.</title>
<updated>2006-07-02T19:47:05+00:00</updated>
<author>
<name>"Robert P. J. Day"</name>
<email>rpjday@mindspring.com</email>
</author>
<published>2006-07-02T19:47:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=63fc1a9e08fabfc8ba96bad80731673ef40bf5cb'/>
<id>urn:sha1:63fc1a9e08fabfc8ba96bad80731673ef40bf5cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove "#if 0" content.</title>
<updated>2006-07-01T14:34:33+00:00</updated>
<author>
<name>"Robert P. J. Day"</name>
<email>rpjday@mindspring.com</email>
</author>
<published>2006-07-01T14:34:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=53f21e34a7765c74afab1a8867f4965fb981edb7'/>
<id>urn:sha1:53f21e34a7765c74afab1a8867f4965fb981edb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove all usage of the "register" storage class specifier.</title>
<updated>2006-07-01T13:08:46+00:00</updated>
<author>
<name>"Robert P. J. Day"</name>
<email>rpjday@mindspring.com</email>
</author>
<published>2006-07-01T13:08:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=68229837ff1e690190d51b74b281cfe999220e6d'/>
<id>urn:sha1:68229837ff1e690190d51b74b281cfe999220e6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix from Kolbjørn Barmen for building for m68k targets</title>
<updated>2006-06-30T02:53:56+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2006-06-30T02:53:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c340ea191ab39edbff08f0a39a7b9ee47f3be21b'/>
<id>urn:sha1:c340ea191ab39edbff08f0a39a7b9ee47f3be21b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade mdev to allow commands to be run on create/delete.</title>
<updated>2006-06-26T14:11:33+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2006-06-26T14:11:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ef10d52745a72f524e36edc375a6a05d3365ede4'/>
<id>urn:sha1:ef10d52745a72f524e36edc375a6a05d3365ede4</id>
<content type='text'>
Both Jason Schoon and Giuseppe Ciotta deserve credit for this, I used elements
of both.  It's been upgraded so that you can specify that a given command
should run at create, at delete, or at both using different special characters
(@, $, and * respectively).  It uses the system() method of running command
lines which means you can use environment variables on the command line (it
sets $MDEV to the name of the current device being created/deleted, which is
useful if you matched it via regex), and the documentation warns that you need
a /bin/sh to make that work, so you probably want to pick a default shell.
</content>
</entry>
<entry>
<title>Various cleanups I made while going through Erik Hovland's patch submissions,</title>
<updated>2006-06-25T22:39:24+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2006-06-25T22:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=11c7a7bed60a55a670363bec3c07e8d88aa372b7'/>
<id>urn:sha1:11c7a7bed60a55a670363bec3c07e8d88aa372b7</id>
<content type='text'>
some of which are even from him. :)
</content>
</entry>
<entry>
<title>Patch from Paul Fox to improve mount's error handling behavior, which I beat</title>
<updated>2006-06-21T03:53:33+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2006-06-21T03:53:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0cc2c2c2894a840b0bca24da42f4154f33b5af0a'/>
<id>urn:sha1:0cc2c2c2894a840b0bca24da42f4154f33b5af0a</id>
<content type='text'>
on a bit.
</content>
</entry>
<entry>
<title>Andre (armcc2200@yahoo) patched a bug where successful mounts could sometimes</title>
<updated>2006-06-21T02:39:57+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2006-06-21T02:39:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=dbfb5a3cb7fd8b7e0abed669efe65d689bccbd38'/>
<id>urn:sha1:dbfb5a3cb7fd8b7e0abed669efe65d689bccbd38</id>
<content type='text'>
produce an error, due to a missing rc assignment.
</content>
</entry>
</feed>
