<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/procps, 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-12T19:17:55+00:00</updated>
<entry>
<title>A couple things that got tangled up in my tree, easier to check in both than</title>
<updated>2006-07-12T19:17:55+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2006-07-12T19:17:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c9c1a41c581101f53cc36efae53cd8ebb568962f'/>
<id>urn:sha1:c9c1a41c581101f53cc36efae53cd8ebb568962f</id>
<content type='text'>
untangle them:

Rewrite u_signal_names() into get_signum() and get_signame(), plus trim the
signal list to that required by posix (they can specify the numbers for
the rest if they really need them).  (This is preparatory cleanup for adding
a timeout applet like Roberto Foglietta wants.)

Export the itoa (added due to Denis Vlasenko, although it's not quite his
preferred implementation) from xfuncs.c so it's actually used, and remove
several other redundant implementations of itoa and utoa() in the tree.

</content>
</entry>
<entry>
<title>Make another warning go away.</title>
<updated>2006-06-30T20:30:10+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2006-06-30T20:30:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a526c30cc5eba52163b18a256c2cc83d7b12ca53'/>
<id>urn:sha1:a526c30cc5eba52163b18a256c2cc83d7b12ca53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Top was catching sigterm (and fumbling sigint) so it could reset the terminal</title>
<updated>2006-06-28T14:11:25+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2006-06-28T14:11:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=db1ab1aeb3dd4401411d147e290261c8f1ad472f'/>
<id>urn:sha1:db1ab1aeb3dd4401411d147e290261c8f1ad472f</id>
<content type='text'>
type on the way out, but the signal handler didn't exit.  Plus it did
unnecessary things with sigaction.  This code is overgrown and needs a serious
weed-whacking...
</content>
</entry>
<entry>
<title>- move #include busybox.h to the very top so we pull in the config</title>
<updated>2006-06-02T20:56:16+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2006-06-02T20:56:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e15d7573a1263fb364d1678c3a46be47a8b5e5ea'/>
<id>urn:sha1:e15d7573a1263fb364d1678c3a46be47a8b5e5ea</id>
<content type='text'>
  and eventual platform specific includes in early.
</content>
</entry>
<entry>
<title>Consolidate #include &lt;sys/time.h&gt; so libbb.h does it.</title>
<updated>2006-05-27T21:42:58+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2006-05-27T21:42:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=299a6b4d7bf40c30e4a52ee8311c17ffd42b3035'/>
<id>urn:sha1:299a6b4d7bf40c30e4a52ee8311c17ffd42b3035</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change llist_add_* to take the address of the list rather than returning the new</title>
<updated>2006-05-26T23:44:51+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2006-05-26T23:44:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8bb50782a5f0dd955a6fe18d381eb9322d1447e7'/>
<id>urn:sha1:8bb50782a5f0dd955a6fe18d381eb9322d1447e7</id>
<content type='text'>
head, and change all the callers.
</content>
</entry>
<entry>
<title>- make it C89 compatible; Declarations in the middle of a function is of course</title>
<updated>2006-05-19T12:48:56+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2006-05-19T12:48:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e2922e42a00b3d247368a2c1f32740771aaae0cb'/>
<id>urn:sha1:e2922e42a00b3d247368a2c1f32740771aaae0cb</id>
<content type='text'>
  fine in C99, but it really serves no purpose other than breaking compilation
  on C89 compilers.
  Thanks to Rich Felker for pointing this out.
</content>
</entry>
<entry>
<title>pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list</title>
<updated>2006-05-13T02:33:09+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2006-05-13T02:33:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=39440e520c7445e9bafd310816cc152a3192721a'/>
<id>urn:sha1:39440e520c7445e9bafd310816cc152a3192721a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fiddling with llist to make memory management easier.  Specifically, the</title>
<updated>2006-05-08T19:03:07+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2006-05-08T19:03:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a6b5b60942b4e28965f10cb107d4f94aaf756bc1'/>
<id>urn:sha1:a6b5b60942b4e28965f10cb107d4f94aaf756bc1</id>
<content type='text'>
option to delete the contents of the list when we delete the list is a
good thing.
</content>
</entry>
<entry>
<title>Remove bb_strlen() in favor of -fno-builtin-strlen.  Saves as many bytes</title>
<updated>2006-05-07T20:20:34+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2006-05-07T20:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a3896511152cd5dcd64d2eb4aebcce65b29c6c0b'/>
<id>urn:sha1:a3896511152cd5dcd64d2eb4aebcce65b29c6c0b</id>
<content type='text'>
as the old optimization did (actually does slightly better under gcc 4.0), and
simplifies the code.
</content>
</entry>
</feed>
