2004-08-01 |
Nicholas Nethercote | Replaced three global variables in vg_include.h with... |
commit | commitdiff | tree |
2004-08-01 |
Nicholas Nethercote | Cleaned up vg_include.h: |
commit | commitdiff | tree |
2004-08-01 |
Nicholas Nethercote | Fix bug #86254 -- symtab sorting was going array in... |
commit | commitdiff | tree |
2004-07-30 |
Nicholas Nethercote | Remove redundant duplicates of stuff in vg_kerneliface.h. |
commit | commitdiff | tree |
2004-07-30 |
Nicholas Nethercote | Removed unused VG_AR_CLIENT_STACKBASE_REDZONE_SZW. |
commit | commitdiff | tree |
2004-07-30 |
Nicholas Nethercote | Restructured the as_*() functions so they are simpler... |
commit | commitdiff | tree |
2004-07-29 |
Tom Hughes | Modify the ipc system call so that only those calls... |
commit | commitdiff | tree |
2004-07-29 |
Tom Hughes | Modified the fcntl system call so that only those reaso... |
commit | commitdiff | tree |
2004-07-29 |
Tom Hughes | Add support for allowing the POST function for a system... |
commit | commitdiff | tree |
2004-07-28 |
Nicholas Nethercote | Merge equivalent if statements. |
commit | commitdiff | tree |
2004-07-27 |
Jeremy Fitzhardinge | Fix the skiplist brokenness Nick found: |
commit | commitdiff | tree |
2004-07-26 |
Nicholas Nethercote | Added some comments. |
commit | commitdiff | tree |
2004-07-26 |
Nicholas Nethercote | Rename 'argv0' and 'argv1' to the more meaningful ... |
commit | commitdiff | tree |
2004-07-26 |
Nicholas Nethercote | Neaten up ume.h: don't export readelf(), mapelf, and... |
commit | commitdiff | tree |
2004-07-26 |
Nicholas Nethercote | Remove accidental double assignment. Also don't assume... |
commit | commitdiff | tree |
2004-07-26 |
Nicholas Nethercote | Er, actually make this test meaningful. It now aborts... |
commit | commitdiff | tree |
2004-07-26 |
Nicholas Nethercote | Remove unused global variable. |
commit | commitdiff | tree |
2004-07-26 |
Nicholas Nethercote | make non-exported function static |
commit | commitdiff | tree |
2004-07-25 |
Tom Hughes | Move the decoding of SFENCE out of the SSE only part... |
commit | commitdiff | tree |
2004-07-25 |
Tom Hughes | Add instruction tests for the LFENCE/MFENCE/SFENCE... |
commit | commitdiff | tree |
2004-07-22 |
Nicholas Nethercote | Clarify error msgs |
commit | commitdiff | tree |
2004-07-22 |
Nicholas Nethercote | In response to bug #85665, clarify what --trace-childre... |
commit | commitdiff | tree |
2004-07-21 |
Tom Hughes | Fix checking of execve() when argv is a null pointer. |
commit | commitdiff | tree |
2004-07-21 |
Nicholas Nethercote | Correct Cachegrind changes; better late than never. |
commit | commitdiff | tree |
2004-07-21 |
Nicholas Nethercote | Type name wibble |
commit | commitdiff | tree |
2004-07-20 |
Julian Seward | Fix scary bug causing mis-identification of SSE stores... |
commit | commitdiff | tree |
2004-07-20 |
Julian Seward | Remove duplicate suppressions for SuSE 9.0 (section... |
commit | commitdiff | tree |
2004-07-20 |
Nicholas Nethercote | typo |
commit | commitdiff | tree |
2004-07-20 |
Nicholas Nethercote | comment typo |
commit | commitdiff | tree |
2004-07-20 |
Julian Seward | Fix extremely obscure bug in xadd picked up by QEMU... |
commit | commitdiff | tree |
2004-07-20 |
Julian Seward | gcc sometimes generates "sbbl %reg,%reg" to convert... |
commit | commitdiff | tree |
2004-07-19 |
Tom Hughes | Some systems seem to need linux/netlink.h for linux... |
commit | commitdiff | tree |
2004-07-19 |
Nicholas Nethercote | Add another C call helper. |
commit | commitdiff | tree |
2004-07-18 |
Nicholas Nethercote | Include new_override.stdout.exp in 'make dist'. |
commit | commitdiff | tree |
2004-07-18 |
Julian Seward | --> 2.1.3.CVS |
commit | commitdiff | tree |
2004-07-18 |
Nicholas Nethercote | Extra info for FAQ. |
commit | commitdiff | tree |
2004-07-18 |
Julian Seward | --> 2.1.2 |
commit | commitdiff | tree |
2004-07-18 |
Julian Seward | add #85416. |
commit | commitdiff | tree |
2004-07-18 |
Tom Hughes | Only treat colons in the switch name as important when... |
commit | commitdiff | tree |
2004-07-17 |
Julian Seward | Version wibble |
commit | commitdiff | tree |
2004-07-17 |
Julian Seward | Track bug resolutions which happened today. |
commit | commitdiff | tree |
2004-07-17 |
Julian Seward | Deltas from Jeremy. |
commit | commitdiff | tree |
2004-07-17 |
Nicholas Nethercote | Add a bunch of asserts to check the results of calls... |
commit | commitdiff | tree |
2004-07-17 |
Tom Hughes | Make the _dl_relocate_object suppressions more general... |
commit | commitdiff | tree |
2004-07-17 |
Julian Seward | Update preamble a la Nick's suggestions. |
commit | commitdiff | tree |
2004-07-17 |
Nicholas Nethercote | Check mmap() and munmap() results at startup; they... |
commit | commitdiff | tree |
2004-07-17 |
Nicholas Nethercote | Clarify Cachegrind changes |
commit | commitdiff | tree |
2004-07-17 |
Julian Seward | 2.1.2 is imminent. I've tried to find all the changes... |
commit | commitdiff | tree |
2004-07-17 |
Tom Hughes | Make sure init_global_thread_specific_state() set the... |
commit | commitdiff | tree |
2004-07-17 |
Nicholas Nethercote | Support FBLD, FBSTP. Patch courtesy of Jani Monoses. |
commit | commitdiff | tree |
2004-07-16 |
Tom Hughes | Fix typo in comment. |
commit | commitdiff | tree |
2004-07-16 |
Julian Seward | Bring this up to date. |
commit | commitdiff | tree |
2004-07-16 |
Nicholas Nethercote | Slightly change, with J's approval, startup copyright... |
commit | commitdiff | tree |
2004-07-16 |
Nicholas Nethercote | apostrophe pedantry; comment change only |
commit | commitdiff | tree |
2004-07-16 |
Tom Hughes | Add comments to explain the address space padding techn... |
commit | commitdiff | tree |
2004-07-16 |
Tom Hughes | Commit missing kernel interface definitions for async... |
commit | commitdiff | tree |
2004-07-15 |
Tom Hughes | Implement support for the async I/O system calls in... |
commit | commitdiff | tree |
2004-07-15 |
Nicholas Nethercote | If new/new[] fails and should throw an exception, abort... |
commit | commitdiff | tree |
2004-07-15 |
Nicholas Nethercote | This commit fixes things so that the client stack can... |
commit | commitdiff | tree |
2004-07-15 |
Nicholas Nethercote | Merged Valgrind's heap and stack. This has two main... |
commit | commitdiff | tree |
2004-07-14 |
Nicholas Nethercote | Intercept 'nothrow' versions of delete and delete[]. |
commit | commitdiff | tree |
2004-07-12 |
Tom Hughes | Make sure the separator is restored when scan_colsep... |
commit | commitdiff | tree |
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 |
next |