- 6a3009b by njn · 20 years ago
- c62cc06 Change .CVS to .SVN by sewardj · 20 years ago
- b1131a8 Don't show VEX emulation warnings by default; they are just too tiresome. by sewardj · 20 years ago
- fcde2d2 Update VG_(bbs_done) correctly, so it agrees with the BB counts by sewardj · 20 years ago
- 3350a43 Explaination from David Woodhouse about meaning of thread groups. by sewardj · 20 years ago
- 08ccc5c Add missing break spotted by Nick. Turns out to be harmless - but by sewardj · 20 years ago
- 394790d Fix VG_({un}pad_address_space) so as to make sys_io_setup work again. by sewardj · 20 years ago
- 4d89e30 Fill in a bunch of amd64-specific crud. Still won't link though. by sewardj · 20 years ago
- 29faa50 Make existing tools aware of IR instruction marks. (They ignore them, though). by sewardj · 20 years ago
- ba30c1b Add an equally-valid looking alternative .stderr.exp for this test. by sewardj · 20 years ago
- ce7ec7d Add another possible .stderr output for memcheck/tests/writev. by sewardj · 20 years ago
- 9bd43d5 Remove pth_once from memcheck/tests. It already exists in by sewardj · 20 years ago
- 882af5f Reinstate VG_(find_root_memory). This makes the leak detector work again. by sewardj · 20 years ago
- 215776c Get rid of VG_(client_free) as it was never used. Rename its by sewardj · 20 years ago
- 1008bfc Update expected outputs to include missing stack frames that old UCode by sewardj · 20 years ago
- a168590 Don't try to stuff 16 bit values into 12 bit variables. by njn · 20 years ago
- f4d483b Replace an 8-line macro with a 2-line function that is also easier to by njn · 20 years ago
- 5fd5453 Make scalar.c slightly more robust against certain kinds of failures. by njn · 20 years ago
- ab63bbb Tweak manuel2 so that the Memcheck-detected error is more reliable, and that by njn · 20 years ago
- 036a491 Don't let GCC4.0 inline memcpy() and memcmp(), else the tests fail. by njn · 20 years ago
- c504748 Looks like the monkeys-with-typewriters department wrote the size-8 by sewardj · 20 years ago
- 3876e8d Stop sys_sigprocmask from dying with assertion failures. by sewardj · 20 years ago
- edc75ab Merge in the revised client request stuff from 2.4.X. This significantly by sewardj · 20 years ago
- 16063e6 Allow mmaps etc all the way down to zero. This 'fixes' as_mmap. by sewardj · 20 years ago
- ba04a7f Partially unbreak sigcontextings -- hopefully enough that self hosting works. by sewardj · 20 years ago
- d571aff Make sys_rt_sigreturn work. by sewardj · 20 years ago
- 31f7f26 Memcheck complains a lot at glibc-2.2.5 startup, for unclear reasons. by sewardj · 20 years ago
- 211dc45 gcc-2.96 build fixes. by sewardj · 20 years ago
- c24be7a Improve debug printing. by sewardj · 20 years ago
- 8138974 Fix another merge-related problem. I think this may resolve the by sewardj · 20 years ago
- 84ba89b Avoid compile warning. by njn · 20 years ago
- f308fd8 A gcc-2.96 build fix. by sewardj · 20 years ago
- 0d683fe A few more suppressions and redirections to keep memcheck happy. by sewardj · 20 years ago
- b71816c Don't read symbol tables for .so's that constitute part of Valgrind by sewardj · 20 years ago
- 0aa2479 Description of the master thread stuff. by sewardj · 20 years ago
- 79f76f2 A place to accumulate documentation for the hairiest bits of the system. by sewardj · 20 years ago
- b8dca86 Reinstated Memcheck. Did the full merge from CVS, except for the by njn · 20 years ago
- 86f12dc Reinstate Addrcheck. Some of the tests fail -- some of the leak ones by njn · 20 years ago
- adc585b Remove needless insn* tests. (They were removed once before, but were by njn · 20 years ago
- 76754cf Commit half-baked attempts to get memcheck and addrcheck to build. by sewardj · 20 years ago
- 2ac9524 by njn · 20 years ago
- e5f5769 Fix minor problems in filters. This helps a couple of massif tests to pass. by njn · 20 years ago
- b5d320c Oops. The code redir subsystem would work better if it actually got by sewardj · 20 years ago
- c7c3161 comment-only change by njn · 20 years ago
- 6e6588c Remove "VG_" prefix from non-global macros. by njn · 20 years ago
- a3b16dc Avoid name clash with builtin isdigit(). by njn · 20 years ago
- 083f302 Get rid of VG_(malloc_aligned)(), and make VG_(arena_malloc_aligned)() local by njn · 20 years ago
- 9f46df6 by njn · 20 years ago
- 9def6e6 Add support for sys_tgkill (syscall 270), needed by tls gunk on x86-linux. by sewardj · 20 years ago
- 828022a Remove the alignment arg from VG_(arena_calloc)() and VG_(arena_realloc)(), by njn · 20 years ago
- dac1e45 Remove dead function VG_(is_empty_arena)(). Also cleaned up the comment in by njn · 20 years ago
- 3049055 Comment-only change: use the right macro name. by njn · 20 years ago
- 14319cc Remove some dead macros. by njn · 20 years ago
- 562241e Make MAC_(print_malloc_stats) local by moving it and associated stuff to by njn · 20 years ago
- 0674acb Note that VG_(HT_construct)() allocates memory. by njn · 20 years ago
- 38629a7 Comment-only change: fix incorrect statement by njn · 20 years ago
- 9ec0f3e Make VG_(deliver_signals)() local. by njn · 20 years ago
- ab4779f Remove dead macros VG_UINSTR_READS_REG/VG_UINSTR_WRITES_REG. by njn · 20 years ago
- 669ef07 Make malloc stats debug messages fit in 80 chars. by njn · 20 years ago
- 1fd5eb2 Use Vg_DebugMsg for all the things printed with -v, rather than Vg_UserMsg. by njn · 20 years ago
- 9271cbc Move the ExeContext stats message earlier, and print it when verbosity == 2, by njn · 20 years ago
- b9ecfe3 comment-only wibble by njn · 20 years ago
- d06ed47 Add missing printf argument. by njn · 20 years ago
- 1d3566c by njn · 20 years ago
- a530fc6 For signals which are ignored by default (SIGCONT, CHLD, WINCH and URG), by njn · 20 years ago
- f225331 Fix incorrect parsing of 'R' floating-point types. by njn · 20 years ago
- 3f8c437 When a multi-threaded program forks(), only the thread actually by njn · 20 years ago
- cafca7b Get more useful stack traces for internal errors/panics which happen by njn · 20 years ago
- 21f9195 Documentation update. This should bring the core of the documentation by njn · 20 years ago
- 75a93cf Followup to rev 3319: remove bits of these tests which 3319 didn't, by sewardj · 20 years ago
- 93aa362 Get rid of dastest and rcl_assert. These test instructions that are by sewardj · 20 years ago
- 8c0b3bb BUGFIX: process_cmd_line_options mangles options with the syntax by njn · 20 years ago
- c88614a Add what I think is needed for the man page in the Makefile.am. by njn · 20 years ago
- 74e7012 Added Valgrind man page. (Ultimately, it would be best if this were by njn · 20 years ago
- cc6cc14 --num-callers default is now 12, so say that in the help. by njn · 20 years ago
- add20df Update expected output. by sewardj · 20 years ago
- c93d7b6 Handle sys_vfork correctly. This fixes none/tests/async-sigs. by sewardj · 20 years ago
- 6a32942 by njn · 20 years ago
- 47c98a7 Fix silly bug in munmap-implementation which caused massive leakage of by sewardj · 20 years ago
- 467a020 Don't print debug info. by njn · 20 years ago
- 5cbfac2 Update suppressions for X on FC3; by njn · 20 years ago
- c7c2402 Make libpthread strstr suppression a bit more general. by njn · 20 years ago
- d72f57d Further un-break signal handling following the merge. It's really by sewardj · 20 years ago
- 92a778c Update version to 3.0.0.CVS. Also change startup message to use this by njn · 20 years ago
- 090dc84 Fix up old stuff in README_DEVELOPERS, including VALGRINDLIB instructions. by njn · 20 years ago
- 8c92730 Update NEWS file for 2.4.0 release. by njn · 20 years ago
- 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 20 years ago
- a9c9c9b Unbreak build (for me, gcc-4.0.0-pre -- nested functions can't be static). by njn · 20 years ago
- 3fc7575 Fix yielding properly. by sewardj · 20 years ago
- 39b88fb Add missing comment. by sewardj · 20 years ago
- 2c0afae No longer needed. Bye! by sewardj · 20 years ago
- 2c5ffbe Get rid of dead code and/or localise global functions as needed to by sewardj · 20 years ago
- ae13f10 Add declaration for VG_(pre_clo_init) so we don't get warnings about it. by njn · 20 years ago
- a4a65a7 Remove dead code. by njn · 20 years ago
- bd67d8d by njn · 20 years ago
- 7afb913 Remove dead functions: VG_(set_arg_and_bogus_ret), VG_(thread_initial_stack). by njn · 20 years ago
- 7c5680a Remove dead declaration: VG_(print_malloc_stats). (But a function of the by njn · 20 years ago
- fb8f2df Remove meaningless "vg_" prefixes from several variables. by njn · 20 years ago
- 45561b1 Remove dead function: VG_(do_pthread_sigmask_SCSS_upd). by njn · 20 years ago
- aa3c26b by njn · 20 years ago