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

15 years agoRevert change to xltcache and fix breakpoint precision correctly
nkeynes [Fri, 27 Mar 2009 06:13:34 +0000]  tree
Revert change to xltcache and fix breakpoint precision correctly
src/sh4/sh4trans.c
src/sh4/sh4x86.in
src/xlat/xltcache.c


15 years agoAdd configure checks for libnsl and libsocket where needed (ie Solaris)
nkeynes [Wed, 25 Mar 2009 12:00:29 +0000]  tree
Add configure checks for libnsl and libsocket where needed (ie Solaris)
configure
configure.in


15 years agoChange glXMakeContextCurrent call to glXMakeCurrent - works around crash bug
nkeynes [Wed, 25 Mar 2009 11:57:05 +0000]  tree
Change glXMakeContextCurrent call to glXMakeCurrent - works around crash bug
in mesa: http://www.mail-archive.com/mesa-commit@lists.freedesktop.org/msg04338.html
src/drivers/video_glx.c


15 years agoChange include to the correct sh4 header file after the gdbserver changes
nkeynes [Wed, 25 Mar 2009 11:40:10 +0000]  tree
Change include to the correct sh4 header file after the gdbserver changes
src/gtkui/gtk_debug.c


15 years agoBug #67: cdi bug x86_64
nkeynes [Tue, 24 Mar 2009 11:35:20 +0000]  tree
Bug #67: cdi bug x86_64
Fixed as suggested in bug - convert trail.header_offset to (signed) long before negating it.
src/gdrom/cdi.c


15 years agoAdd preliminary implementation of the GDB remote debugging server - attaches to
nkeynes [Tue, 24 Mar 2009 11:15:57 +0000]  tree
Add preliminary implementation of the GDB remote debugging server - attaches to
either or both the SH4 and ARM
src/Makefile.am
src/Makefile.in
src/aica/armcore.h
src/aica/armdasm.c
src/aica/armmem.c
src/cpu.h
src/drivers/net_glib.c
src/drivers/net_osx.m
src/gdbserver.c
src/gtkui/gtk_debug.c
...

15 years agoFix off-by-one when looking up a PC right on the border-line
nkeynes [Tue, 24 Mar 2009 11:04:51 +0000]  tree
Fix off-by-one when looking up a PC right on the border-line
src/xlat/xltcache.c


15 years agoFix stupid mistake in non-frame-exception path
nkeynes [Tue, 10 Mar 2009 04:56:43 +0000]  tree
Fix stupid mistake in non-frame-exception path
src/sh4/sh4x86.in


15 years agoCleanup ABI headers - most of the content made consistent between versions, and moved into sh4x86.in proper
nkeynes [Thu, 05 Mar 2009 21:42:35 +0000]  tree
Cleanup ABI headers - most of the content made consistent between versions, and moved into sh4x86.in proper
src/sh4/mmux86.c
src/sh4/sh4x86.in
src/xlat/x86/amd64abi.h
src/xlat/x86/ia32abi.h
src/xlat/x86/x86op.h


15 years agoFix missing prototype (warning)
nkeynes [Thu, 05 Mar 2009 21:37:44 +0000]  tree
Fix missing prototype (warning)
src/drivers/audio_sdl.c


.