Search
lxdream.org :: lxdream :: changelog
lxdream 0.9.1
released Jun 29
Download Now

15 years agoFix missing prototype for mmu_vma_to_phys_disasm
nkeynes [Thu, 15 Jan 2009 03:54:21 +0000]  tree
Fix missing prototype for mmu_vma_to_phys_disasm
Fix missing return value in mmu_ext_page_remapped
src/sh4/mmu.c
src/sh4/mmu.h
src/sh4/sh4dasm.in
src/test/testsh4x86.c


15 years agoFix missing #include of xltcache.h (required for xlat_invalidate_* prototypes)
nkeynes [Thu, 15 Jan 2009 01:24:25 +0000]  tree
Fix missing #include of xltcache.h (required for xlat_invalidate_* prototypes)
src/sdram.c


15 years agoFix off-by-one buffer overflow
nkeynes [Thu, 15 Jan 2009 00:53:39 +0000]  tree
Fix off-by-one buffer overflow
Fix '\%' to '%'
src/tools/actparse.c


15 years agoExecute the mem_unprotect call only on 64-bit platforms (where it may be needed), since
nkeynes [Wed, 14 Jan 2009 23:27:57 +0000]  tree
Execute the mem_unprotect call only on 64-bit platforms (where it may be needed), since
it seems to break on OS X 10.4 32-bit, at least
src/sh4/mmu.c


15 years agoDon't keep looking for the memory region after it's already been found in mem_load()
nkeynes [Wed, 14 Jan 2009 00:19:04 +0000]  tree
Don't keep looking for the memory region after it's already been found in mem_load()
src/mem.c


15 years agoAdd the current bus_cycle timing (not used yet, but may as well add it while
nkeynes [Wed, 14 Jan 2009 00:17:35 +0000]  tree
Add the current bus_cycle timing (not used yet, but may as well add it while
we're breaking the save state anyway)
src/sh4/sh4.h


15 years agoAdd missed commit of ia64abi.h from previous change.
nkeynes [Wed, 14 Jan 2009 00:16:44 +0000]  tree
Add missed commit of ia64abi.h from previous change.
src/sh4/ia64abi.h


15 years agoExit immediately on an unconditional exception - makes those blocks a little simpler and shorter
nkeynes [Wed, 14 Jan 2009 00:09:44 +0000]  tree
Exit immediately on an unconditional exception - makes those blocks a little simpler and shorter
src/sh4/ia32abi.h
src/sh4/sh4x86.in


15 years agoReplace mmu_fix_urc with mmu_read_urc (slightly cleaner)
nkeynes [Tue, 13 Jan 2009 23:58:36 +0000]  tree
Replace mmu_fix_urc with mmu_read_urc (slightly cleaner)
src/sh4/mmu.c


15 years agoFix icache entry not matching following an xlat block mode mismatch (can happen legitimately)
nkeynes [Tue, 13 Jan 2009 23:55:30 +0000]  tree
Fix icache entry not matching following an xlat block mode mismatch (can happen legitimately)
src/sh4/sh4trans.c


.