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