- 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 14 years ago
- 551fe93 Linux/syswrap: add support for USBDEVFS_RESET (patch contributed by Brad Hards <bradh@frogmouth.net>). by bart · 14 years ago
- 2a88a01 Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMP by sewardj · 14 years ago
- 97d3ebb Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMP by sewardj · 14 years ago
- 6c591e1 by sewardj · 14 years ago
- 66304e2 Remove a bunch more warnings generated by gcc-4.6 about dead by sewardj · 14 years ago
- 9134738 Add VALGRIND_RESIZEINPLACE_BLOCK() and hence close #267819. by bart · 14 years ago
- e61a628 Definitions relating to ptrace: replace bogus x86 versions with by sewardj · 14 years ago
- b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 14 years ago
- 8c7e25f <valgrind/valgrind.h>: Made VALGRIND_PRINTF() and VALGRIND_PRINTF_BACKTRACE() definitions (with NVALGRIND defined) C89-compliant. by bart · 14 years ago
- aa5a1ea Back out r11568 (Add a new constructor for empty XArrays, by sewardj · 14 years ago
- 804a78b Add a new constructor for empty XArrays, VG_(newSizedXA). This is by sewardj · 14 years ago
- 87a287b Preserve the stack's 16-alignment in x86 and amd64 wrappers. Fixes #254646. by sewardj · 14 years ago
- 807725e Define VG_CLREQ_SZB correctly on ARM, so Cachegrind and Callgrind by sewardj · 14 years ago
- c975eca Enable support for sys_ppoll on arm-linux (Rodrigo Belem, rodrigo.belem@openbossa.org). by sewardj · 14 years ago
- 8d1dc15 More unwind fixes for the amd64-linux CALL_FN_*_* macros, as per by sewardj · 14 years ago
- dea799c Only enable CFI annotations when __GCC_HAVE_DWARF2_CFI_ASM is defined. This should work for all platforms, all gcc versions and with and without -fno-dwarf2-cfi-asm / -fno-asynchronous-unwind-tables. Thanks to Jakub Jelinek for the hint. by bart · 14 years ago
- 410afd5 valgrind.h is again independent of config.h. Note: __builtin_frame_address() by bart · 14 years ago
- 520a03a Fix build failure I introduced in r11408, duh. by sewardj · 14 years ago
- 6022784 Tidy up ifdeffery a bit. (non-functional change) by sewardj · 14 years ago
- 0681bdd Fix build breakage on Darwin resulting from r11402 (see #243270), by sewardj · 14 years ago
- 19a00d3 Define VKI_SHMLBA on Darwin, so as to un-break build breakage caused by by sewardj · 14 years ago
- dfa55cf amd64-linux: add suitable CFI annotations so that unwinding through by sewardj · 14 years ago
- a69c2de Define VKI_SHMLBA for all supported Linux targets, thereby unbreaking by sewardj · 14 years ago
- 6045709 Make client sys_shmat work properly on arm-linux by taking into by sewardj · 14 years ago
- a3551be arm-linux: determine whether the host supports Neon by looking at our by sewardj · 14 years ago
- 2823aac Fixed an AMD64 bug reported by Evgeniy Stepanov: the order of by bart · 14 years ago
- 019a43f Made declaration and definition of VG_(thread_get_stack_size)(ThreadId) by bart · 14 years ago
- 83c5a92 Added functions for querying the properties of the alternate stack. by bart · 14 years ago
- fa5115a Refactoring: introduced new macro VALGRIND_DO_CLIENT_REQUEST_EXPR() and used that macro to reimplement RUNNING_ON_VALGRIND. by bart · 14 years ago
- b23d505 Add support for F_DUPFD_CLOEXEC. Fixes #238696. by tom · 14 years ago
- 0da2c77 Suppressed a few warnings reported by the Microsoft C Compiler. by bart · 14 years ago
- 7f48981 Ported to Win32. Tested that both RUNNING_ON_VALGRIND and VALGRIND_PRINTF() by bart · 14 years ago
- 1dbd337 Merge from branches/THUMB: m_machine changes needed for Thumb support: by sewardj · 14 years ago
- 34f87e2 Merge from branches/THUMB: add support for sys_pselect6, sys_pipe2, by sewardj · 14 years ago
- 5c65962 Add a new client request, VALGRIND_MAP_IP_TO_SRCLOC, so that clients by sewardj · 14 years ago
- 18a71e8 Replace the handful of uses of Vg_ExtraDebugMsg and VG_(emsg) with by njn · 14 years ago
- b1cc5d6 by njn · 14 years ago
- e323a6b Add --pages-as-heap option to Massif. Bug 203256. by njn · 14 years ago
- ea2d6fd Merged the MACOSX106 branch to the trunk. Merge command: by njn · 14 years ago
- 07b168d Reimplemented the _VKI_IOC_TYPECHECK() macro such that it doesn't trigger a by bart · 14 years ago
- a3054f5 Fixed compiler warnings about casting from const char * to char *. by bart · 14 years ago
- 0ee313e Add support for some EVIO ioctls. These are a bit abnormal because by tom · 15 years ago
- 8f8fa17 Add a method to get the contents of an XArray so we can index in by sewardj · 15 years ago
- 9eecbbb Update copyright dates to 2010. by sewardj · 15 years ago
- 0fe1d4c Rename preprocessor macro __VALGRIND__ to __VALGRIND_MAJOR__ and add comments. by sewardj · 15 years ago
- 39d234a Fix stupid bug in VG_(bzero_inline), as spotted by Bart. by sewardj · 15 years ago
- f7183e3 Inline most functions in VG_(use_CF_info). May or may not give a by sewardj · 15 years ago
- 7104416 Make the version number available in the valgrind.h headers, so by sewardj · 15 years ago
- 472a34b Add support for the getcpu system call on x86, ppc32 and ppc64. There by tom · 15 years ago
- 55703df Fix up a few issues with OSS ioctls. Fixes #227325. by tom · 15 years ago
- 8086f01 Increase number of supported threads to 500. Fixes #227328. by sewardj · 15 years ago
- c560fb3 Followup fix to r11006. Don't pass va_list by value through client by sewardj · 15 years ago
- 651cfa4 Apparently the dynamic linker on ARM-Linux has soname "ld-linux.so.3" by sewardj · 15 years ago
- 05b0715 Don't assume that va_list can be casted to an unsigned word. Fixes by sewardj · 15 years ago
- 41f1242 Include missing files in the tarball. by sewardj · 15 years ago
- ed35ae5 Handle sys_pipe2 on arm-linux; also add some missing numbers to by sewardj · 15 years ago
- 66da733 Redo r10971 ("Made sure that C++ compilers do not complain about the by sewardj · 15 years ago
- 7af3230 Tidy up determination of the PLAT_ macros a bit. by sewardj · 15 years ago
- 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
- 870f745 Removed dependency of include/pub_tool_basics.h on config.h. by bart · 15 years ago
- 2aed284 Made sure that C++ compilers do not complain about the _VKI_IOC_TYPECHECK() macro. by bart · 15 years ago
- 116458b Changes: by bart · 15 years ago
- e1c1a24 Handle adjtimex being called in adjtime mode correctly. Closes #219538. by tom · 15 years ago
- 92df0ea Document the 'cc' parameter for OSet creation. by njn · 15 years ago
- 710f7cb Add support for accept4 system call based on patch by tom · 15 years ago
- 9ceaa97 Re-enable old support for adjtimex system call based on patch by tom · 15 years ago
- d264514 Add support for ELF indirect functions. These are symbols of by tom · 15 years ago
- 9c85af7 Handle some extra aio opcodes in io_submit and io_getevents. by tom · 15 years ago
- 3fbccee Add support for the perf_counter_open system call. Fixes #211498. by tom · 15 years ago
- 4969c79 Update linux system calls lists to match 2.6.31.5 kernel. by tom · 15 years ago
- 588adef When generating XML output for suppressions, print the suppression by sewardj · 15 years ago
- 3a1b9a2 Add a crappy wrapper for access_extended(), one of the more ridiculous by njn · 15 years ago
- 18afe5d Try to fix error_counts. by njn · 15 years ago
- 4a76c5e Count leak as errors. Fixes bug 152393. by njn · 15 years ago
- b965efb Allow custom blocks to overlap with malloc blocks. Fixes bug 100628. by njn · 15 years ago
- 2d9e874 by sewardj · 15 years ago
- 608bfe7 Document the 'cc' param of VG_(malloc) et al. by njn · 15 years ago
- 97db761 Various option-related tweaks: by njn · 15 years ago
- d55f0d9 With the recent VG_(message) change, by njn · 15 years ago
- e3f1e59 (almost completely just function renaming): by sewardj · 15 years ago
- a0eee32 Don't instrument any code in ld.so. Doing so merely generates a large by sewardj · 15 years ago
- aedcc7a Improve futex system call support. Patch from BZ#201757 which I have by tom · 15 years ago
- a5453e9 Clarify a comment. by njn · 15 years ago
- 050eec5 Fixed a bug in the code for reading suppression files: the line numbers by bart · 15 years ago
- 578b171 Add new mangling Z-pair "ZD" to encode '$', since that's sometimes used by sewardj · 15 years ago
- daa5da5 Oops, this should have been included in r10583 ("New methods in WordXA:") by sewardj · 15 years ago
- 35db56c A fix for bug 186796: suppression symbol names were being truncated if they by njn · 15 years ago
- 28a9e23 Add support for __pthread_kill(). This hopefully fixes bug 201016. by njn · 15 years ago
- 5d9dc75 Merge include/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
- 32f8d8c Ignore MALLOCLIKE_BLOCK/FREELIKE_BLOCK if addr==0. Fixes bug 137073. DRD by njn · 15 years ago
- cf3bd97 Some ioctls don't look at ARG3 at all. Based on patches from Clemens by njn · 15 years ago
- 3ac9695 Attempt to improve the {MALLOC,FREE}LIKE_BLOCK documentation, based on by njn · 15 years ago
- 1c0ce7a Merge in branches/DCAS. by sewardj · 15 years ago
- 0111ec4 Add support for various aio_*() syscalls on Darwin. With them, Quicktime by njn · 15 years ago
- 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
- c190724 Darwin syscall wrapper cleanups: by njn · 15 years ago
- 2ff30c6 Add wrappers for sem_wait and sem_trywait on Darwin. Also change the layout by njn · 15 years ago
- 6e10c6c Fix URB ioctl handling. Patch from Hector Martin (bug 191095). by njn · 15 years ago
- 0660567 Handle another Linux ioctl. Patch from Jay Foad. by njn · 15 years ago