aboutsummaryrefslogtreecommitdiff
path: root/corecheck
AgeCommit message (Expand)Author
2004-11-23Make these work again.njn
2004-11-22Make various other tools compile; also fix the stage2 linker script.sewardj
2004-11-22Converted the SK_ prefix to TL_ everywhere.njn
2004-11-22Changed name of tool shared objects from vgskin_XXX.so to vgtool_XXX.so.njn
2004-11-09Improve pth_cvsimple test in two ways:nethercote
2004-10-31Fix broken alternative output.nethercote
2004-10-28Remove the thread numbers from the messages output by pth_once so thatthughes
2004-10-26Make as_shm less brittle.nethercote
2004-10-26Tweak as_mmap for the possibility of a PIE-supporting system with a 4GB usernethercote
2004-10-21Fix "make check" for when src_dir != build_dirnethercote
2004-10-20Build vg_replace_malloc.c into a library, because it makes the Makefiles a bitnethercote
2004-10-19as_shm wasn't being included in 'make dist'.nethercote
2004-10-16Remove the limit on the number of pthread read/write locks. This worksthughes
2004-10-16Suppress .stderr.diff2 files as well as .stderr.diff files.thughes
2004-10-13Add alternate results for some tests that use mmap.thughes
2004-09-02Arch-abstraction: renamed "vg_skin.h" as "tool.h". Kept a residual vg_skin.hnethercote
2004-09-01Update .cvsignore for recently added regression tests.nethercote
2004-09-01Use Makefile.am includes. This gets rid of 110 lines of repetitive Makefile.amnethercote
2004-08-25Putting "dist_" in front of a "_DATA" variable means it is included in "makenethercote
2004-08-23Remove a bunch of unnecessary -DVG_LIBDIR="\"$(libdir)"\" arguments innethercote
2004-08-14Maek init_global_thread_specific_state as a constructor to try and ensurethughes
2004-06-29Make VPATH builds work so that valgrind can be built in a differentthughes
2004-06-22Update .cvsignore filesnethercote
2004-06-12It appears that NPTL uses a new system for dealing with cleanupthughes
2004-03-12Fix "make distcheck", and also make sure that the generated archivefitzhardinge
2004-03-09Anonymise path names for libc's built with debg symbols.thughes
2004-03-07Add some alternate regression test results for older libc's.thughes
2004-02-29Changed the fdleak tests to explicitly attach /dev/null as the standardthughes
2004-02-22Remove system-dependent output from test.nethercote
2004-01-09Remove address from output, which varies from machine to machine and causesnethercote
2004-01-04Updated copyright dates for 2004. Also added a couple of missing headers andnethercote
2004-01-03portabilitymueller
2003-12-16Add and delete all the files which need adding and deleting.fitzhardinge
2003-12-16This jumbo-checkin is the Full Virtualization checkin. This eliminatesfitzhardinge
2003-12-15When merging multiple symbols with the same address, rather than alwaysfitzhardinge
2003-12-14Update regtest to match new error messagefitzhardinge
2003-12-13Un-break 'make distcheck' yet again. I guess someone somewhere understandsjseward
2003-12-12Fix bug 69836: make record_fd_open ignore fds > VG_MAX_FD.fitzhardinge
2003-12-04Add #includes to avoid compile warnings.nethercote
2003-12-04Fix more "make dist" borkagenethercote
2003-12-04Fix Makefile.am so "make dist" works.nethercote
2003-11-20Updated all "report bugs to..." messages to point to valgrind.kde.org; alsonethercote
2003-11-19updating .cvsignoremueller
2003-11-17Add a facility for tracking open file descriptors. Information aboutrjwalsh
2003-11-17Made the warning clearer when you try to catch SIGKILL/SIGSTOP. Also made itnethercote
2003-11-14Started to rescind the name "skin", replacing it with "tool". Did this in allnethercote
2003-10-31Oops, add new filesfitzhardinge
2003-10-31Patch from Robert Walsh <rjwalsh@durables.org>. Adds some new clientfitzhardinge
2003-10-14We expect new output with the syscalls changes.jsgf
2003-10-13A complete reworking of Valgrind's handling of system calls and signals,jsgf