summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
AgeCommit message (Expand)Author
2002-06-07This doesn't happen, and Debugger should not be used here anyway...Dale Rahn
2002-06-07Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@Thomas Nordin
2002-06-06zapArtur Grabowski
2002-06-04spelling; raj@cerias.purdue.eduTheo de Raadt
2002-06-02withough -> withoutTheo de Raadt
2002-05-18Optimize pmap_remove(). It frequently is called with no mappings toDale Rahn
2002-05-18Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argumentArtur Grabowski
2002-05-16Add systrace support to all the remaining architectures.Miod Vallat
2002-05-15Remove the assembler kludges to allow altivec support without assembler helpDale Rahn
2002-05-14powerpc generates powerpc coredumps, not hppa coredumps.Dale Rahn
2002-05-13Add missing cnpollc() calls.Dale Rahn
2002-04-29Define placeholders for art's splassert() debugging stuff on all arches.Miod Vallat
2002-04-24Introduce a new file, machine/internal_types.h, to hold that specific archMarc Espie
2002-03-28do not use MID_ZERO! then file(1) does not workTheo de Raadt
2002-03-22Attribute table must be allocated 1-1 because it is accessed fromDale Rahn
2002-03-21Remove dead code, ifdef code which should be dead, KNF. Cleanup.Dale Rahn
2002-03-21Be more consistant about pted zeroing (the whole structure)Dale Rahn
2002-03-21Swap the defines to be the ones we want to use, compat ones are definedDale Rahn
2002-03-14Improved altivec support for powerpc/macppc.Dale Rahn
2002-03-14Do not include headers twice. Pointed out by Dries Schellekens.Dale Rahn
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-14Turn the ptrace(2) syscall into a kernel compile option, option PTRACE inMiod Vallat
2002-03-13Complete rewrite of the powerpc pmap handling, Instead of keepingDale Rahn
2002-03-08Move the message buffer out of low memory, Openfirmware clears the areaDale Rahn
2002-02-19get rid of old if 0'ed code. add support for __weak_alias and fixDale Rahn
2002-01-26splclock() should block SPL_BIO - SPL_IMP.Dale Rahn
2002-01-25Instead of finding pages matching this physical page, match this specificDale Rahn
2002-01-25How did this work? It used to attempt the tlb entry for a mapping it isDale Rahn
2002-01-23Pool deals fairly well with physical memory shortage, but it doesn't dealArtur Grabowski
2002-01-21ARGH, fix it right...Dale Rahn
2002-01-21Better barrier protection. pefo found an instance where the previousDale Rahn
2002-01-20fix quite appearent bug in cpu_swapin(), missing '&' can easily corruptDale Rahn
2002-01-13better accounting for 'soft' interrupts, before all exceptions wereDale Rahn
2002-01-13Regress this one additional change, with this change more systemsDale Rahn
2002-01-06That was no fix, that broke things. If the pte entry is currently foundDale Rahn
2002-01-06pte_spill() is executed on a special stack in real mode (vm not enabled).Dale Rahn
2001-12-17Move the process_read_reg prototype to the correct file, it is specifiedDale Rahn
2001-12-13Fix for pmap extract from art.Dale Rahn
2001-12-08Sprinkle pmap_update calls where relevant and some otherArtur Grabowski
2001-12-05make nkmempages dynamic based on memory. okay art@ from netbsd:Niels Provos
2001-12-05Update pmap_update macro for arches Art missed. Still just a noop.Todd C. Miller
2001-11-29Kernel mappings (pmap_kenter_pa) should not be entered into the pv list.Dale Rahn
2001-11-29Fix for thinko that was caught in code review, error was found 3x, howeverDale Rahn
2001-11-28zap some typedefs.Artur Grabowski
2001-11-28Make pmap_update functions into nops so that we can have a consistentArtur Grabowski
2001-11-28pmap_kenter_pgs is not used and not really useful. remove.Artur Grabowski
2001-11-28Sync in more uvm changes from NetBSD.Artur Grabowski
2001-11-19Remove pointless additional 'syncing' instructions in the powerpc spl*()Dale Rahn
2001-11-13Add AltiVec support to powerpc/macppc. This is not currently enabled becauseDale Rahn