Added explicit constructor and destructor to class IncThread.
[ambi/valgrind.git] / include /
2009-08-15 sewardjWhen generating XML output for suppressions, print...
2009-08-12 njnAdd a crappy wrapper for access_extended(), one of...
2009-08-10 njnTry to fix error_counts.
2009-08-10 njnCount leak as errors. Fixes bug 152393.
2009-08-10 njnAllow custom blocks to overlap with malloc blocks....
2009-08-07 sewardjTidy up of messaging:
2009-08-05 njnDocument the 'cc' param of VG_(malloc) et al.
2009-08-04 njnVarious option-related tweaks:
2009-08-03 njnWith the recent VG_(message) change,
2009-07-31 sewardj(almost completely just function renaming):
2009-07-31 sewardjDon't instrument any code in ld.so. Doing so merely...
2009-07-29 tomImprove futex system call support. Patch from BZ#201757...
2009-07-27 njnClarify a comment.
2009-07-27 bartFixed a bug in the code for reading suppression files...
2009-07-26 sewardjAdd new mangling Z-pair "ZD" to encode '$', since that...
2009-07-24 sewardjOops, this should have been included in r10583 ("New...
2009-07-24 njnA fix for bug 186796: suppression symbol names were...
2009-07-23 njnAdd support for __pthread_kill(). This hopefully fixes...
2009-07-15 sewardjMerge include/ changes from branches/MESSAGING_TIDYUP...
2009-07-15 njnIgnore MALLOCLIKE_BLOCK/FREELIKE_BLOCK if addr==0....
2009-07-14 njnSome ioctls don't look at ARG3 at all. Based on patche...
2009-07-09 njnAttempt to improve the {MALLOC,FREE}LIKE_BLOCK document...
2009-07-01 sewardjMerge in branches/DCAS.
2009-06-24 njnAdd support for various aio_*() syscalls on Darwin...
2009-06-24 njnThis commit merges the BUILD_TWEAKS branch onto the...
2009-06-10 njnDarwin syscall wrapper cleanups:
2009-06-10 njnAdd wrappers for sem_wait and sem_trywait on Darwin...
2009-06-09 njnFix URB ioctl handling. Patch from Hector Martin ...
2009-06-09 njnHandle another Linux ioctl. Patch from Jay Foad.
2009-06-05 njnFor no apparent reason, the machine-dependent syscall
2009-06-03 njnA number of changes relating to syscall numbering:
2009-05-28 njnMerge the DARWIN branch onto the trunk.
2009-05-20 njnDARWIN sync: add some 'const' attributes.
2009-05-20 njnDARWIN sync: comment change.
2009-05-20 njnMerge r9993, r9995 (comment changes about vg_stat)...
2009-05-19 njnParam names sync wibble.
2009-05-19 njnMinor sync with the DARWIN branch.
2009-05-19 njnAdd some extra CALL_FN_V_* macros. Copied from the...
2009-05-18 njnMerged non-Darwin-specific parts of r9397,r9423,r9490...
2009-05-11 njnFactor out the name of the libpthread library. Also...
2009-05-08 njnCreated a new module, m_aspacehl. Factored out three...
2009-05-06 njnFix bug #191182, where printing the leak checker result...
2009-05-04 njnDon't compile Linux-only redirects on non-Linux platforms.
2009-04-30 njnRemove VKI_SI_TKILL for platforms that don't have it.
2009-04-30 njnConverted VG_(message) calls in m_signals.c to VG_...
2009-04-26 bartFixed compiler warnings triggered by the test programs...
2009-04-24 njnMerge r9600 (separate VG_ and ML_ definitions for C...
2009-04-22 sewardjAdd support for reading Windows PDB debug info (symbols...
2009-03-31 tomAdd SIOCGSTAMPNS support. Fixes #188530.
2009-03-15 njnFix all the non-VEX problems identified with the Clang...
2009-03-12 njnAdded some shortcuts for VG_(message)(), and used them...
2009-03-10 njnUpdated copyright years.
2009-02-27 njnRemove dead code relating to interface versions.
2009-02-26 njnAdd more testing to memcheck/tests/unit_libcbase.c.
2009-02-25 njnatoll() is a terrible function -- you can't do any...
2009-02-23 bartDeclared those function arguments that are not modified...
2009-02-23 njnAdd missing __extension__ markings on a couple of clreqs.
2009-02-20 njn- Add 'unit_libcbase', the beginnings of a unit test...
2009-02-17 njnIn the core, include malloc_usable_size() as one of...
2009-02-10 njnCleaned up the mess that was the treatment of "below...
2009-02-10 njnMerge part of r9129 (factor out duplicated Z-encodings...
2009-01-15 njnIntroduce a new type, PtrdiffT. Replace lots of uses...
2008-12-23 sewardjUnbreak the build on aix5.
2008-12-12 sewardjThis commit subtly changes the meaning of the values...
2008-12-12 sewardjAdd a new module, m_seqmatch, which does very simple...
2008-12-06 sewardj* Add a VG_(sizeSWA) function
2008-12-06 sewardjAdd a new container data type, a Sparse Word Array...
2008-12-03 sewardjChange the memory allocation strategy used by the confl...
2008-11-17 sewardjAdd a comment re VG_(expand_file_name).
2008-11-13 sewardjAdd performance comments to VG_(sizeFM), and add new...
2008-11-05 sewardjAdd ioctl wrappers for Linux wireless extensions versio...
2008-11-05 sewardjSupport sys_pipe2 on {amd64,x86}-linux. Also, update...
2008-10-26 sewardjUpdate the C++ demangler to that from libiberty in...
2008-10-25 sewardjMerge Helgrind from branches/YARD into the trunk. ...
2008-10-18 sewardjget_Seg_containing_addr() (in h_main.c): remove naive...
2008-10-13 njn- Reinstate the 'atfork' from 2.4.0, which was more...
2008-10-12 njnPatch from Robert O'Callahan:
2008-09-18 sewardjMerge all remaining changes from branches/PTRCHECK...
2008-08-19 sewardjMake VG_(addToXA) and VG_(addBytesToXA) 64-bit clean.
2008-08-19 sewardjMove the WordFM (AVL trees of UWord-pairs) implementati...
2008-08-19 sewardjPresently, Valgrind (non-client) code that wants to...
2008-08-18 sewardjThe address space manager, and in particular the NSegme...
2008-07-07 bartMerged FORMATCHECK branch (r8368) to trunk.
2008-05-25 bart- Added support for querying information about .plt...
2008-05-14 bartAdded CLOCK_* definitions.
2008-05-01 sewardjBump the core/tool iface version number, since the...
2008-05-01 sewardjMerge branches/OTRACK_BY_INSTRUMENTATION into the trunk...
2008-04-27 bartAdded support for timerfd_create(), timerfd_gettime...
2008-04-21 bartRefined mallinfo() implementation (contributed by Eugen...
2008-03-29 bartAdded VG_(thread_get_stack_size)().
2008-03-22 bartMoved macro's that specify branch prediction hints...
2008-03-17 bartEnable compile-time format string checking by gcc if...
2008-03-03 njnupdate comments
2008-03-03 sewardjMerge in the DATASYMS branch.
2008-02-23 bartAdded const keyword to second argument of VG_(OSetGen_R...
2008-02-11 sewardjUpdate copyright dates ("200X-2007" --> "200X-2008").
2008-01-09 sewardjMove VG_(clo_backtrace_size) to a tool-visible header...
2008-01-08 tomMade the argument to VG_(am_get_filename) const as...
2008-01-08 tomUpdate linux system call lists based on 2.6.23.1 kernel...
2007-12-30 tomAdd const qualifiers to appropriate arguments of OSet...
next