summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
AgeCommit message (Expand)Author
2002-11-21MID_MACHINE should not be 0 (MID_ZERO) but MID_POWERPC,Dale Rahn
2002-11-11Proper defines for powerpc kernel profiling.Dale Rahn
2002-11-06Eliminate the use of KERN_SUCCESS outside of uvm/Artur Grabowski
2002-10-24Add va_copy() as necessary for powerpc, same protections as was addedDale Rahn
2002-10-17sync with gcc version, fixes bug in sftp where it had a 64 bit parameterDale Rahn
2002-10-13Remove more '\n's from panic() statements. From Chris Kuethe.Kenneth R Westerback
2002-09-15backout prematureTheo de Raadt
2002-09-15KNFTheo de Raadt
2002-09-12Change the PMAP_{MAP,UNMAP}_POOLPAGE api to take a vm_page as argumentArtur Grabowski
2002-09-10Change the pmap_zero_page and pmap_copy_page API to take the struct vm_page *Artur Grabowski
2002-08-06No, powerpc is not Elf64, it is Elf32. stupid comment error.Dale Rahn
2002-07-30Add SIZE_MAX define. This is the same as SIZE_T_MAX but more portable.Todd C. Miller
2002-07-24- change pte_spill_X() to take an extra parameter to determine ifDale Rahn
2002-07-23Remove unused files now that powerpc archs use link_elf.hDale Rahn
2002-07-23Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and otherDale Rahn
2002-07-15Perform accounting for executable pages on powerpc, prepare forDale Rahn
2002-07-12Cleanup: use less _t typedefs, use the structure itself.Dale Rahn
2002-06-10argh, no last minute changes...Dale Rahn
2002-06-10pmap cleanup and KNF.Dale Rahn
2002-06-09KNFDale Rahn
2002-06-08One ddb to rule them all.Miod Vallat
2002-06-08Factorize common parts (cache-related stuff).Miod Vallat
2002-06-07More DDB fallout.Dale Rahn
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