- 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 17 years ago
- 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
- e4b0bf0 Update copyright dates. by sewardj · 18 years ago
- 45f4e7c by sewardj · 19 years ago
- af839f5 by njn · 19 years ago
- 7eb7c58 by sewardj · 19 years ago
- c7561b9 by njn · 19 years ago[Copied (61%) from coregrind/core.h]
- 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
- 1277109 by njn · 19 years ago
- b81709a Forgot to remove these decls in the last commit. by njn · 19 years ago
- 9abd608 by njn · 19 years ago
- 6ace3ea by njn · 19 years ago
- 16eeb4e by njn · 19 years ago
- f536bbb by njn · 19 years ago
- 7b85dd5 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
- e9befc6 by njn · 19 years ago
- efe0f92 amd64 build fixes. by sewardj · 19 years ago
- 83f9e79 Remove VG_ERRTXT_LEN from core.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
- 6ba622c Moved VG_(strdup)() and VG_(arena_strdup)() into m_mallocfree. by njn · 19 years ago
- 984a636 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
- a8d8e23 by sewardj · 19 years ago
- eb8896b Modularised file and socket libc stuff in m_libcfile. by njn · 19 years ago
- 132bfcc by njn · 19 years ago
- 36a20fa by njn · 19 years ago
- 13bfd85 by njn · 19 years ago
- 97405b2 by njn · 19 years ago
- d27a026 Remove dead macro. by njn · 19 years ago
- 002dda0 Move VALGRINDCLO and VALGRINDOPTS into m_options. by njn · 19 years ago
- e3f0635 Moved VGA_(pointercheck)() into ASpaceMgr. by njn · 19 years ago
- 31513b4 by njn · 19 years ago
- ed6b824 Whitespace/comment-only changes, to serve as placeholder for the last commit by njn · 19 years ago
- db13c4f by njn · 19 years ago
- 3c00878 Test commit, whitespace change only. by njn · 19 years ago
- ea27e46 Modularised all the debug info stuff as m_debuginfo/. It's a mess by njn · 19 years ago
- 0c24647 by njn · 19 years ago
- 04e1698 by njn · 19 years ago
- 278b3d6 Modularised m_scheduler. by njn · 19 years ago
- 1d88711 by sewardj · 19 years ago
- 7df470b by njn · 19 years ago
- d1af003 by njn · 19 years ago
- f091eea Remove dead field. by njn · 19 years ago
- 1cfedbc Make VG_(wait_for_threadstate) local to linux/core_os.c. by njn · 19 years ago
- 6c6b59e Make VG_(sanitize_client_sigmask)() local to m_syscalls. by njn · 19 years ago
- 07ef6c0 Un-export VG_(is_sig_ign)(). by njn · 19 years ago
- 1b72800 minor cleanups by njn · 19 years ago
- 2024234 by njn · 19 years ago
- bb42223 Fix test for amd64. by tom · 19 years ago
- 77e8ac1 by njn · 19 years ago
- 4f6e370 by njn · 19 years ago
- 4de47b1 by njn · 19 years ago
- 6b2b96a by njn · 19 years ago
- 2335d11 by njn · 19 years ago
- be9b47b by njn · 19 years ago
- 296c24d fixup headers a bit by njn · 19 years ago
- f644a0b Whoops, a little premature in removing core_asm.h -- still need it by njn · 19 years ago
- 2e8f4ef Created pub_core_transtab_asm.h, killing core_asm.h in the process. by njn · 19 years ago
- 36ef6ba by njn · 19 years ago
- 1725012 VG_(resolve_redir)() can now be made private to vg_redir.c. by njn · 19 years ago
- bf7ca33 Move resolve_redir_allsegs() to vg_redir.c, the only file that uses it, by njn · 19 years ago
- 8bddf58 Modularised vg_transtab.c as m_transtab. by njn · 19 years ago
- 3cbfbc1 by njn · 19 years ago
- 3c660b6 Import vki_unistd.h on a need-to-know basis, rather than by njn · 19 years ago
- 9dd7b70 VGA_(terminate) doesn't need to be exported. by njn · 19 years ago
- 0b2c49d by njn · 19 years ago
- 0ab10c4 Fix compilation warnings on amd64 caused by I_die_here. by sewardj · 19 years ago
- 36b66df by njn · 19 years ago
- 694b1b6 by njn · 19 years ago
- 444eba1 by njn · 19 years ago
- 36932cb Moved Vex's arch/subarch detection out of main() into VG_(translate)()'s by njn · 19 years ago
- 695234d Make VG_(clone)() declaration private to m_syscalls. by njn · 19 years ago
- a91498f by njn · 19 years ago
- da325d9 Move declaration of "struct vg_mallocfunc_info" from core.h into by njn · 19 years ago
- 9fc3112 Move VG_(block_signals)() to vg_scheduler.c, the only file that uses by njn · 19 years ago
- 44e1368 Modularised the demangler into m_demangle. (It very nearly fit our new by njn · 19 years ago
- 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
- 717cde5 by njn · 19 years ago
- 51d827b by njn · 19 years ago
- e96be67 by njn · 19 years ago
- 2521d32 by njn · 19 years ago
- 502badb by njn · 19 years ago
- 4fbc86c by njn · 19 years ago
- ee0bcbf Move the replacement code for the amd64 vsyscalls into the trampoline page by tom · 20 years ago
- ce058b0 New flag --trace-cfi=yes|no [no], which is for debugging the CFI reader. by sewardj · 20 years ago
- 3516553 Get the CFI-based frame-unwinder to the point where it works at least by sewardj · 20 years ago
- 55f9d1a by sewardj · 20 years ago
- 985fabb Create a new module, "sigframe", responsible for creating/destroying by sewardj · 20 years ago
- d2b1711 by njn · 20 years ago
- 50ae1a7 by njn · 20 years ago