Age | Commit message (Expand) | Author | Files | Lines |
2008-05-12 | POST(sys_poll): mark the revents field even when RES==0. Fixes #158425. | sewardj | 1 | -1/+1 |
2008-05-12 | Fix wrappers for sys_futimesat and sys_utimensat. (Dan Kegel) | sewardj | 1 | -2/+4 |
2008-05-06 | Suppress stack-switching message in XML mode. | sewardj | 1 | -1/+1 |
2008-05-06 | Un-break signal frame delivery on ppc64 following recent Memcheck | sewardj | 1 | -2/+4 |
2008-05-02 | Make sure sp[0] and fp[0] are set in a rarely-taken path. Thanks to | sewardj | 1 | -0/+2 |
2008-05-01 | Temporarily work around compilation failures caused by non-definition | sewardj | 2 | -2/+2 |
2008-05-01 | Merge branches/OTRACK_BY_INSTRUMENTATION into the trunk. This adds | sewardj | 30 | -266/+609 |
2008-05-01 | Make sure the test for kernel version 2.6.22 will work correctly for the futu... | bart | 1 | -1/+2 |
2008-04-27 | Added support for timerfd_create(), timerfd_gettime() and timerfd_settime() s... | bart | 6 | -18/+128 |
2008-04-26 | Enabled syslog and create_module system calls. | bart | 3 | -6/+5 |
2008-04-26 | Added support for epoll_pwait(), utimensat(), eventfd(), timerfd() and signal... | bart | 7 | -19/+125 |
2008-04-21 | Refined mallinfo() implementation (contributed by Eugene Toder). | bart | 1 | -8/+36 |
2008-04-19 | Added mallinfo() implementation based on patch by Eugene Toder (see also bug ... | bart | 1 | -3/+31 |
2008-04-16 | Fixed compiler warning. | bart | 1 | -1/+1 |
2008-04-14 | Remove VG_ prefixing from static (non-exported) functions. | sewardj | 1 | -14/+14 |
2008-04-14 | Extended VG_(message)() buffer from 100 to 128 characters. Made sure that lin... | bart | 1 | -14/+45 |
2008-04-09 | Only read debug information from regular files, and not from device nodes. Do... | bart | 1 | -31/+18 |
2008-03-29 | Added VG_(thread_get_stack_size)(). | bart | 1 | -0/+7 |
2008-03-29 | Fixed a comment. | bart | 1 | -2/+1 |
2008-03-22 | Moved macro's that specify branch prediction hints to include/pub_tool_basics.h | bart | 1 | -9/+0 |
2008-03-17 | Kludgily fix a regression caused by the recent DATASYMS merge, which | sewardj | 1 | -0/+29 |
2008-03-12 | Merge, from branches/HGDEV, r7604 and r7609 (Try to address | sewardj | 1 | -0/+59 |
2008-03-08 | Handle DW_OP_deref. | sewardj | 1 | -0/+14 |
2008-03-07 | Try to handle the situation where an object is first split into a base | sewardj | 2 | -7/+144 |
2008-03-07 | Handle DW_FORM_data8. | sewardj | 1 | -1/+6 |
2008-03-06 | Don't tell m_redir (and the user) that debuginfo is about to be | sewardj | 1 | -2/+4 |
2008-03-03 | VG_(get_strace_wrk): don't segfault in the degenerate case fp_min = | sewardj | 1 | -1/+2 |
2008-03-03 | Compiles now with gcc 2.96 too. | bart | 1 | -2/+2 |
2008-03-03 | Don't be quite so paranoid about rejecting symbols that fall outside | sewardj | 1 | -1/+13 |
2008-03-03 | update comments | njn | 1 | -1/+1 |
2008-03-03 | Merge in the DATASYMS branch. | sewardj | 39 | -1839/+9825 |
2008-02-23 | Added const keyword to second argument of VG_(OSetGen_Remove)(). | bart | 1 | -1/+1 |
2008-02-11 | Always call ML_(generic_POST_sys_shmat) when a shmat call succeeds, even | tom | 3 | -9/+3 |
2008-02-11 | Update copyright dates ("200X-2007" --> "200X-2008"). | sewardj | 150 | -163/+163 |
2008-02-11 | Include headers for VG_(register_stack) calls. | sewardj | 5 | -0/+5 |
2008-02-08 | Make the clone system call wrappers call VG_(register_stack) to record | tom | 7 | -0/+27 |
2008-01-17 | Fix inconsistent order of fields. I think this is purely aesthetic | sewardj | 1 | -1/+1 |
2008-01-14 | Handle DW_OP_plus_uconst. Possibly fixes #155091 (not yet confirmed | sewardj | 1 | -0/+11 |
2008-01-09 | Enable some syscalls needed to run firefox on 64-bit ppc on Fedora 8. | sewardj | 1 | -3/+3 |
2008-01-09 | Move VG_(clo_backtrace_size) to a tool-visible header file. | sewardj | 1 | -2/+0 |
2008-01-08 | If we don't find the address in the segInfo list that ask the address | tom | 1 | -0/+8 |
2008-01-08 | Made the argument to VG_(am_get_filename) const as it doesn't need | tom | 1 | -1/+1 |
2008-01-08 | Add support for the sync_file_range system call. | tom | 4 | -0/+28 |
2008-01-08 | Valid file descriptor argument to llseek system call. | tom | 1 | -1/+4 |
2008-01-02 | Mark the main thread as running while the initial memory declarations | tom | 1 | -0/+10 |
2007-12-30 | Add const qualifiers to appropriate arguments of OSet routines. | tom | 1 | -6/+6 |
2007-12-22 | Comment-only change. | sewardj | 1 | -2/+2 |
2007-12-22 | AIX5 counterpart to r7302: Improve handling of programs which require | sewardj | 2 | -4/+31 |
2007-12-21 | Propagate the ucontext information with a received signal to the | tom | 8 | -23/+56 |
2007-12-21 | Add a new method VG_(record_depth_1_ExeContext), a trivial derivative | sewardj | 2 | -9/+37 |