Age | Commit message (Expand) | Author | Files | Lines |
2011-08-18 | Add a new simulation hint, --sim-hints=fuse-compatible, which causes | sewardj | 1 | -0/+15 |
2011-08-11 | Make do_mremap only check new_addr for wraparound if MREMAP_FIXED was | tom | 1 | -2/+3 |
2011-06-28 | Delete the AIX5 port. The last release this worked for is 3.4.1, | sewardj | 1 | -3/+2 |
2011-05-17 | gdbserver: (#214909 c 82) | sewardj | 1 | -0/+11 |
2011-04-11 | Create new module m_libcsetjmp, which wraps up uses of | sewardj | 1 | -0/+1 |
2011-03-07 | Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind | sewardj | 1 | -0/+5 |
2010-12-08 | When a shmat() size is passed to the tool, round it up to a page size. This | njn | 1 | -2/+2 |
2010-12-06 | New command line option: --trace-children-skip-by-arg, which allows | sewardj | 1 | -1/+22 |
2010-10-06 | Make client sys_shmat work properly on arm-linux by taking into | sewardj | 1 | -2/+19 |
2010-10-06 | get_shm_size(): pass VKI_IPC_64 to our shmctl call if it is available, | sewardj | 1 | -3/+10 |
2010-09-27 | Calling VG_(am_relocate_nooverlap_client) will destroy the descriptor | tom | 1 | -2/+4 |
2010-05-03 | Update copyright dates to 2010. | sewardj | 1 | -1/+1 |
2009-12-29 | Removed dependency of include/pub_tool_basics.h on config.h. | bart | 1 | -0/+2 |
2009-11-25 | Fix type in r10951. Not sure why this didn't cause a compilation | sewardj | 1 | -1/+1 |
2009-11-25 | Rename LOHI64 to MERGE64 and make it work correctly on big endian | tom | 1 | -13/+19 |
2009-11-05 | New flag: --trace-children-skip=patt1,patt2,etc | sewardj | 1 | -7/+11 |
2009-08-25 | Switched back from dynamic detection of whether the proc filesystem | bart | 1 | -6/+9 |
2009-08-25 | Renamed the function VG_(have_proc_filesystem)() into | bart | 1 | -2/+2 |
2009-08-23 | The configure-time test whether the proc filesystem is mounted (introduced | bart | 1 | -9/+6 |
2009-07-15 | Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. | sewardj | 1 | -39/+49 |
2009-06-24 | This commit merges the BUILD_TWEAKS branch onto the trunk. It has the | njn | 1 | -1/+6 |
2009-06-15 | Make the sys_newlstat wrapper more like those of similar *stat() syscalls. | njn | 1 | -3/+1 |
2009-06-10 | Implement and test wrappers for lstat_extended, stat64_extended, | njn | 1 | -1/+1 |
2009-06-03 | A number of changes relating to syscall numbering: | njn | 1 | -11/+2 |
2009-05-28 | Merge the DARWIN branch onto the trunk. | njn | 1 | -7/+129 |
2009-05-25 | DARWIN sync: timeval. | njn | 1 | -1/+1 |
2009-05-24 | DARWIN sync: sys_truncate64 and sys_ftruncate64 wrappers. | njn | 1 | -10/+19 |
2009-05-24 | DARWIN sync: remove redundant check (it's done again in pre_mem_sock_addr()). | njn | 1 | -3/+0 |
2009-05-24 | DARWIN sync: sys_open wrapper. | njn | 1 | -14/+17 |
2009-05-23 | DARWIN sync: sys_readlink layout. | njn | 1 | -16/+21 |
2009-05-23 | DARWIN sync: remove '.' from some field names for consistency, and factor | njn | 1 | -24/+18 |
2009-05-22 | DARWIN sync: all the timeval stuff | njn | 1 | -13/+36 |
2009-05-22 | DARWIN sync: comment and braces. | njn | 1 | -1/+5 |
2009-05-22 | DARWIN sync: add ML_({PRE,POST}_unknown_ioctl). | njn | 1 | -0/+64 |
2009-05-21 | Merge r10085, r10086 (post-fork handling) from the DARWIN branch. | njn | 1 | -9/+9 |
2009-05-19 | DARWIN sync: pread64 and pwrite64 wrappers. | njn | 1 | -48/+23 |
2009-05-18 | Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the | njn | 1 | -43/+64 |
2009-05-10 | Merge r9828 (fix aspacem layering violation) from the DARWIN branch. | njn | 1 | -61/+68 |
2009-04-28 | Merged r9657 (fdleak fixes) from the DARWIN branch. | njn | 1 | -10/+16 |
2009-03-10 | Updated copyright years. | njn | 1 | -1/+1 |
2009-03-03 | Use "status" as the argname for 'exit' and 'exit_group'. | njn | 1 | -6/+1 |
2009-02-25 | atoll() is a terrible function -- you can't do any error checking with it. | njn | 1 | -5/+10 |
2009-02-24 | Remove a number of unused parameters, found with -Wunused-parameter. | njn | 1 | -8/+5 |
2009-02-22 | Merge a large chunk of r8949 (the part that moved fcntl and ioctl wrappers | njn | 1 | -2015/+5 |
2009-02-22 | Make fcntl and fcntl64 wrappers more consistent. | njn | 1 | -3/+5 |
2009-02-17 | Merged r9185 (fix up getsockopt mess) from the DARWIN branch, minus the | njn | 1 | -84/+24 |
2009-01-22 | Some minor format string fixes for gcc-3.3.3 (SuSE 9.1). Not sure why | sewardj | 1 | -1/+1 |
2009-01-15 | The SG_GET_TIMEOUT ioctl doesn't write to memory - it returns the | tom | 1 | -2/+0 |
2009-01-15 | The SG_GET_VERSION_NUM ioctl writes to memory rather than reading it. | tom | 1 | -1/+2 |
2008-11-16 | Handle sys_lookup_dcookie on amd64-linux (Andrew Haley). Also take | sewardj | 1 | -18/+0 |