aboutsummaryrefslogtreecommitdiff
path: root/lib/libkse/arch/powerpc
Commit message (Collapse)AuthorAgeFilesLines
* Remove the libkse directory. It was unhooked from the build and kernelBrooks Davis2014-04-168-856/+0
| | | | | | | | | | support removed in 2008 (prior to 8.0). Approved by: deischen, imp MFC after: 3 days Notes: svn path=/head/; revision=264543
* Merge from tbemd:Warner Losh2010-06-131-2/+0
| | | | | | | | Convert from using MACHINE_ARCH to MACHINE_CPUARCH. Hoist path statement up into the top Makefile rather than repeating it on every arch Makefile. Notes: svn path=/head/; revision=209118
* For un-prototyped static inline functions declared in pthread_md.h onRobert Watson2007-12-011-2/+2
| | | | | | | | | 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. Notes: svn path=/head/; revision=174127
* WARNS=3'ify.Daniel Eischen2007-11-302-4/+4
| | | | Notes: svn path=/head/; revision=174112
* The ucontext is 16-byte aligned, which means that struct tcb isMarcel Moolenaar2006-09-011-0/+1
| | | | | | | | | | 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. Notes: svn path=/head/; revision=161830
* Stylize. Introduce ppc_{get|set}_tp() and ppc_{get|set}_tcb() toMarcel Moolenaar2006-09-012-29/+59
| | | | | | | abstract the magic that happens when deriving one or the other. Notes: svn path=/head/; revision=161828
* Implement TLS.Marcel Moolenaar2006-09-012-26/+32
| | | | Notes: svn path=/head/; revision=161802
* Bring PPC up to date with latest TLS changes.Peter Grehan2004-08-162-3/+3
| | | | Notes: svn path=/head/; revision=133806
* 1. Add macro DTV_OFFSET to calculate dtv offset in tcb.David Xu2004-08-161-0/+1
| | | | | | | 2. Export symbols needed by debugger. Notes: svn path=/head/; revision=133801
* PPC MD bits for KSE. Runs test cases OK. Crippled to 1:1 mode forPeter Grehan2004-07-198-0/+820
the time being. Notes: svn path=/head/; revision=132400