- fab2990 update comments by njn · 17 years ago
- b8b79ad Merge in the DATASYMS branch. by sewardj · 17 years ago
- 966f055 Added const keyword to second argument of VG_(OSetGen_Remove)(). by bart · 17 years ago
- 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 17 years ago
- da09859 Move VG_(clo_backtrace_size) to a tool-visible header file. by sewardj · 17 years ago
- 858a0ef Made the argument to VG_(am_get_filename) const as it doesn't need by tom · 17 years ago
- 1618e58 Update linux system call lists based on 2.6.23.1 kernel source. by tom · 17 years ago
- 5a835d5 Add const qualifiers to appropriate arguments of OSet routines. by tom · 17 years ago
- c9d3383 AIX5 counterpart to r7302: Improve handling of programs which require by sewardj · 17 years ago
- 3059d27 Add a new method VG_(record_depth_1_ExeContext), a trivial derivative by sewardj · 17 years ago
- 9bc8d9e Don't do comparisons of (signed) Words by merely subtracting them, as by sewardj · 17 years ago
- 45fb4d3 by njn · 17 years ago
- d533990 Futz with headers. by sewardj · 17 years ago
- eb0fa93 New options for Memcheck, --malloc-fill=<hexnumber> and by sewardj · 17 years ago
- 5abcc0b Get rid of VG_NUMW_CLO, as it is pretty much identical to VG_NUM_CLO, by sewardj · 17 years ago
- e4faf5d Back out r7221, which was incorrect. by njn · 17 years ago
- 0b36e66 Fix NUM_CLO checking. by njn · 17 years ago
- bbec772 Misc changes needed to support exp-drd (Bart Van Assche). by sewardj · 17 years ago
- 7a387ea Core-tool iface changes needed to support exp-drd (Bart Van Assche). by sewardj · 17 years ago
- 2dd08f5 Tweak VG_(expand_file_name), as per Josef's suggestions. by njn · 17 years ago
- 374a36d by njn · 17 years ago
- 3ed1971 Add support for %q in --massif-out-file. Todo: use this mechanism for the by njn · 17 years ago
- 9d3f9d7 Support sys_utimensat on x86-linux. (Dan McGee) by sewardj · 17 years ago
- 497c69e Add support for private futexes (whatever they might be). Patch from by sewardj · 17 years ago
- 62721e9 - Make other integer CLO macros more correct, as I did for VG_NUM_CLO in the by njn · 17 years ago
- ea5d235 Add four 'strtoll' variants, which are like 'atoll' but let you detect if by njn · 17 years ago
- 391ddf8 Fix bogus grammar in r7139. by sewardj · 17 years ago
- 29d68f7 Clarify reason for existence of track_pre_thread_ll_create/_exit. by sewardj · 17 years ago
- 32397c0 Changed Massif to record the 'slop' heap bytes caused by rounding asked-for by njn · 17 years ago
- 25d7dfb Allow VG_(atoll16) to accept a leading "0x". by sewardj · 17 years ago
- adb102f by sewardj · 17 years ago
- ea226c4 Oops, this was missed out of r7118 (Merge (from branches/THRCHECK) the by sewardj · 17 years ago
- a07c2e1 by sewardj · 17 years ago
- 39f3423 by sewardj · 17 years ago
- 924e448 revert format checking warnings from trunk, will be done in a branch by dirk · 17 years ago
- f5e1898 add format argument checking. might find useful portability issues by dirk · 17 years ago
- 5b41092 Add VG_(atoll). by njn · 17 years ago
- e2a9ad3 Split the OSet interface into two parts: "OSetGen_", which is the existing by njn · 17 years ago
- 1231cc7 remove dead declaration by njn · 17 years ago
- 91b470c Make the --max-stackframe machinery 64-bit clean. by sewardj · 17 years ago
- 81651dc Merge, from CGTUNE branch, a cleaned up version of r6742: by sewardj · 17 years ago
- 3f94a7d Changes to m_hashtable: by sewardj · 17 years ago
- 198f34f Get rid of VG_(getcwd) and replace it with a pair of functions, by sewardj · 17 years ago
- b5579c3 VG_(needs_shadow_memory) does not exist; remove prototype for it. by sewardj · 17 years ago
- 38dba99 Add disclaimers. by sewardj · 18 years ago
- 9a0cba4 Fix some copyright notices: by njn · 18 years ago
- b63ca16 add a comment by njn · 18 years ago
- b4cfa2f Remove duplicate code -- make XArray use VG_(ssort). by njn · 18 years ago
- 1b4e123 Augment a comment. by njn · 18 years ago
- a007859 clarify comment by njn · 18 years ago
- 7f4d7e4 Add support for linux key management system calls. by tom · 18 years ago
- d5df125 Add support for some I2C ioctls. by tom · 18 years ago
- b807a78 Handle some additional ptrace reason codes. Based on a patch by tom · 18 years ago
- 0f63148 VG_(addToXA): return index in the array where the item was added. by sewardj · 18 years ago
- 14c7cc5 Get rid of the type XArrayStrings in m_clientstate and use new generic by sewardj · 18 years ago
- 7df1515 Make all the m_xarray functions tool-visible. by sewardj · 18 years ago
- f767d96 by sewardj · 18 years ago
- f7cdfe2 Unbreak aix build. by sewardj · 18 years ago
- 4d56c7c Make VG_(clo_log_file_qualifier) tool-visible. by sewardj · 18 years ago
- a3cc29f s/IRBB/IRSB/ by njn · 18 years ago
- c9d66c0 implement support for AT_FDCWD in openat() by dirk · 18 years ago
- 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
- e66f2e0 Merge (from 3_2_BRANCH) r6457/8 (Support 64k pages on ppc32/64-linux by sewardj · 18 years ago
- b5c7575 Get rid of the core-tool events pre_mutex_lock, post_mutex_lock and by sewardj · 18 years ago
- 3e32c87 Split the thread_runstate event into two, start_client_code and by njn · 18 years ago
- 0b9d74a by sewardj · 18 years ago
- 9756181 by sewardj · 18 years ago
- d7cf487 Add support for some USB ioctls. Based on patches from Jon Burgess and by tom · 18 years ago
- a39ebc8 Improve prctl support - based on patch from Eric Pouech in bug #138627. by tom · 18 years ago
- bb6311c by njn · 18 years ago
- fdec403 Make VG_STREQ return True or False, rather than any integer. by njn · 18 years ago
- 1c5bcb1 Get rid of the use of explicit register variables in the ppc32-linux by sewardj · 18 years ago
- 1319b49 by njn · 18 years ago
- f8126e9 change void* to Addr in mutex helpers. patch by Bard Van Assche. by dirk · 18 years ago
- 63d1c00 Move a couple of functions out of tool view. by sewardj · 18 years ago
- f1962d3 Fix bug in memcheck's instrumenter introduced in r6319. Big comment by sewardj · 18 years ago
- 0fc5cbd Move VG_BUGS_TO to pub_tool_basics.h so that Nulgrind need not import by njn · 18 years ago
- 0f8881b Fix installation of includes. by sewardj · 18 years ago
- 9644cfd Update 'expected' default translation size (partial merge of r6214). by sewardj · 18 years ago
- 0c24f8a Change authorship. by sewardj · 18 years ago
- dff46d5 Merge r6133: by sewardj · 18 years ago
- 6b9cc87 Merge r6132: by sewardj · 18 years ago
- e1f33a4 Merge r6131: by sewardj · 18 years ago
- 9a66bb9 Merge r6130: by sewardj · 18 years ago
- 811469c Merge r6128: by sewardj · 18 years ago
- f1c91e0 Merge r6127: Extend for AIX5. Nothing surprising here. by sewardj · 18 years ago
- f5c1a7f Merge r6125: Function-wrapping macros and associated stuff, for AIX. by sewardj · 18 years ago
- fa2a246 Merge r6119: by sewardj · 18 years ago
- 92ef1ed Merge r6092 and some of r6093: by sewardj · 18 years ago
- 1eff82b by sewardj · 18 years ago
- 358ebea Minor comment mods. by sewardj · 18 years ago
- c87b5ec Add further comments about the tool instrument function. by sewardj · 18 years ago
- 7ce6239 Add proper comments explaining the args for the tool instrumenation function. by sewardj · 18 years ago
- 6893d65 Move functions which deal with bad command line options from m_main by sewardj · 18 years ago
- 64ea7f8 Move VG_BUGS_TO to pub_tool_basics.h so that Nulgrind need not import by njn · 18 years ago
- 4cfea4f by sewardj · 18 years ago
- 4eee476 by sewardj · 18 years ago
- c740d76 A memory pool update from Graydon Hoare. by sewardj · 18 years ago
- 315dc8d Make this file a bit more 'gcc -ansi -pedantic' friendly (bug #132722). by sewardj · 18 years ago
- 2c1c9df Add a mempool-trimming client request (Graydon Hoare). by sewardj · 18 years ago