<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/util-linux/fdflush.c, branch cron_changes</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=cron_changes</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=cron_changes'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2006-03-14T02:40:51+00:00</updated>
<entry>
<title>Tito unified fdflush and freeramdisk.  I tweaked the result a bit.</title>
<updated>2006-03-14T02:40:51+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2006-03-14T02:40:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0b22c1c962ff57e68035413d7790dd2b137a2aeb'/>
<id>urn:sha1:0b22c1c962ff57e68035413d7790dd2b137a2aeb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Robert P. Day removed 8 gazillion occurrences of "extern" on function</title>
<updated>2006-03-06T20:47:33+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2006-03-06T20:47:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=dfba741457cc81eb2ed3a9d4c074fbad74aa3249'/>
<id>urn:sha1:dfba741457cc81eb2ed3a9d4c074fbad74aa3249</id>
<content type='text'>
definitions.  (That should only be on prototypes.)
</content>
</entry>
<entry>
<title>Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP to</title>
<updated>2005-09-08T03:11:58+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2005-09-08T03:11:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=658d2cf98616e377fdcf8cde380fec10d966a689'/>
<id>urn:sha1:658d2cf98616e377fdcf8cde380fec10d966a689</id>
<content type='text'>
ENABLE_FEATURE_CLEAN_UP.
</content>
</entry>
<entry>
<title>Major coreutils update.</title>
<updated>2003-03-19T09:13:01+00:00</updated>
<author>
<name>Manuel Novoa III</name>
<email>mjn3@codepoet.org</email>
</author>
<published>2003-03-19T09:13:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=cad5364599eb5062d59e0c397ed638ddd61a8d5d'/>
<id>urn:sha1:cad5364599eb5062d59e0c397ed638ddd61a8d5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>be more careful about cleaning up</title>
<updated>2003-03-07T18:09:06+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-03-07T18:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=77831c11d15861039eb8a30706d9b460363c5cc8'/>
<id>urn:sha1:77831c11d15861039eb8a30706d9b460363c5cc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Scrub things a bit, shave off a few bytes.</title>
<updated>2003-03-07T18:03:02+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-03-07T18:03:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3719e9e7908ae002ef579b2ce39273f9d7130d40'/>
<id>urn:sha1:3719e9e7908ae002ef579b2ce39273f9d7130d40</id>
<content type='text'>
 -Erik
</content>
</entry>
<entry>
<title>Update some missing copyright notices</title>
<updated>2002-04-13T08:31:59+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2002-04-13T08:31:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1d1d2f9b1879775a8e04bcd189b66a058405c9c1'/>
<id>urn:sha1:1d1d2f9b1879775a8e04bcd189b66a058405c9c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>It turns out that DODMALLOC was broken when I reorganized busybox.h</title>
<updated>2001-02-20T06:14:08+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-02-20T06:14:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=cbe31dace5fb24304694d399b9eb267fbe752516'/>
<id>urn:sha1:cbe31dace5fb24304694d399b9eb267fbe752516</id>
<content type='text'>
header file usage before the 0.49 release.  To fix it, I had to move
the '#include "busybox.h"' to the end of the list of #include files.
 -Erik
</content>
</entry>
<entry>
<title>This patch, put together by Manuel Novoa III, is a merge of work</title>
<updated>2001-02-14T21:23:06+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-02-14T21:23:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=67991cf824f8df27e74c92d754fb507681c69ce6'/>
<id>urn:sha1:67991cf824f8df27e74c92d754fb507681c69ce6</id>
<content type='text'>
done by Evin Robertson (bug#1105) and work from Manuel to make
usage messages occupy less space and simplify how usage messages
are displayed.
</content>
</entry>
<entry>
<title>Fix header file usage -- there were many unnecessary header files included in</title>
<updated>2001-01-27T08:24:39+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-01-27T08:24:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ed3ef50c233ffb1b50ea0e7382a8e60b86491009'/>
<id>urn:sha1:ed3ef50c233ffb1b50ea0e7382a8e60b86491009</id>
<content type='text'>
busybox.h which slowed compiles.  I left only what was needed and then fixed up
all the apps to include their own header files.  I also fixed naming for pwd.h
and grp.h functions.  Tested to compile and run with libc5, glibc, and uClibc.
 -Erik
</content>
</entry>
</feed>
