<feed xmlns='http://www.w3.org/2005/Atom'>
<title>uClibc-alpine/libc/stdlib/malloc-simple, branch 0_9_30_rc3</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>- pull in prototype for memalign()</title>
<updated>2008-10-27T17:04:51+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2008-10-27T17:04:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=83c034194f4fbf7d77b53a202495dba383326823'/>
<id>83c034194f4fbf7d77b53a202495dba383326823</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug 4994 hangs on read(). I have tested the patch extensibly on ARM/LT.old.</title>
<updated>2008-10-11T08:52:58+00:00</updated>
<author>
<name>Khem Raj</name>
<email>kraj@mvista.com</email>
</author>
<published>2008-10-11T08:52:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=6494060312de389feb65ad32bb411fcc64e821b7'/>
<id>6494060312de389feb65ad32bb411fcc64e821b7</id>
<content type='text'>
Thank you Chase Douglas for reporting it and for the patch.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thank you Chase Douglas for reporting it and for the patch.

</pre>
</div>
</content>
</entry>
<entry>
<title>- trim any trailing whitespace</title>
<updated>2008-07-23T11:23:36+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2008-07-23T11:23:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=1f020b178664857b0e107778d04fb971a58e6230'/>
<id>1f020b178664857b0e107778d04fb971a58e6230</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add missing includes of unistd.h for smallint usage</title>
<updated>2008-06-01T20:44:48+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-06-01T20:44:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=87726c7887c8a02e8e3061cfcc4bc8b595913328'/>
<id>87726c7887c8a02e8e3061cfcc4bc8b595913328</id>
<content type='text'>
remove a few duplicate includes of unistd.h

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove a few duplicate includes of unistd.h

</pre>
</div>
</content>
</entry>
<entry>
<title>Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block</title>
<updated>2008-05-19T22:57:34+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-05-19T22:57:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=125773133f0fe2425ab3d8305ed880e9010f6803'/>
<id>125773133f0fe2425ab3d8305ed880e9010f6803</id>
<content type='text'>
in string.h and strings.h. This caught unguarded string ops in
libc/inet/ethers.c __ether_line_w() function.

I will wait for fallout reports for a week or so,
then continue converting more libc_hidden_proto's.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in string.h and strings.h. This caught unguarded string ops in
libc/inet/ethers.c __ether_line_w() function.

I will wait for fallout reports for a week or so,
then continue converting more libc_hidden_proto's.

</pre>
</div>
</content>
</entry>
<entry>
<title>POSIX says you can use realloc() to shrink buffers ... make sure we dont trigger a buffer overflow in that case</title>
<updated>2007-04-11T22:52:20+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2007-04-11T22:52:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=58f5f42180d51e34050f09be39f3a1be1579e5bb'/>
<id>58f5f42180d51e34050f09be39f3a1be1579e5bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>POSIX requires that errno be set whenever 0 is returned by malloc()</title>
<updated>2007-04-02T12:06:00+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2007-04-02T12:06:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=c9210d381426332b9af4e7b01086dcea1fd49d05'/>
<id>c9210d381426332b9af4e7b01086dcea1fd49d05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Major cleanup of internal mutex locking.  Be more consistant in how we do</title>
<updated>2006-12-07T23:24:02+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2006-12-07T23:24:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=1478c2de052374c6356db5513749a144c13791b1'/>
<id>1478c2de052374c6356db5513749a144c13791b1</id>
<content type='text'>
things, and avoid potential deadlocks caused when a thread holding a uClibc
internal lock get canceled and terminates without releasing the lock.  This
change also provides a single place, bits/uClibc_mutex.h, for thread libraries
to modify to change all instances of internal locking.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
things, and avoid potential deadlocks caused when a thread holding a uClibc
internal lock get canceled and terminates without releasing the lock.  This
change also provides a single place, bits/uClibc_mutex.h, for thread libraries
to modify to change all instances of internal locking.
</pre>
</div>
</content>
</entry>
<entry>
<title>tweak the idea between having a MMU and actually using it</title>
<updated>2006-02-18T07:03:24+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2006-02-18T07:03:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=010301e968b4aa9a37dfd437f89c054016b2de0f'/>
<id>010301e968b4aa9a37dfd437f89c054016b2de0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a/libc.so, the diffs go into libc-static-y/libc-shared-y exclusively, add IMA to libc, don't use any MSRC anymore</title>
<updated>2006-02-13T09:57:02+00:00</updated>
<author>
<name>Peter S. Mazinger</name>
<email>ps.m@gmx.net</email>
</author>
<published>2006-02-13T09:57:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=4390d8e705e11eec6c2eed552ceea25277fdbde3'/>
<id>4390d8e705e11eec6c2eed552ceea25277fdbde3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
