<feed xmlns='http://www.w3.org/2005/Atom'>
<title>uClibc-alpine/libc/misc/statfs/Makefile, branch master</title>
<subtitle>Where we track our uclibc patches
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/'/>
<entry>
<title>Remove TOPDIR</title>
<updated>2005-11-21T16:15:55+00:00</updated>
<author>
<name>Peter S. Mazinger</name>
<email>ps.m@gmx.net</email>
</author>
<published>2005-11-21T16:15:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=ba31c6c463945c216d97ebe382654b8b9cd8061a'/>
<id>ba31c6c463945c216d97ebe382654b8b9cd8061a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace all Makefiles for new build infrastucture</title>
<updated>2005-10-29T10:16:07+00:00</updated>
<author>
<name>Peter S. Mazinger</name>
<email>ps.m@gmx.net</email>
</author>
<published>2005-10-29T10:16:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=e6aa37afc9c281a04f40250b8fcd35302064a087'/>
<id>e6aa37afc9c281a04f40250b8fcd35302064a087</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objects at once; use :=//$&lt;/$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much.</title>
<updated>2005-10-12T16:12:36+00:00</updated>
<author>
<name>Peter S. Mazinger</name>
<email>ps.m@gmx.net</email>
</author>
<published>2005-10-12T16:12:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=3a7ac9c7a7b4d6181d3cd70a9cb85d93a1938238'/>
<id>3a7ac9c7a7b4d6181d3cd70a9cb85d93a1938238</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge parallel build support</title>
<updated>2005-01-25T03:17:00+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2005-01-25T03:17:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=130697527bfd32f3a6a6e4dfcc1e80c0cdfa0b37'/>
<id>130697527bfd32f3a6a6e4dfcc1e80c0cdfa0b37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Peter Kjellerstedt writes:</title>
<updated>2003-10-18T10:20:59+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2003-10-18T10:20:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=dd3fb0f8c1c10fcee804f11a4eed84316c5f694b'/>
<id>dd3fb0f8c1c10fcee804f11a4eed84316c5f694b</id>
<content type='text'>
rm.patch:
* Define $(RM) as rm -f in Rules.mak and test/Rules.mak
  (this is the same definition as gmake uses by default).
* Change all occurrences of rm and rm -f into $(RM).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rm.patch:
* Define $(RM) as rm -f in Rules.mak and test/Rules.mak
  (this is the same definition as gmake uses by default).
* Change all occurrences of rm and rm -f into $(RM).
</pre>
</div>
</content>
</entry>
<entry>
<title>Ok, this commit is _huge_ and its gonna change the world.  I've</title>
<updated>2002-10-31T18:20:21+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2002-10-31T18:20:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=6737908f74ff566748864548cf35bb1da8e64af6'/>
<id>6737908f74ff566748864548cf35bb1da8e64af6</id>
<content type='text'>
been working on a new config system on and off for about 6 months
now, but I've never been fully satisfied.  Well, I'm finally am
happy with the new config system, so here it is.  This completely
removes the old uClibc configuration system, and replaces it with
an entirely new system based on LinuxKernelConf, from
    http://www.xs4all.nl/~zippel/lc/
As it turns out, Linus has just merged LinuxKernelConf into Linux
2.5.45, so it looks like I made the right choice.

I have thus far updated only x86.  I'll be updating the other
architectures shortly.
         -Erik
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
been working on a new config system on and off for about 6 months
now, but I've never been fully satisfied.  Well, I'm finally am
happy with the new config system, so here it is.  This completely
removes the old uClibc configuration system, and replaces it with
an entirely new system based on LinuxKernelConf, from
    http://www.xs4all.nl/~zippel/lc/
As it turns out, Linus has just merged LinuxKernelConf into Linux
2.5.45, so it looks like I made the right choice.

I have thus far updated only x86.  I'll be updating the other
architectures shortly.
         -Erik
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a thinko -- I used the wrong symbol to check for LFS support.</title>
<updated>2002-09-14T19:00:07+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2002-09-14T19:00:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=db7e48ff676fc49cba100f903537981e43b4a326'/>
<id>db7e48ff676fc49cba100f903537981e43b4a326</id>
<content type='text'>
 -Erik
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 -Erik
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed compile bugs having to do with 64-bit filesystem operations that</title>
<updated>2002-09-09T19:41:33+00:00</updated>
<author>
<name>"Steven J. Hill"</name>
<email>sjhill@realitydiluted.com</email>
</author>
<published>2002-09-09T19:41:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=ccc481bbb086c97073b76ae369a16f204c845972'/>
<id>ccc481bbb086c97073b76ae369a16f204c845972</id>
<content type='text'>
need to be disabled when 'DOLFS' is disabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
need to be disabled when 'DOLFS' is disabled.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support fstatvfs64 and statvfs64</title>
<updated>2002-09-03T22:01:05+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2002-09-03T22:01:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=fce085a455a9429386ac14a75be1d11d8bd842f8'/>
<id>fce085a455a9429386ac14a75be1d11d8bd842f8</id>
<content type='text'>
 -Erik
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 -Erik
</pre>
</div>
</content>
</entry>
<entry>
<title>Support statvfs and statfs.  Added getmntent_r (and made it use</title>
<updated>2002-01-06T08:51:00+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2002-01-06T08:51:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=e077f341ca5758360b4c050c493a1d81b06c72a0'/>
<id>e077f341ca5758360b4c050c493a1d81b06c72a0</id>
<content type='text'>
strtok_r instead of strtok), taught getmntent to use getmntent_r.
 -Erik
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
strtok_r instead of strtok), taught getmntent to use getmntent_r.
 -Erik
</pre>
</div>
</content>
</entry>
</feed>
