<feed xmlns='http://www.w3.org/2005/Atom'>
<title>uClibc-alpine/libc/sysdeps/linux/common/bits, branch 0.9.32-alpine</title>
<subtitle>Where we track our uclibc patches
</subtitle>
<id>https://git-old.alpinelinux.org/uClibc-alpine/atom?h=0.9.32-alpine</id>
<link rel='self' href='https://git-old.alpinelinux.org/uClibc-alpine/atom?h=0.9.32-alpine'/>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/'/>
<updated>2011-12-23T14:49:01Z</updated>
<entry>
<title>ldso: support RTLD_NOLOAD</title>
<updated>2011-12-23T14:49:01Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2011-03-18T09:40:04Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=e6fa350aa23280795a912d0edd989d7c98c62710'/>
<id>urn:sha1:e6fa350aa23280795a912d0edd989d7c98c62710</id>
<content type='text'>
So application query if specified modile is loaded or not with
dlopen.

Signed-off-by: Timo Teräs &lt;timo.teras@iki.fi&gt;
Signed-off-by: Natanael Copa &lt;ncopa@alpinelinux.org&gt;
</content>
</entry>
<entry>
<title>add pipe2()</title>
<updated>2011-05-11T11:12:14Z</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2011-05-11T11:12:14Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=d3ddb92ea03c89fe7d56a0bcbfbe64743bc51210'/>
<id>urn:sha1:d3ddb92ea03c89fe7d56a0bcbfbe64743bc51210</id>
<content type='text'>
Signed-off-by: Bernhard Reutner-Fischer &lt;rep.dot.nop@gmail.com&gt;
</content>
</entry>
<entry>
<title>accept4: Implement cancellation</title>
<updated>2011-05-11T09:58:07Z</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2011-05-11T09:31:45Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=74a2c71153b910ee4773866ee30be84730a4d5b8'/>
<id>urn:sha1:74a2c71153b910ee4773866ee30be84730a4d5b8</id>
<content type='text'>
.. and add proper prototype, move it into it's own obj and other such
cleanups.

Signed-off-by: Bernhard Reutner-Fischer &lt;rep.dot.nop@gmail.com&gt;
</content>
</entry>
<entry>
<title>bits/statvfs.h: update, adding ST_RELATIME</title>
<updated>2011-03-09T12:10:41Z</updated>
<author>
<name>Peter S. Mazinger</name>
<email>ps.m@gmx.net</email>
</author>
<published>2011-03-09T12:10:41Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=92895c04f3033834ee512942014a9e643ba579a5'/>
<id>urn:sha1:92895c04f3033834ee512942014a9e643ba579a5</id>
<content type='text'>
Signed-off-by: Peter S. Mazinger &lt;ps.m@gmx.net&gt;
</content>
</entry>
<entry>
<title>types.h: remove __ipc_pid_t</title>
<updated>2011-03-09T08:54:15Z</updated>
<author>
<name>Peter S. Mazinger</name>
<email>ps.m@gmx.net</email>
</author>
<published>2011-03-09T08:54:15Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=117fbd4310fa600d0449d4268b4e6ee833471e1a'/>
<id>urn:sha1:117fbd4310fa600d0449d4268b4e6ee833471e1a</id>
<content type='text'>
Remove __ipc_pid_t, not needed internally,
we do not support pre glibc-2.2 version of shmid_ds structure.

Signed-off-by: Peter S. Mazinger &lt;ps.m@gmx.net&gt;
</content>
</entry>
<entry>
<title>add _dl_errno support to errno.h, cleanup</title>
<updated>2011-03-03T17:22:53Z</updated>
<author>
<name>Peter S. Mazinger</name>
<email>ps.m@gmx.net</email>
</author>
<published>2011-03-03T14:06:47Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=96c9a8f7d00cdf6bb7968a2390b9d87da8a45e2d'/>
<id>urn:sha1:96c9a8f7d00cdf6bb7968a2390b9d87da8a45e2d</id>
<content type='text'>
Add support to use errno.h in ldso.
Move __set_errno into _LIBC guard.
Remove uClibc_errno.h, unused.

Signed-off-by: Peter S. Mazinger &lt;ps.m@gmx.net&gt;
</content>
</entry>
<entry>
<title>simplify guard of uClibc internals</title>
<updated>2011-03-03T17:22:51Z</updated>
<author>
<name>Peter S. Mazinger</name>
<email>ps.m@gmx.net</email>
</author>
<published>2011-03-02T21:30:10Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=ca8f0d9cf39e60851e17f0c6dd5f3e4f51b64f5b'/>
<id>urn:sha1:ca8f0d9cf39e60851e17f0c6dd5f3e4f51b64f5b</id>
<content type='text'>
Simplify guard of uClibc internals, since _LIBC sections are removed on install.

Signed-off-by: Peter S. Mazinger &lt;ps.m@gmx.net&gt;
</content>
</entry>
<entry>
<title>remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_HEADERS</title>
<updated>2011-03-03T17:22:50Z</updated>
<author>
<name>Peter S. Mazinger</name>
<email>ps.m@gmx.net</email>
</author>
<published>2011-03-02T20:59:58Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=5e22e71adfef5ad46119cea98fccf4ae998ad0d8'/>
<id>urn:sha1:5e22e71adfef5ad46119cea98fccf4ae998ad0d8</id>
<content type='text'>
Remove ucontext.h if SUSV4_LEGACY is not set and fix it's references.
Guard sigstack structure with SUSV4_LEGACY and STRICT_HEADERS.
Disable sigstack function prototype, it is not provided by uClibc.

Signed-off-by: Peter S. Mazinger &lt;ps.m@gmx.net&gt;
</content>
</entry>
<entry>
<title>remove error handling from some syscalls</title>
<updated>2011-03-03T17:22:50Z</updated>
<author>
<name>Peter S. Mazinger</name>
<email>ps.m@gmx.net</email>
</author>
<published>2011-03-02T14:06:51Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=83c1854b97d79e2b67065b1a2651b0d11d8a8f6b'/>
<id>urn:sha1:83c1854b97d79e2b67065b1a2651b0d11d8a8f6b</id>
<content type='text'>
Remove error handling from getegid/getgid/geteuid/getuid/getppid/getpid/getpgrp
Use strong_alias if fallbacks are needed

Signed-off-by: Peter S. Mazinger &lt;ps.m@gmx.net&gt;
</content>
</entry>
<entry>
<title>use common sigthread.h</title>
<updated>2011-03-03T17:22:49Z</updated>
<author>
<name>Peter S. Mazinger</name>
<email>ps.m@gmx.net</email>
</author>
<published>2011-02-26T18:33:21Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=380b5c5b31bdbf5e171ce035009e5e53b0ea230d'/>
<id>urn:sha1:380b5c5b31bdbf5e171ce035009e5e53b0ea230d</id>
<content type='text'>
NPTL build did not use the correct bits/sigthread.h, use a common version
avoiding this.

Signed-off-by: Peter S. Mazinger &lt;ps.m@gmx.net&gt;
</content>
</entry>
</feed>
