summaryrefslogtreecommitdiff
path: root/sys/arch/hppa64
AgeCommit message (Expand)Author
2011-11-08Garbage collect now unused MKDEP definitions. ok deraadt@Matthieu Herrb
2011-10-27Specify the TLS variant for each platform.Philip Guenthe
2011-10-12Remove all MD diagnostics in cpu_switchto(), and move them to MI code ifMiod Vallat
2011-10-10Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *).Miod Vallat
2011-10-06ccd goes to the atticTheo de Raadt
2011-09-22Ansify functions definitions.Joel Sing
2011-09-22Declare waittime variable to unbreak build.Joel Sing
2011-09-22Start removing some tiny irrelevant differences between hppa64 and hppaTheo de Raadt
2011-09-22Catchup to hppa disksubr: determining label offset the new wayTheo de Raadt
2011-09-22Do not trash the mask value when setting and clearing the system mask.Joel Sing
2011-09-22Disable option DEBUG for hppa64 - it is now too noisy to be useful.Joel Sing
2011-09-20calee -> calleeMiod Vallat
2011-09-20When restarting a system call we need to go back four instructions, notJoel Sing
2011-09-20Use correct index for second iioq/iisq fix up.Joel Sing
2011-09-19Remove some unnecessary debug code.Joel Sing
2011-09-19Disable TRAPDEBUG.Mark Kettenis
2011-09-19%b format strings take the value before the bitname string, not the otherMiod Vallat
2011-09-19Handle an instruction memory protection trap from userland as an ordinaryMark Kettenis
2011-09-19Remove (annoying) debug printf.Mark Kettenis
2011-09-18Some fixes for the signal handling code.Mark Kettenis
2011-09-18A few more fixes to the trap save/restore code.Mark Kettenis
2011-09-18Disable space-ID hashing like we do on hppa.Mark Kettenis
2011-09-18Use an uvm object to keep track of the page table pages, just like we do onMark Kettenis
2011-09-18Take into account the PIE bits when masking PDEs.Mark Kettenis
2011-09-18Add missing cache and TLB purges.Mark Kettenis
2011-09-08Provide namespace-safe alignment macros in <machine/_types.h>, withPhilip Guenthe
2011-09-08Make the INT_FAST*_{MIN,MAX} macros match the types they're defined to.Philip Guenthe
2011-08-29Only provide FLT_EVAL_METHOD for C99. Add missing DECIMAL_DIG for C99.Mark Kettenis
2011-08-19Bring libc and libm in line with the compiler now that we no longer have aMark Kettenis
2011-08-17Set the PSL_O bit, like we do for 64-bit capable CPUs on hppa.Mark Kettenis
2011-08-17Don't set the PSL_S bit. We generally don't tend to hide CPU counter timersMark Kettenis
2011-08-16Use pitlbe and pdtlbe instructions when flushing the entire TLB.Mark Kettenis
2011-08-16The gp value is stored in a different register on hppa64.Mark Kettenis
2011-08-16Old proc is stored in %arg0, not in %arg2.Mark Kettenis
2011-08-16Compile in serial console settings support if any com(4) device is includedMark Kettenis
2011-08-16Don't export 'struct pmap' to userland.Mark Kettenis
2011-08-07A few more fixes to the lazy FPU context switching code.Mark Kettenis
2011-08-07Avoid clobbering system call arguments upon system call entry.Mark Kettenis
2011-08-07Enable ssio(4) and com(4).Mark Kettenis
2011-08-07Bring over ssio(4) from hppa for proper serial console support.Mark Kettenis
2011-08-07Recognize 64-bit store instructions.Mark Kettenis
2011-08-07Make sure interrupts are properly masked at the level they're established at.Mark Kettenis
2011-08-04Make this compile with gcc4. Same fix as for hppa.Mark Kettenis
2011-08-01Synch with hppa. Seems to fix at least one of the remaining pmap bugs.Mark Kettenis
2011-07-10If there is recognized MD disk partitioning info, use it to determineKenneth R Westerback
2011-07-09syscall() can be a lot simpler on hpaa64.Mark Kettenis
2011-07-08Don't accidentally mask off the T_USER bit before calling trap().Mark Kettenis
2011-07-08When reading dos labels use DOS_LABELSECTOR and don't use LABELOFFSET. For al...Kenneth R Westerback
2011-07-07Add missing bits to the syscall entry path. Not perfect yet, but it worksMark Kettenis
2011-07-07Take more care to write 'dos' labels in the same place readdoslabel()Kenneth R Westerback