summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
AgeCommit message (Expand)Author
2004-01-08implement bus_space_set_region_[124], bus_space_copy_region_[124].nonaka
2004-01-06Change CPPFLAGS to -D${MACHINE}=${MACHINE} instead of just -D${MACHINE}briggs
2004-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
2004-01-03fix an obvious typo which prevented the machdep.cacheinfo table from beingaymeric
2003-12-30Replace the traditional buffer memory management -- based on fixed per bufferpk
2003-12-30Fix PowerPC ports build with KGDB.manu
2003-12-27Add some casts to printf() args to make it compile w/ DEBUG set.mjl
2003-12-18Use uvm_km_zalloc(...) instead of uvm_km_alloc1(...,1).pk
2003-12-17Nuke register prefix for local variables, clean up indentation a little.simonb
2003-12-16Enable SA_SIGINFO for COMPAT_DARWINmanu
2003-12-16GPR5 does not hold code, it holds the signal number (this is the firstmanu
2003-12-11Fix a typo in bswr2rb() which resulted in an 8-bit load instead 16-bit.scw
2003-12-11Copy ksi->ksi_info, not all of ksi, to user stack.matt
2003-12-09Make some comments line up.simonb
2003-12-05Make it compile without PPC_OEA.hannken
2003-12-04Dynamic sysctl.atatat
2003-12-03Move machine dependent definitions to machine dependent headers.manu
2003-11-30Remove unused ddbsave define.simonb
2003-11-29Implement vm_read, vm_write, and a framework for vm_machine_attribute.manu
2003-11-26Fix some white space nits.simonb
2003-11-26Remove the prototype for the non-existent intr_md_register() function.simonb
2003-11-26Need offset of ci_curpm in struct cpu_info on 4xx as well.simonb
2003-11-21More PPC64 changes. (latent for now).matt
2003-11-21Restore ci_curpm since it re-enables 603 to working state.matt
2003-11-21Add PowerPC64 definitionsmatt
2003-11-19Include arch/powerpc/ibm4xx/intr.c only if a particular board actuallyscw
2003-11-11Added mach_thread_set_statemanu
2003-11-11Implement mach_thread_get_state.manu
2003-11-06Replace an overlooked instance of p->p_nras with LIST_EMPTY(&p->p_raslist).he
2003-11-04Remove p_nras from struct proc - use LIST_EMPTY(&p->p_raslist) instead.dsl
2003-10-31Reduce code duplication by adding mi_userret() in sys/userret.hcl
2003-10-31Don't pass the (unused) return value args to thesimonb
2003-10-28make this compile again.chs
2003-10-27pmap_print_mmuregs(): move initialization of addr before its first use;kleink
2003-10-27Stop false uninitialized variable warning.dyoung
2003-10-27Stop false uninitialized variable warning.dyoung
2003-10-27Remove (the now non-compiling) support for 128bit FP emulation, whichsimonb
2003-10-27Fix a bogus uninitialised warning.simonb
2003-10-27Keep bogus gcc -Wuninitialised warnings happy.simonb
2003-10-26Use <sys/ieee754.h> where applicable.kleink
2003-10-25clear pcb_onfault before calling uvm_fault() and restore it afterward.chs
2003-10-24Fix some indentation problems. Turn off PSL_EE when calling OFW.matt
2003-10-22s/SSR/SRRmatt
2003-10-22Rework ddblow so that if PSL_PR == 1, it dispatches directly to thematt
2003-10-20Remove some numeric asm labels that aren't used.simonb
2003-10-20Need Data Relocate in the MSR for the dcbf in pmap_procwr().simonb
2003-10-20Reorganize the way powerpc port install machine specific headers.matt
2003-10-19Add powerpc-specific isa and isadma machdep code. (Merge common code frommatt
2003-10-17Remove worthless load.matt
2003-10-17Don't zero curlwp/curpcb in cpu_switchto.matt