- 8211a57 Kludge up wait_for_gdb even more. by sewardj · 19 years ago
- 89b4cb6 Added some targets for massif & core options by de · 19 years ago
- 9e59108 Added DivU32,DivS32 to memcheck translation (lazy) by cerion · 19 years ago
- 7b2c38c VG_() -> ML() for ppc32, amd64 (plus a few scattered ones in comments etc) by cerion · 19 years ago
- af839f5 by njn · 19 years ago
- f845f8f by njn · 19 years ago
- 7eb7c58 by sewardj · 19 years ago
- ae71dd4 argh! there were loads of the little beggars .... by de · 19 years ago
- 3c3d5a4 Removed ante-deluvian file by de · 19 years ago
- d0ef55f I forgot to remove this a while back. by njn · 19 years ago
- 3a08815 Declare my_sigreturn as static. This is correct in so much as it isn't by tom · 19 years ago
- 57ca7ab by njn · 19 years ago
- 1727cc8 by njn · 19 years ago
- 62ff0f2 by njn · 19 years ago
- 08a2e17 by njn · 19 years ago
- 06244e7 Move VG_(resume_scheduler) to m_signals, and make it local. Reduces by njn · 19 years ago
- 351d006 by njn · 19 years ago
- f5db3b6 Redirect the correct address to the vtime vsyscall instead of by tom · 19 years ago
- 487ac70 Fix bug causing TINVALs to throw away huge numbers of translations by sewardj · 19 years ago
- 5c52298 ppc32-linux build fix. by sewardj · 19 years ago
- ed0c4cb Get ppc32 stage2 linked in the right place, so stage2 can actually start. by sewardj · 19 years ago
- 05b5fc1 Un-break the build on ppc32-linux. This whole multiplatform by sewardj · 19 years ago
- aba25b4 wibble by njn · 19 years ago
- b506bd8 by njn · 19 years ago
- 419bbcb Slight reduce m_syswrap's dependence on m_signals by moving by njn · 19 years ago
- 748ace4 Remove redundancy. by njn · 19 years ago
- eb0daa3 Attempt to fix the stage2.lds borkage. by njn · 19 years ago
- fc51f8d Malloc replacement worked very much like a 'need', but wasn't one. by njn · 19 years ago
- 64c8324 by njn · 19 years ago
- b9bce63 Simplify the implementation of m_trampoline and the stuff that refers by sewardj · 19 years ago
- d0d7c1f Don't #include pub_core_stacktrace.h in pub_core_execontext.h. So by njn · 19 years ago
- 3756925 turn off debugging output by njn · 19 years ago
- 899ce73 by njn · 19 years ago
- 3ced4ce Move typedef to a better spot. by njn · 19 years ago
- e070c20 Tweak comments and remove an unnecessary #include. by njn · 19 years ago
- e5c600e Although it doesn't actually matter from a generated-code point of by sewardj · 19 years ago
- 94e62a3 (Re)-drop reliance on <sys/mman.h> and disable ppc32-linux specific by sewardj · 19 years ago
- 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
- f4c5016 by njn · 19 years ago
- 3161e80 Use BACKTRACE_DEPTH consistently. by njn · 19 years ago
- 24a6efb by njn · 19 years ago
- 67741c6 by njn · 19 years ago
- eee47b5 Add #include necessary for AMD64. by njn · 19 years ago
- a6d9391 New script for graphing module dependencies. by njn · 19 years ago
- 9260c78 Move VG_(get_memory_from_mmap_for_client) out of m_aspacemgr into by njn · 19 years ago
- 7d2a9c4 by njn · 19 years ago
- ae7359b by njn · 19 years ago
- 24cf3e0 whoops by njn · 19 years ago
- 3cacf3a Remove now-unnecessary #includes. by njn · 19 years ago
- 75b65aa by njn · 19 years ago
- bc6d84d Fix up the libc_freeres_wrapper code so that m_main depends on m_redir, by njn · 19 years ago
- 6676d5b by njn · 19 years ago
- 394213a by njn · 19 years ago
- d804ab8 Fix AMD64 build. by rjwalsh · 19 years ago
- fbd78b2 Get rid of the ELFSZ define, which is created at the configure stage by sewardj · 19 years ago
- 8340749 by njn · 19 years ago
- f844cb6 Add a comment. by njn · 19 years ago
- 4b0c071 Un-break the build on SuSE 9.1 (x86). It seems that something in by sewardj · 19 years ago
- 909c319 Don't #include <sys/stat.h>, which was causing problems due to by njn · 19 years ago
- dcc99d3 by njn · 19 years ago
- 3f7e911 Get "make dist" closer to working again. by njn · 19 years ago
- 136b83b In m_redir.c, no longer need to handle the case of redirection to by njn · 19 years ago
- c7561b9 by njn · 19 years ago
- fd0922c Fix x86_64 build. Also fix vgtest_ume (although it fails on x86_64.) by rjwalsh · 19 years ago
- 4a164d0 by njn · 19 years ago
- 401340a by njn · 19 years ago
- 6898086 by njn · 19 years ago
- 4986dbf by njn · 19 years ago
- fcb7c3e by njn · 19 years ago
- 73c5134 by njn · 19 years ago
- f8c78a5 Replace use of __amd64__ with VGA_amd64. by njn · 19 years ago
- 30d76c6 Minor rearrangement, no functional change. by njn · 19 years ago
- 869bdc8 Make do_syscall_WRK take UWord arguments and return UWord results to by tom · 19 years ago
- 9c13f07 Export amd64 specific trampline offsets. by tom · 19 years ago
- e38e233 Move VG_CLO_DEFAULT_LOGPORT to a better spot. by njn · 19 years ago
- 9a8be6c Renamed tool_asm.h as pub_basics_asm.h. Removed core_asm.h. by njn · 19 years ago
- a1f783f Moved VGA_(getArchAndSubArch) into m_translate and made it local. This by njn · 19 years ago
- a7598f6 Moved the code trampoline stuff into a new module, m_trampoline. Not by njn · 19 years ago
- 24153ed Moved VG_BUGS_TO out of basic_types.h into libcassert.h. by njn · 19 years ago
- 1277109 by njn · 19 years ago
- b81709a Forgot to remove these decls in the last commit. by njn · 19 years ago
- 2da7335 Moved two functions out of $ARCH/state.c into m_main, the only module by njn · 19 years ago
- 8a4eeaf by njn · 19 years ago
- c1b0181 by njn · 19 years ago
- 9abd608 by njn · 19 years ago
- 256c214 Fix strchr. It was rather bogus. by njn · 19 years ago
- 3c54021 Don't do strlen on ui->compdir if it is NULL. Duh. by sewardj · 19 years ago
- 6ace3ea by njn · 19 years ago
- 41dd9d7 Forgot to add strchrc.stderr.exp. by njn · 19 years ago
- 3c9b866 Make sure redirects are fully initialised and add them to the resolved by tom · 19 years ago
- 16eeb4e by njn · 19 years ago
- e5f98d9 Update expected output. by sewardj · 19 years ago
- 7244083 Enable the fadvise system calls again. by tom · 19 years ago
- 8a51bb8 Fix message to refer to the correct file. by tom · 19 years ago
- e36cb5a When separate debug information is used make sure we look for all by tom · 19 years ago
- 022bf2f Complete the merge of Eric Estievenart's DWARF2 directory-reading by sewardj · 19 years ago
- 1fa7d2c Be quieter when outputting XML. by sewardj · 19 years ago
- 7cee6f9 Updates to the rest of the debuginfo module to track directory names. by sewardj · 19 years ago
- c613dff Partially merge in a (heavily modified) patch from Eric Estievenart by sewardj · 19 years ago
- 5995fcd Updated date :-) by sewardj · 19 years ago