]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2005-06-21  Nicholas Nethercoteturn off debugging output
2005-06-21  Nicholas NethercoteDon't #include pub_core_debuginfo.h in pub_core_aspacem...
2005-06-21  Nicholas NethercoteMove typedef to a better spot.
2005-06-20  Nicholas NethercoteTweak comments and remove an unnecessary #include.
2005-06-20  Julian SewardAlthough it doesn't actually matter from a generated...
2005-06-20  Julian Seward(Re)-drop reliance on <sys/mman.h> and disable ppc32...
2005-06-20  Cerion Armour... comment wibble
2005-06-20  Cerion Armour... Finally, valgrind on ppc32.
2005-06-20  Cerion Armour... this one was x86 code. grr.
2005-06-20  Nicholas NethercoteRemove some unnecessary #includes, comment some others.
2005-06-20  Cerion Armour... more ppc32 .orig files
2005-06-20  Cerion Armour... Floating-point for ppc32
2005-06-20  Cerion Armour... guest-ppc32
2005-06-20  Cerion Armour... fix 'Usage:'
2005-06-20  Nicholas NethercoteUse BACKTRACE_DEPTH consistently.
2005-06-20  Nicholas NethercoteRemove some unnecessary #includes, comment some others.
2005-06-20  Nicholas NethercoteRemove some unnecessary #includes, comment some others.
2005-06-20  Nicholas NethercoteAdd #include necessary for AMD64.
2005-06-20  Nicholas NethercoteNew script for graphing module dependencies.
2005-06-19  Nicholas NethercoteMove VG_(get_memory_from_mmap_for_client) out of m_aspa...
2005-06-19  Nicholas NethercotePut VG_(client_trampoline_code) in m_trampoline.
2005-06-19  Nicholas NethercoteMoved VG_(resolve_filename{,_nodup}) from m_syswrap...
2005-06-19  Nicholas Nethercotewhoops
2005-06-19  Nicholas NethercoteRemove now-unnecessary #includes.
2005-06-19  Nicholas NethercoteMoved VG_(start_debugger) out of m_main.c into its...
2005-06-19  Nicholas NethercoteFix up the libc_freeres_wrapper code so that m_main...
2005-06-19  Nicholas NethercoteMove VG_(sanity_check_general) out of m_main.c into...
2005-06-19  Nicholas NethercoteMove VG_(bbs_done) out of main and make it local in...
2005-06-19  Robert WalshFix AMD64 build.
2005-06-19  Julian SewardGet rid of the ELFSZ define, which is created at the...
2005-06-19  Nicholas NethercoteRemoved dependency on <sys/mman.h> by using our own...
2005-06-19  Nicholas NethercoteAdd a comment.
2005-06-19  Julian SewardUn-break the build on SuSE 9.1 (x86). It seems that...
2005-06-19  Nicholas NethercoteDon't #include <sys/stat.h>, which was causing problems...
2005-06-19  Nicholas NethercoteFixed a bug in .valgrindrc reading I introduced recentl...
2005-06-19  Nicholas NethercoteGet "make dist" closer to working again.
2005-06-19  Nicholas NethercoteIn m_redir.c, no longer need to handle the case of...
2005-06-19  Nicholas NethercoteFinal commit for the initial modularisation pass:
2005-06-18  Robert WalshFix x86_64 build.
2005-06-18  Nicholas NethercoteAdd some missing "_H" suffixes.
2005-06-18  Nicholas NethercoteAdd some svn:ignore entries.
2005-06-18  Nicholas NethercoteMove CPUID functions into their own module, m_cpuid.
2005-06-18  Nicholas NethercoteMake the stage2.lds building platform-independent by...
2005-06-18  Nicholas NethercoteMoved call_on_new_stack_0_1 and jump_and_switch_stacks...
2005-06-18  Nicholas NethercoteMove VG_(set_fault_catcher) out of tool.h. Had to...
2005-06-18  Nicholas NethercoteReplace use of __amd64__ with VGA_amd64.
2005-06-18  Nicholas NethercoteMinor rearrangement, no functional change.
2005-06-18  Tom HughesMake do_syscall_WRK take UWord arguments and return...
2005-06-18  Tom HughesExport amd64 specific trampline offsets.
2005-06-18  Nicholas NethercoteMove VG_CLO_DEFAULT_LOGPORT to a better spot.
2005-06-18  Nicholas NethercoteRenamed tool_asm.h as pub_basics_asm.h. Removed core_a...
2005-06-18  Nicholas NethercoteMoved VGA_(getArchAndSubArch) into m_translate and...
2005-06-18  Nicholas NethercoteMoved the code trampoline stuff into a new module,...
2005-06-18  Nicholas NethercoteMoved VG_BUGS_TO out of basic_types.h into libcassert.h.
2005-06-18  Nicholas NethercoteCreated coregrind.h, a counterpart to valgrind.h contai...
2005-06-18  Nicholas NethercoteForgot to remove these decls in the last commit.
2005-06-18  Nicholas NethercoteMoved two functions out of $ARCH/state.c into m_main...
2005-06-17  Nicholas NethercoteRename m_syscalls/ as m_syswrap/ to complete the module...
2005-06-17  Nicholas NethercoteRenamed the m_syscalls module m_syswrap, which better...
2005-06-17  Nicholas NethercoteMoved the basic syscall stuff out of m_libcbase.c into...
2005-06-17  Nicholas NethercoteFix strchr. It was rather bogus.
2005-06-17  Julian SewardDon't do strlen on ui->compdir if it is NULL. Duh.
2005-06-17  Nicholas NethercoteRenamed VG_(mark_from_registers) to the more general
2005-06-16  Nicholas NethercoteForgot to add strchrc.stderr.exp.
2005-06-16  Tom HughesMake sure redirects are fully initialised and add them...
2005-06-16  Nicholas NethercoteA cleanup of the redirection stuff.
2005-06-15  Julian SewardUpdate expected output.
2005-06-15  Tom HughesEnable the fadvise system calls again.
2005-06-15  Tom HughesFix message to refer to the correct file.
2005-06-15  Tom HughesWhen separate debug information is used make sure we...
2005-06-14  Julian Sewardicc police strike again
2005-06-14  Julian SewardComplete the merge of Eric Estievenart's DWARF2 directo...
2005-06-13  Julian SewardBe quieter when outputting XML.
2005-06-13  Julian SewardUpdates to the rest of the debuginfo module to track...
2005-06-13  Julian SewardPartially merge in a (heavily modified) patch from...
2005-06-13  Julian SewardUpdated date :-)
2005-06-13  Julian SewardEmit XML preamble in a more parseable way.
2005-06-13  Julian SewardUpdate with recent (minor) changes.
2005-06-13  Julian SewardMake iropt not complain about missing folding rules...
2005-06-13  Julian SewardThe guest-state effect declaration for x86 'fldenv...
2005-06-13  Julian SewardImplement fldenv/fstenv on amd64.
2005-06-13  Tom HughesComment fix - the ARCH_SET_xxx constants are in the...
2005-06-13  Nicholas NethercoteCreated m_machine, for various machine-related things.
2005-06-12  Nicholas NethercoteImprove comment.
2005-06-12  Nicholas NethercoteMove VG_(libdir) into m_libcproc.
2005-06-12  Nicholas NethercoteMoved the last two functions out of linux/core_os.c...
2005-06-12  Nicholas NethercoteFormatting wibble
2005-06-12  Donna Robinsonmc-tech-docs.xml:
2005-06-12  Nicholas NethercoteMove the *ROUND* macros to a better place.
2005-06-12  Nicholas NethercoteMoved more stuff out of core_os.c into better places.
2005-06-12  Nicholas NethercoteMove VG_(fcntl) into m_libcfile.
2005-06-12  Nicholas NethercoteFinished the modularisation of vg_mylibc.c, which meant...
2005-06-12  Nicholas NethercoteMove comment to the right place.
2005-06-11  Nicholas Nethercotewibble
2005-06-11  Nicholas NethercoteModularised the libc low-level memory management stuff...
2005-06-11  Julian SewardPRE(wrap_sys_shmat): don't change ARG2 if we're going...
2005-06-11  Julian SewardStop gcc complaining about Helgrind on 64-bit platforms...
2005-06-11  Julian Sewardamd64 build fixes.
2005-06-11  Julian SewardRemove use of vki_unistd.h -- not needed, and coregrind...
2005-06-11  Nicholas NethercoteRemove VG_ERRTXT_LEN from core.h.
next