Search
lxdream.org :: lxdream :: shortlog
lxdream 0.9.1
released Jun 29
Download Now
1013:76196dbc804a15 yearsnkeynesUpdate test for changes xlat-refactor
1012:0b8cc74ac83a15 yearsnkeynesRemove branch instructions and replace with direct modification of PC + EXIT xlat-refactor
1011:fdd58619b76015 yearsnkeynesRestructure operand types - xlat-refactor
1010:a506a2f6618015 yearsnkeynesFix analogue joystick input
1009:c29795e15cef15 yearsnkeynesUse the configure result for glsl ARB functions rather than the
1008:4c8211637afc15 yearsnkeynesUpdate sh4_translate_end_block_size() to have the correct backpatch sizes
1007:dbc83607f07d15 yearsnkeynesUpdated brazilian portugese translation thanks to Arthonis!
1006:3a169c224c1215 yearsnkeynesCommit current work-in-progress to xlat-refactor branch xlat-refactor
1005:7c6ff471751c15 yearsnkeynesCreate an xlat-refactor branch xlat-refactor
1004:eae00185813415 yearsnkeynesRemove last lingering bits of SH4-specific code from the ABI headers
1003:7b2688cbbca315 yearsnkeynesRevert change to xltcache and fix breakpoint precision correctly
1002:8ad76ddbdc5815 yearsnkeynesAdd configure checks for libnsl and libsocket where needed (ie Solaris)
1001:cbb01e3114ea15 yearsnkeynesChange glXMakeContextCurrent call to glXMakeCurrent - works around crash bug
1000:6e4cabe2b32b15 yearsnkeynesChange include to the correct sh4 header file after the gdbserver changes
999:3d19e3597d9b15 yearsnkeynesBug #67: cdi bug x86_64
998:1754a8c6a9cf15 yearsnkeynesAdd preliminary implementation of the GDB remote debugging server - attaches to
997:3f7b28afc4f915 yearsnkeynesFix off-by-one when looking up a PC right on the border-line
996:2e8cf0a8724315 yearsnkeynesFix stupid mistake in non-frame-exception path
995:eb9d43e8aa0815 yearsnkeynesCleanup ABI headers - most of the content made consistent between versions, and moved into sh4x86.in proper
994:a92d433f1be815 yearsnkeynesFix missing prototype (warning)
993:f59ebcf41f5d15 yearsnkeynesUpdate ABI header paths for automake's consumption
992:7c15f8a7199515 yearsnkeynesMove ABI headers to xlat/x86 as well (and finally rename erroneously named ia64abi to amd64abi)
991:60c7fab9c88015 yearsnkeynesMove xltcache to xlat/ src directory
990:ae329de3c8ab15 yearsnkeynesPrint address correctly with %p
989:7baf5ecd8e9815 yearsnkeynesAdd SDL audio driver, thanks to Wahrhaft!
988:23c648e10db315 yearsnkeynesArgh. Apparently we still do really need _BSD_SOURCE and _GNU_SOURCE
987:3bd03f1ce0a715 yearsnkeynesAdd explicit c99-compliance check for linux/cdrom.h - some kernel versions/arches have
986:5090104b096315 yearsnkeynesFix minor warnings
985:52e64faac75215 yearsnkeynesSet the source-type flags to -D__EXTENSIONS__ -U__STRICT_ANSI__ - this seems
984:a01567058a4715 yearsnkeynesCompile in C99 standards mode, albeit with -D_GNU_SOURCE. Helps portability slightly as well
983:b0d0785aa19415 yearsnkeynesFix typo in ocache invalidate
982:2d6b3f29f87815 yearsnkeynesFail cleanly if the display doesn't actually support GLX, rather than crashing horribly
981:79fcace1ab4315 yearsnkeynesClear the action set immediately prior to parsing them in - fix case where
980:deb4361928fe15 yearsnkeynesFix signedness in mmu_ext_page_remapped (Thanks kaz!)
979:2cc7b486ea6c15 yearsnkeynesEmit #line directives in output to make debugging a little easier
978:eed5089fcfdb15 yearsnkeynesRemove accidentally committed debugging code
977:8514fb4bc10115 yearsnkeynesFix Objective-C checking to be a little more circumspec (to whit, not aborting if no
976:e57a25d9eb7d15 yearsnkeynesAdd some initial TLB test cases
975:007bf7eb944f15 yearsnkeynesAdd read_byte_for_write mem function for correct implementation of AND.B and friends
974:16b079ed11bb15 yearsnkeynesFix double-counting of instructions in delay slots in sh4_finalize_instruction
973:7434ac745eff15 yearsnkeynesFix mmu_utlb_entry_for_vpn (failed to take 1k page entries into account)
972:fb948057cf0815 yearsnkeynesFix TLB access to SH4 peripheral control regions
971:886e1ec8447d15 yearsnkeynesFix 1k-entry allocation
970:44d62d0850c815 yearsnkeynesFix Post-increment mov instructions - per the manual, increment doesn't happen if the
969:3f178ca1398c15 yearsnkeynesMake local functions static (to shut up icc warnings, plus not being a bad idea in general)
968:6fb1481859a415 yearsnkeynesFix various compile-time warnings
967:ef93b08e216615 yearsnkeynesFix broken link line ($LINK rather than just $CCLD)
966:0f0320cb365015 yearsnkeynesMake --enable-strict-warn work again
965:fc39a660885115 yearsnkeynesAdd missed paths_osx.m from previous commit
964:f2f3c7612d0615 yearsnkeynesAdd support for the Intel ICC compiler (C only, icc doesn't support Obj-C)
963:1c3a0f67c60315 yearsnkeynesFix missing prototype for mmu_vma_to_phys_disasm
962:54a657069b8115 yearsnkeynesFix missing #include of xltcache.h (required for xlat_invalidate_* prototypes)
961:3541b280e0f115 yearsnkeynesFix off-by-one buffer overflow
960:2f0819278fdb15 yearsnkeynesExecute the mem_unprotect call only on 64-bit platforms (where it may be needed), since
959:f6b45ab2434915 yearsnkeynesDon't keep looking for the memory region after it's already been found in mem_load()
958:62365adaf48f15 yearsnkeynesAdd the current bus_cycle timing (not used yet, but may as well add it while
957:0f6131f6cc3a15 yearsnkeynesAdd missed commit of ia64abi.h from previous change.
956:4c1ed9e0398515 yearsnkeynesExit immediately on an unconditional exception - makes those blocks a little simpler and shorter
955:e289b49c28f115 yearsnkeynesReplace mmu_fix_urc with mmu_read_urc (slightly cleaner)
954:59e17ce91c5515 yearsnkeynesFix icache entry not matching following an xlat block mode mismatch (can happen legitimately)
.