- 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
- d7bddad Emit XML preamble in a more parseable way. by sewardj · 19 years ago
- 57d99c5 Update with recent (minor) changes. by sewardj · 19 years ago
- f5e7ee2 Comment fix - the ARCH_SET_xxx constants are in the x86_64 prctl.h as well. by tom · 19 years ago
- f536bbb by njn · 19 years ago
- ed8b05d Improve comment. by njn · 19 years ago
- 8d9965c Move VG_(libdir) into m_libcproc. by njn · 19 years ago
- 7b85dd5 by njn · 19 years ago
- 978c1b9 Formatting wibble by njn · 19 years ago
- ccde45e mc-tech-docs.xml: by de · 19 years ago
- 5363a56 Move the *ROUND* macros to a better place. by njn · 19 years ago
- 9cb54ac by njn · 19 years ago
- 327fe8a Move VG_(fcntl) into m_libcfile. by njn · 19 years ago
- f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago
- d0e0ec0 Move comment to the right place. by njn · 19 years ago
- 94c6ace wibble by njn · 19 years ago
- e9befc6 by njn · 19 years ago
- ab0edc4 PRE(wrap_sys_shmat): don't change ARG2 if we're going to pre-fail the syscall. by sewardj · 19 years ago
- 29ef1c8 Stop gcc complaining about Helgrind on 64-bit platforms. Note, this by sewardj · 19 years ago
- efe0f92 amd64 build fixes. by sewardj · 19 years ago
- 1f8a4b7 Remove use of vki_unistd.h -- not needed, and coregrind/amd64/state.c by sewardj · 19 years ago
- 83f9e79 Remove VG_ERRTXT_LEN from core.h. by njn · 19 years ago
- 4802b38 Move some decls out of tool.h into the new file pub_tool_aspacemgr.h. by njn · 19 years ago
- 21edee3 Move NULL from tool.h into basic_types.h. by njn · 19 years ago
- 3e11452 Move OINK from tool.h to pub_tool_libcprint.h. by njn · 19 years ago
- 3172124 Remove the hard-coding of "_vgi_" as the intercept prefix in by njn · 19 years ago
- af1d7df Having moved VG_(arena_strdup)() out of core.h, core.h no longer by njn · 19 years ago
- adb7a75 Avoid compiler warnings. by njn · 19 years ago
- 69f80cf Avoid compiler warnings. by njn · 19 years ago
- 6ba622c Moved VG_(strdup)() and VG_(arena_strdup)() into m_mallocfree. by njn · 19 years ago
- 984a636 by njn · 19 years ago
- e048424 Actually remove linux/core_os.h from the repository. by njn · 19 years ago
- 797442e by njn · 19 years ago
- 8c2e153 by njn · 19 years ago
- 767eb42 by njn · 19 years ago
- 8aa3585 by njn · 19 years ago
- 63004dc by njn · 19 years ago
- de62cbf Modularised signal libc stuff into m_libcsignal. by njn · 19 years ago
- 6276248 by njn · 19 years ago
- d0edd9a Fix copy-n-paste error which could cause many syscalls to fail on amd64. by sewardj · 19 years ago
- e6d5e72 Clean up after m_syscalls changes: reinstate enough syscalls that by sewardj · 19 years ago
- 7d223c7 Update expected outputs. by sewardj · 19 years ago
- 528b07e Put arch-specific Cachegrind code in files in the main cachegrind/ by njn · 19 years ago
- 948d761 When printing XML, partially escape the output so that <, > and & in by sewardj · 19 years ago
- 39cc735 Handle Clz64 and Ctz64. by sewardj · 19 years ago
- 6743b7c Disable debugging printing. Duh. by sewardj · 19 years ago
- 726baec More CFI-reader hacking. Thus far the reader has assumed that each by sewardj · 19 years ago
- f25e902 Move some #define-d constants into the VKI department, where I should by sewardj · 19 years ago