Char/HChar fixups for m_debuginfo and m_gdbserver.
[ambi/valgrind.git] / coregrind / m_redir.c
2012-11-10 florianFix more Char/HChar mixups. Closing in...
2012-10-27 florianChar/HChar and constness fixes. Mostly cost center
2012-08-05 sewardjUpdate copyright dates to include 2012.
2012-06-07 sewardjMerge in a port for mips32-linux, by Petar Jovanovic...
2012-05-11 philippefix 219156 support static malloc or alternate malloc...
2012-05-03 philippeImprove m_redir.c debug trace by adding filename.
2012-03-03 philippe* README_DEVELOPERS : complete/enhance the section...
2012-02-09 tomImplement the getcpu vsyscall on amd64 by forwarding...
2011-10-23 sewardjUpdate all copyright dates, from 20xy-2010 to 20xy...
2011-08-18 sewardjExtend the behavioural-equivalence-class mechanism...
2011-08-17 sewardjImprovements to debug printing with -v -v. (Tom Hughes...
2011-08-16 sewardjFix for #275284 (initial fix, at least). Will break...
2011-08-16 sewardjAdd more infrastructure to be used for fixing #275284...
2011-08-15 sewardjRemove the assumption, in m_debuginfo, that each addres...
2011-06-28 sewardjDelete the AIX5 port. The last release this worked...
2011-05-04 sewardjhandle_maybe_load_notifier: assert when symbol == NULL...
2011-03-28 sewardjIntercept strlen in ld.so on x86. Fixes #266961.
2011-03-07 sewardjAdd a port to IBM z/Architecture (s390x) running Linux...
2011-02-11 sewardjMake ld.so:index redir mandatory for glibc-2.12 and...
2010-08-22 sewardjMerge from branches/THUMB: supps and mandatory redirs...
2010-07-01 njnMerged the MACOSX106 branch to the trunk. Merge command:
2010-05-09 sewardjNew flag --require-text-symbol=:sopatt:fnpatt, to be...
2010-05-03 sewardjUpdate copyright dates to 2010.
2010-01-01 sewardjMerge from branches/ARM, all parts of the ARM-Linux...
2009-12-31 bartFollow-up for r10972: added missing #include "config.h".
2009-11-16 tomAssert that the indirect function wrapper exists if...
2009-11-01 tomInitialise the isIFunc flag when adding a hardwired...
2009-10-29 tomAdd support for ELF indirect functions. These are symbo...
2009-08-10 sewardjFix some const stuff that gcc-4.4.0 complains about.
2009-08-02 sewardjReinstating a heavily modified version of r10402. ...
2009-07-31 sewardj(almost completely just function renaming):
2009-07-15 sewardjMerge coregrind/ changes from branches/MESSAGING_TIDYUP...
2009-07-02 njnBack out r10402 because it completely breaks things...
2009-07-02 tomReplace strlen on amd64-linux with a simple version...
2009-05-28 njnMerge the DARWIN branch onto the trunk.
2009-03-10 njnUpdated copyright years.
2009-01-30 bartRemoved mandatory redirections for DRD since these...
2008-12-12 sewardjAdd a new module, m_seqmatch, which does very simple...
2008-09-18 sewardjMerge all remaining changes from branches/PTRCHECK...
2008-07-04 bartChanged exp-drd tool name into drd.
2008-06-01 bartChanged _Spec::mandatory from HChar* into const HChar...
2008-03-03 sewardjMerge in the DATASYMS branch.
2008-02-11 sewardjUpdate copyright dates ("200X-2007" --> "200X-2008").
2007-11-16 sewardjMake one redirect mandatory for ppc64-linux.
2007-11-16 sewardjMake one of the ppc32-linux initial redirects mandatory...
2007-11-16 sewardjIntroduce the concept of a 'mandatory redirection'...
2007-09-17 njnSplit the OSet interface into two parts: "OSetGen_...
2007-02-25 sewardjGet rid of the type XArrayStrings in m_clientstate...
2007-01-08 sewardjUpdate copyright dates.
2006-10-17 sewardjMerge r6132:
2006-08-25 sewardjSuSE 10.1 (ppc32/64) fixlet.
2006-06-05 sewardjUpdate copyright dates.
2006-04-29 sewardjGet rid of VG_(x86_linux_REDIR_FOR__dl_sysinfo_int80...
2006-03-12 sewardjFix a redirection bug created by the overhaul of m_redi...
2006-02-09 sewardjFix erroneous hardwired redirect spec.
2006-01-12 sewardjFix more ppc64-linux function wrapping and symbol-table...
2006-01-12 sewardjMerge in function wrapping support from the FNWRAP...
2006-01-05 sewardjInitial redirect stuff for ppc64-linux.
2005-11-29 sewardjAdd framework for ppc64 support. Apologies in advance...
2005-11-20 sewardjAs with ppc it's necessary to have an initial redirect...
2005-11-18 sewardjppc32: just apply the initial-redirection hack when...
2005-11-18 sewardjBack out r5180 (sorry Josef). On consideration it...
2005-11-17 sewardj(ppc32) Only include hacky redirects for malloc-replaci...
2005-10-15 njnOSet-ify m_redir.c.
2005-10-15 sewardjVarious fixes to reduce noise level on SuSE 10 (PPC...
2005-10-01 sewardjppc32-linux only: redirect strcmp right from the start.
2005-09-27 sewardjThis commit merges in changes from branches/ASPACEM...
2005-08-25 njncomment-only wibbles
2005-08-18 sewardjThe strlen that ld.so uses on ppc32 causes a lot of...
2005-07-23 sewardjFix comment.
2005-07-23 sewardjChange the criteria by which translations are discarded...
2005-06-26 njnBreak up VG_(show_BB_profile)(), and move half of it...
2005-06-26 njnCleaned up m_redir.c: renamed some variables and funct...
2005-06-25 njnMade m_debuginfo not depend on m_aspacemgr, breaking...
2005-06-25 njnAvoid m_redir.c importing priv_symtab.h.
2005-06-25 njnRemove unneeded cases from match_lib.
2005-06-25 njnRemove the Segment back-pointer from SegInfo. The...
2005-06-23 njnRemoved the VGA_/VGO_/VGP_ prefixes for arch/OS/platfor...
2005-06-21 tomRedirect the correct address to the vtime vsyscall...
2005-06-21 njnRemove redundancy.
2005-06-21 sewardjSimplify the implementation of m_trampoline and the...
2005-06-21 njnDon't #include pub_core_debuginfo.h in pub_core_aspacem...
2005-06-20 cerionFinally, valgrind on ppc32.
2005-06-20 njnRemove some unnecessary #includes, comment some others.
2005-06-19 njnRemove now-unnecessary #includes.
2005-06-19 njnFix up the libc_freeres_wrapper code so that m_main...
2005-06-19 njnIn m_redir.c, no longer need to handle the case of...
2005-06-19 njnFinal commit for the initial modularisation pass:
2005-06-18 njnMoved the code trampoline stuff into a new module,...
2005-06-16 tomMake sure redirects are fully initialised and add them...
2005-06-16 njnA cleanup of the redirection stuff.
2005-06-11 njnHaving moved VG_(arena_strdup)() out of core.h, core...
2005-06-04 njnModularised assertions and panics in m_libcassert.
2005-06-03 njnModularise printing functions in m_libcprint.
2005-06-02 njnStarted modularising vg_mylibc. Put all the standalone...
2005-05-31 njnModularised all the debug info stuff as m_debuginfo...
2005-05-29 njnModularised m_redir. As a side-effect, managed to...