2004-07-12 |
Nicholas Nethercote | Add comment. |
commit | commitdiff | tree |
2004-07-11 |
Nicholas Nethercote | Update VG_(mmap)() in #if'd out branch. |
commit | commitdiff | tree |
2004-07-11 |
Nicholas Nethercote | Add some more assertion checking where it was lacking. |
commit | commitdiff | tree |
2004-07-11 |
Nicholas Nethercote | Removed some code from VG_(client_alloc)() that could... |
commit | commitdiff | tree |
2004-07-10 |
Nicholas Nethercote | Removed some unnecessary is_kerror() checks. |
commit | commitdiff | tree |
2004-07-10 |
Nicholas Nethercote | Added assertion checking to a whole bunch of mmap(... |
commit | commitdiff | tree |
2004-07-10 |
Nicholas Nethercote | Format wibble. |
commit | commitdiff | tree |
2004-07-10 |
Nicholas Nethercote | Format wibble |
commit | commitdiff | tree |
2004-07-10 |
Nicholas Nethercote | Whoops, fix comment. |
commit | commitdiff | tree |
2004-07-10 |
Nicholas Nethercote | Remove out-of-date comment. |
commit | commitdiff | tree |
2004-07-10 |
Nicholas Nethercote | A few changes: |
commit | commitdiff | tree |
2004-07-10 |
Nicholas Nethercote | Comment changes only. |
commit | commitdiff | tree |
2004-07-10 |
Nicholas Nethercote | Remove out-of-date comment -- should have been removed... |
commit | commitdiff | tree |
2004-07-10 |
Nicholas Nethercote | Removed the 'place-holder' behaviour of VG_(mmap).... |
commit | commitdiff | tree |
2004-07-10 |
Nicholas Nethercote | Change allocation failure message which is no longer... |
commit | commitdiff | tree |
2004-07-10 |
Nicholas Nethercote | Minor Makefile.am fix (doesn't actually change behaviou... |
commit | commitdiff | tree |
2004-07-10 |
Nicholas Nethercote | Don't force tool redzones to be multiples of 8. |
commit | commitdiff | tree |
2004-07-10 |
Nicholas Nethercote | Fix for bug #78048. |
commit | commitdiff | tree |
2004-07-10 |
Nicholas Nethercote | Fixed --sloppy-malloc and --trace-malloc, debugging... |
commit | commitdiff | tree |
2004-07-07 |
Tom Hughes | Only print a warning about not having identified the... |
commit | commitdiff | tree |
2004-07-06 |
Nicholas Nethercote | minor |
commit | commitdiff | tree |
2004-07-06 |
Nicholas Nethercote | Completely overhauled Cachegrind's data structures... |
commit | commitdiff | tree |
2004-07-03 |
Nicholas Nethercote | Remove unused variable. |
commit | commitdiff | tree |
2004-07-02 |
Nicholas Nethercote | Fix meaningless typo. |
commit | commitdiff | tree |
2004-07-02 |
Jeremy Fitzhardinge | Clarify that you can also iterate from the result of... |
commit | commitdiff | tree |
2004-07-01 |
Nicholas Nethercote | Couple of clarifying comments about skip lists. (Commen... |
commit | commitdiff | tree |
2004-07-01 |
Julian Seward | Fix confusing and wrong comment in definition of live... |
commit | commitdiff | tree |
2004-06-30 |
Nicholas Nethercote | Fixed variable name mixup, removed no-longer-used VG_ST... |
commit | commitdiff | tree |
2004-06-30 |
Jeremy Fitzhardinge | Add some comments describing the various kinds of magic... |
commit | commitdiff | tree |
2004-06-29 |
Tom Hughes | Make VPATH builds work so that valgrind can be built... |
commit | commitdiff | tree |
2004-06-28 |
Tom Hughes | Remove the .in_place directory on a make distclean. |
commit | commitdiff | tree |
2004-06-28 |
Tom Hughes | Fixed typo in makefile. |
commit | commitdiff | tree |
2004-06-27 |
Tom Hughes | Bumped the core interface major version number to refle... |
commit | commitdiff | tree |
2004-06-27 |
Tom Hughes | Removed all uses of nested functions as they only work... |
commit | commitdiff | tree |
2004-06-27 |
Tom Hughes | Removed duplicate call to rw_remap. |
commit | commitdiff | tree |
2004-06-27 |
Tom Hughes | Commit the patch from bug 69508 that seeks to make... |
commit | commitdiff | tree |
2004-06-27 |
Nicholas Nethercote | typo |
commit | commitdiff | tree |
2004-06-27 |
Nicholas Nethercote | Printing slightly more informative message when mmap... |
commit | commitdiff | tree |
2004-06-27 |
Nicholas Nethercote | Changed (client-heap-size : client-map-seg-size) ratio... |
commit | commitdiff | tree |
2004-06-26 |
Tom Hughes | Implement an emulated soft limit for file descriptors... |
commit | commitdiff | tree |
2004-06-25 |
Tom Hughes | Ignore all addrcheck test output files. |
commit | commitdiff | tree |
2004-06-23 |
Nicholas Nethercote | Reduce rounding size for gap between shadow memory... |
commit | commitdiff | tree |
2004-06-22 |
Nicholas Nethercote | Remove unused #define |
commit | commitdiff | tree |
2004-06-22 |
Nicholas Nethercote | Convert VG_(exitcode), a global variable, into a local... |
commit | commitdiff | tree |
2004-06-22 |
Nicholas Nethercote | Remove a function and global variable no longer needed. |
commit | commitdiff | tree |
2004-06-22 |
Nicholas Nethercote | Update .cvsignore files |
commit | commitdiff | tree |
2004-06-22 |
Nicholas Nethercote | Slightly disentangle main(). |
commit | commitdiff | tree |
2004-06-22 |
Nicholas Nethercote | Remove two no-longer-used global vars. |
commit | commitdiff | tree |
2004-06-22 |
Tom Hughes | Prevent applications from blocking SIGVGINT in the... |
commit | commitdiff | tree |
2004-06-21 |
Nicholas Nethercote | Streamlined --help message a bit. |
commit | commitdiff | tree |
2004-06-21 |
Nicholas Nethercote | Renamed the following options: |
commit | commitdiff | tree |
2004-06-19 |
Robert Walsh | Memory pool support. |
commit | commitdiff | tree |
2004-06-19 |
Tom Hughes | Don't try and validate the contents of the environment... |
commit | commitdiff | tree |
2004-06-19 |
Tom Hughes | Add support for the FIGETBSZ and FIBMAP ioctls based... |
commit | commitdiff | tree |
2004-06-19 |
Tom Hughes | Add support for the HDIO_GET_IDENTITY ioctl based on... |
commit | commitdiff | tree |
2004-06-17 |
Tom Hughes | Add support for SIOCGMIIPHY, SIOCGMIIREG and SIOCSMIIRE... |
commit | commitdiff | tree |
2004-06-17 |
Oswald Buddenhagen | make "make dist" work. |
commit | commitdiff | tree |
2004-06-16 |
Nicholas Nethercote | Introduced 4 macros to minimise boilerplate command... |
commit | commitdiff | tree |
2004-06-16 |
Tom Hughes | Added VG_(cpuid) to replace the various bits of inline... |
commit | commitdiff | tree |
2004-06-16 |
Nicholas Nethercote | Reinstate -h option, which disappeared at some point. |
commit | commitdiff | tree |
2004-06-16 |
Nicholas Nethercote | Removed documentation references to the 'ioctl-VTIME... |
commit | commitdiff | tree |
2004-06-15 |
Nicholas Nethercote | Fixed up various command line option scenarios: |
commit | commitdiff | tree |
2004-06-15 |
Nicholas Nethercote | Cater for systems lacking AT_SYSINFO. |
commit | commitdiff | tree |
2004-06-14 |
Tom Hughes | Don't bother trying to test semtimedop if it isn't... |
commit | commitdiff | tree |
2004-06-14 |
Tom Hughes | Include config.h so that the test for semtimedop works. |
commit | commitdiff | tree |
2004-06-14 |
Tom Hughes | Fixed the sem test to work on systems with semtimedop. |
commit | commitdiff | tree |
2004-06-14 |
Nicholas Nethercote | Unbreak compilation due to missing #define. |
commit | commitdiff | tree |
2004-06-14 |
Jeremy Fitzhardinge | Fix problem with FC2's vdso (sysinfo) page, which lives... |
commit | commitdiff | tree |
2004-06-13 |
Tom Hughes | Fixed cast to work on NPTL systems. |
commit | commitdiff | tree |
2004-06-13 |
Tom Hughes | Add support for the semtimedop system call. |
commit | commitdiff | tree |
2004-06-13 |
Tom Hughes | When cancelling a thread that is waiting on a condition... |
commit | commitdiff | tree |
2004-06-13 |
Tom Hughes | Add support for separate debug files, which are just... |
commit | commitdiff | tree |
2004-06-13 |
Tom Hughes | Add a strrchr implementation. |
commit | commitdiff | tree |
2004-06-12 |
Tom Hughes | Fixed the NPTL cleanup handler support to try and make... |
commit | commitdiff | tree |
2004-06-12 |
Tom Hughes | It appears that NPTL uses a new system for dealing... |
commit | commitdiff | tree |
2004-06-04 |
Tom Hughes | There is no __accept in any libc or libpthread that... |
commit | commitdiff | tree |
2004-06-03 |
Tom Hughes | Add an extra suppression for Fedora Core 2/glibc 2... |
commit | commitdiff | tree |
2004-06-03 |
Tom Hughes | Changed cancellation wrappers to use dlsym(RTLD_NEXT... |
commit | commitdiff | tree |
2004-06-03 |
Jeremy Fitzhardinge | Oops - fix up broken assert. |
commit | commitdiff | tree |
2004-06-03 |
Jeremy Fitzhardinge | Partial fix for bug 76869. This fixes the problem... |
commit | commitdiff | tree |
2004-06-02 |
Nicholas Nethercote | Fix wishlist item 82098, thanks to Ralf Wildenhues: |
commit | commitdiff | tree |
2004-06-02 |
Nicholas Nethercote | Added "repne movs", not official but seems to occur... |
commit | commitdiff | tree |
2004-05-11 |
Nicholas Nethercote | Fix patch from this morning -- missing commas, erk |
commit | commitdiff | tree |
2004-05-11 |
Nicholas Nethercote | Teach Massif about the 'nothrow' versions of new and... |
commit | commitdiff | tree |
2004-05-11 |
Nicholas Nethercote | Update copyright |
commit | commitdiff | tree |
2004-05-05 |
Nicholas Nethercote | Fix for bug #80942. |
commit | commitdiff | tree |
2004-05-04 |
Nicholas Nethercote | Fix comment |
commit | commitdiff | tree |
2004-04-29 |
Robert Walsh | Suppressions for Fedora Core 2. |
commit | commitdiff | tree |
2004-04-29 |
Robert Walsh | Implement syscall 258, for those of use running Fedora... |
commit | commitdiff | tree |
2004-04-27 |
Nicholas Nethercote | Fix for bug 79355: fix up bogus assertion that was... |
commit | commitdiff | tree |
2004-04-26 |
Nicholas Nethercote | Add missing SSE case for Memcheck's instrumentation... |
commit | commitdiff | tree |
2004-04-26 |
Nicholas Nethercote | Tighten MOV's sanity checking slightly |
commit | commitdiff | tree |
2004-04-26 |
Nicholas Nethercote | Split some combined error messages, so they are more... |
commit | commitdiff | tree |
2004-04-25 |
Nicholas Nethercote | Fix supps for Valgrind's own libpthread leak. |
commit | commitdiff | tree |
2004-04-22 |
Nicholas Nethercote | Fix bug in helper_{IN,OUT} -- they weren't preserving... |
commit | commitdiff | tree |
2004-04-22 |
Tom Hughes | Cope with AT_xCACHEBSIZE not being defined, which they... |
commit | commitdiff | tree |
2004-04-22 |
Nicholas Nethercote | SETV and TESTV never have an ArchReg as their first... |
commit | commitdiff | tree |
2004-04-22 |
Tom Hughes | Make support for the FBIOGET ioctls conditional on... |
commit | commitdiff | tree |
2004-04-21 |
Tom Hughes | Add support for the FBIOGET_VSCREENINFO and FBIOGET_FSC... |
commit | commitdiff | tree |
2004-04-21 |
Tom Hughes | Change the debugger attachment code to send the STOP... |
commit | commitdiff | tree |
next |