summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Expand)Author
2014-03-02Bump MEMORY_DISK_ROOT_SIZEskrll
2014-02-24Rename NetBSD/hp700 to NetBSD/hppa.skrll
2014-02-19Provide a genassym.cf in libc for hppa and use it.skrll
2014-02-13Simplify cpu_spawn_return - setregs has done all the work already.skrll
2014-02-13Slight code re-arrangement. No functional change.skrll
2014-02-01Deal with unaligned DIR32 relocs as found in debug information.skrll
2014-01-31Consolidate the 128-bit long double defintions to <sys/ieee754.h>matt
2014-01-31Add inclusion protection.matt
2014-01-04Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the sizedsl
2014-01-01Change the type of the 'cookie' that holds the state of the core dump filedsl
2013-11-16Support PCREL32 (for EH sections)skrll
2013-11-15Simplifyskrll
2013-10-25Change a few __unused to __diagused/__debugusedmartin
2013-10-19#if 0 some unsed code which should probably be finished.skrll
2013-10-19Use __unused on a variable used in a KASSERTskrll
2013-09-12Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is smalljoerg
2013-08-06Whitespaceskrll
2013-08-06Implement DIR17R. All the module tests pass now.skrll
2013-08-06Split the reloc evaluation from the value encoding part. Several relocsskrll
2013-08-06Re-order relocation in switch statement. No functional change.skrll
2013-07-13Use sy_invokeskrll
2013-07-13Put some common entry stuff into _ENTRY and use it.skrll
2013-04-11add missing SSIZE_MINchristos
2013-01-07switch to __USE_TOPDOWN_VM.chs
2012-05-21Calling _lwp_create() with a bogus ucontext could trigger a kernelmartin
2012-05-21Provide hppa_{enable,disable}_irqskrll
2012-04-23Pass the trap address in ksi_addr without privilege bits.skrll
2012-04-06Update comments to reflect that we always have a hardware FPU.skrll
2012-04-06Remove unnecessary cache flushes.skrll
2012-04-06unifdef FPEMUL. All our supported systems have an FPU.skrll
2012-04-05Split out cpu_softc into cpuvar.hskrll
2012-04-05Hook in ipifuncs.cskrll
2012-04-05Whitespace in previousskrll
2012-04-05Use CR_ control regsiter definition for consistency.skrll
2012-04-05bah, remove a load of old (debug) code.skrll
2012-04-05Commit work in progress ipi functions.skrll
2012-04-03Use GET_CURLWPskrll
2012-04-03Comments.skrll
2012-04-03Re-arrange to deal with LOCKDEBUG/MULTIPROCESSOR properly.skrll
2012-04-03Kill cpu_gethpa by using the HPA stored in the cpu_info structure.skrll
2012-04-03Remove unnecessary #includes.skrll
2012-04-02Fix crash(8) build on hppa.skrll
2012-03-29Remove unnecessary #includeskrll
2012-03-29Use PSW_BITS to decode the bits of the PSW in db_dump_trapskrll
2012-03-28- Normalize inclusion protection (remove)christos
2012-03-07Remove WIP code.skrll
2012-03-07Deal with setting of space registers and protection ids for posix_spawn.skrll
2012-02-28Fix PMAPDEBUG buildskrll
2012-02-26Enhance a comment.skrll
2012-02-19Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!rmind