<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libkse/arch/powerpc/include, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2014-04-16T17:12:59Z</updated>
<entry>
<title>Remove the libkse directory.  It was unhooked from the build and kernel</title>
<updated>2014-04-16T17:12:59Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2014-04-16T17:12:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ebf99c0225976667e6671558d5b36126b5fcdb24'/>
<id>urn:sha1:ebf99c0225976667e6671558d5b36126b5fcdb24</id>
<content type='text'>
support removed in 2008 (prior to 8.0).

Approved by:	deischen, imp
MFC after:	3 days
</content>
</entry>
<entry>
<title>For un-prototyped static inline functions declared in pthread_md.h on</title>
<updated>2007-12-01T14:23:29Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2007-12-01T14:23:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=22d661040ee9aa83a2f4a2953678e9c8d7f47acd'/>
<id>urn:sha1:22d661040ee9aa83a2f4a2953678e9c8d7f47acd</id>
<content type='text'>
ia64, powerpc, and sparc64, use ANSI function headers and specifically
indicate the lack of arguments with 'void'.  Otherwise, warnings are
generated at WARNS=3, leading to a compile failure with -Werror.
</content>
</entry>
<entry>
<title>WARNS=3'ify.</title>
<updated>2007-11-30T17:20:29Z</updated>
<author>
<name>Daniel Eischen</name>
<email>deischen@FreeBSD.org</email>
</author>
<published>2007-11-30T17:20:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=eb63e604ea287ed64a1f0d5ad0dc137af8ffa31f'/>
<id>urn:sha1:eb63e604ea287ed64a1f0d5ad0dc137af8ffa31f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The ucontext is 16-byte aligned, which means that struct tcb is</title>
<updated>2006-09-01T19:13:36Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2006-09-01T19:13:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4c91d168a764f27330d2a7aec87fe47366403c54'/>
<id>urn:sha1:4c91d168a764f27330d2a7aec87fe47366403c54</id>
<content type='text'>
16-byte aligned. Consequently, struct tcb is a multiple of 16
bytes in size. We need to make sure there's no padding after
struct ppc32_tp. We do this by explicitly adding the necessary
padding in front of it.
</content>
</entry>
<entry>
<title>Stylize. Introduce ppc_{get|set}_tp() and ppc_{get|set}_tcb() to</title>
<updated>2006-09-01T17:52:13Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2006-09-01T17:52:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5df93cb78734261e08cf3c1f7a3a615cd6e02449'/>
<id>urn:sha1:5df93cb78734261e08cf3c1f7a3a615cd6e02449</id>
<content type='text'>
abstract the magic that happens when deriving one or the other.
</content>
</entry>
<entry>
<title>Implement TLS.</title>
<updated>2006-09-01T06:17:16Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2006-09-01T06:17:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=20b18e870b96ff1086ac62a9809611d45f3ac039'/>
<id>urn:sha1:20b18e870b96ff1086ac62a9809611d45f3ac039</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bring PPC up to date with latest TLS changes.</title>
<updated>2004-08-16T05:41:39Z</updated>
<author>
<name>Peter Grehan</name>
<email>grehan@FreeBSD.org</email>
</author>
<published>2004-08-16T05:41:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=391d4a3856dfec211bcef7b69c95deb450ee596b'/>
<id>urn:sha1:391d4a3856dfec211bcef7b69c95deb450ee596b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>1. Add macro DTV_OFFSET to calculate dtv offset in tcb.</title>
<updated>2004-08-16T03:27:29Z</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2004-08-16T03:27:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a002d437eaf0d15470bc75c142a22ff3d643b030'/>
<id>urn:sha1:a002d437eaf0d15470bc75c142a22ff3d643b030</id>
<content type='text'>
2. Export symbols needed by debugger.
</content>
</entry>
<entry>
<title>PPC MD bits for KSE. Runs test cases OK. Crippled to 1:1 mode for</title>
<updated>2004-07-19T12:19:04Z</updated>
<author>
<name>Peter Grehan</name>
<email>grehan@FreeBSD.org</email>
</author>
<published>2004-07-19T12:19:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0f47890401d6d972cd44a523df1d815b93e5bd8b'/>
<id>urn:sha1:0f47890401d6d972cd44a523df1d815b93e5bd8b</id>
<content type='text'>
the time being.
</content>
</entry>
</feed>
