- 9fc153f Handle 'B' (volatile) and 'k' (const) qualifiers in stabs. (Tom by jseward · 21 years ago
- 27fc1da Folded cg_sim_{gen,I1,D1,L2}.c into cg_sim.c, which makes a lot more sense and by nethercote · 21 years ago
- bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
- d1c7140 Adding "use strict" and "use warnings", for safety. Required some extra by nethercote · 21 years ago
- 2886b0e Add copyright notices to new files. by jseward · 21 years ago
- f6f0e9f typo by mueller · 21 years ago
- 2aeb3f7 CVS_SILENT ignore by mueller · 21 years ago
- 8c68e04 infrastructure. Yes, it doesn't do much yet. by mueller · 21 years ago
- 3547d0b portability by mueller · 21 years ago
- 93d52c2 adding FreeBSD port made by Doug Rabson, thanks! by mueller · 21 years ago
- b3a8929 make it compile on FreeBSD by mueller · 21 years ago
- 854f6a0 remove test for malloc.h add tests for endian.h and sys/endian.h (FreeBSD like) by mueller · 21 years ago
- 535cc6e Fix compilation on FreeBSD. extracted from patch by Doug Rabson <dfr@nlsystems.com> by mueller · 21 years ago
- 531d34d stop whining. by mueller · 21 years ago
- 28b1195 Add possible workaround for FAQ 16, from Adam Spragg. by nethercote · 21 years ago
- 30c956a link bug reporting page instead CCMAIL: 69845-done@bugs.kde.org by mueller · 21 years ago
- cab0014 remove the files as they're no longer regularly maintained. NEWS should by mueller · 21 years ago
- 2b317b5 link the bugzilla CCMAIL: 69843-done@bugs.kde.org by mueller · 21 years ago
- 6ceb231 add support for mincore syscall, patch by Tom Hughes by mueller · 21 years ago
- 97da476 movntpd/movntps support (patch by Tom Hughes) CCMAIL: 69782-done@bugs.kde.org by mueller · 21 years ago
- 00a8a6f fix comment by mueller · 21 years ago
- f217c73 implement cmpxchg8b, patch by Tom Hughes. CCMAIL: 69688-done@bugs.kde.org by mueller · 21 years ago
- 556c9f8 (David Lee, <david.lee@teracruz.com>) by jseward · 21 years ago
- c9b3655 mark the braced expression as C(++) extension by mueller · 21 years ago
- f93e847 Add post-FV suppressions needed to make it tolerably quiet on SuSE 9. by jseward · 21 years ago
- 9236079 Statically allocate a page in the client address space for trampoline by fitzhardinge · 21 years ago
- ed82357 It seems newer linkers have scripts which mention the base address twice by fitzhardinge · 21 years ago
- b84164a Make sure we use gcc's ld, not whatever random ld we happen to find in the path. by fitzhardinge · 21 years ago
- 4e6184d De-anonymise a union so as to un-break compilation on gcc-2.95. by jseward · 21 years ago
- b19cff6 Add an implementation of strnlen for memcheck, from Tom Hughes. by jseward · 21 years ago
- 0845ef8 Add overlap checking for stpcpy(). by jseward · 21 years ago
- e3632c6 Fixed munmap bug - split_segment wasn't updating the lengths properly. by fitzhardinge · 21 years ago
- 1a4adf0 Fix nasty use after free bug revealed by last munmap fix. by fitzhardinge · 21 years ago
- 1a30304 Re-add proper support for mremap(). Also, fix a bug in munmap(). by fitzhardinge · 21 years ago
- a053a84 resolve_redir(): when a redirect is resolved, if the source has by jseward · 21 years ago
- da70e11 For whatever reason, ld-2.3.2.so (ld-linux.so.2) seems to have its own by jseward · 21 years ago
- 5348e56 Use the redir machinery to forcibly remap stpcpy in libc.so.6 to our by jseward · 21 years ago
- bdce5e0 Make the debug printing in the symbol redirect machinery, easier to understand. by jseward · 21 years ago
- dc8778a Add a vanilla implementation of stpcpy(). Does not do overlap checking by jseward · 21 years ago
- 920d04e Fix typo in VG_(munmap)() error checking, which made it never remove by fitzhardinge · 21 years ago
- 66ee750 Don't print prediction info for branches if we're not generating it. by fitzhardinge · 21 years ago
- d5605a0 mmap/munmap exerciser test by fitzhardinge · 21 years ago
- 15117d2 Make --trace-codegen start printing from the first basic block, rather by fitzhardinge · 21 years ago
- f8b559d Also remove vgpreload_*.so from LD_PRELOAD when we're not tracing children. by fitzhardinge · 21 years ago
- dba9d93 VG_(clo_pointercheck) is a Bool, which is a byte. by fitzhardinge · 21 years ago
- 01179d1 Sigh. Add the test files. by fitzhardinge · 21 years ago
- a02f881 Make rep; nop (pause) yield the thread. Based on a patch by Tom Hughes; by fitzhardinge · 21 years ago
- b791a19 Fix a bug in the last VG_(max_fd) change; VG_(safe_fd) doesn't work before by fitzhardinge · 21 years ago
- f0046f2 Patch from Tom Hughes: set VG_(max_fd) based on the current file by fitzhardinge · 21 years ago
- 462f4f9 An experiment in generating branch-prediction hints. Enable them with by fitzhardinge · 21 years ago
- 02665ba Ignore internal Valgrind file descriptors. by rjwalsh · 21 years ago
- 4683df9 ignore by mueller · 21 years ago
- c89f406 ignore by mueller · 21 years ago
- a49f9b5 Auto-generate stage2.lds so that the linker script matches the local linker. by fitzhardinge · 21 years ago
- 2bb5e86 Remove coregrind/vg_valgrinq_dummy.c by fitzhardinge · 21 years ago
- ff08cf5 Back out unintended change by fitzhardinge · 21 years ago
- 7e343cd Add and delete all the files which need adding and deleting. by fitzhardinge · 21 years ago
- 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
- a772847 Change the --track-fds code to use VG_AR_CORE rather than by fitzhardinge · 21 years ago
- efda47f Make symbol prefix matching table driver, and be a bit more careful by fitzhardinge · 21 years ago
- 2a09e6c patch by Jim Meyering: redirect error output to stderr, and exit with nonzero by mueller · 21 years ago
- 1c76dc4 When merging multiple symbols with the same address, rather than always by fitzhardinge · 21 years ago
- c27cc67 CVS_SILENT NPTL is Native Posix blah blah by cartman · 21 years ago
- 0b12daf Comment re tc size increase. by jseward · 21 years ago
- 3f409e8 Increase the max size of the translation cache from 200k average bbs to by jseward · 21 years ago
- 3e0803f Update regtest to match new error message by fitzhardinge · 21 years ago
- e45636f Change date. by jseward · 21 years ago
- 693028e ---> 2.1.0 by jseward · 21 years ago
- 4323065 Update for 2.1.0. by jseward · 21 years ago
- 8b3131a Patch in a DWARF1 (obsolete) line number reader, from the stable (2.0) by jseward · 21 years ago
- 48d9a48 Un-break 'make distcheck' yet again. I guess someone somewhere understands by jseward · 21 years ago
- 0e8bfcf Fix bug 69836: make record_fd_open ignore fds > VG_MAX_FD. by fitzhardinge · 21 years ago
- d9320a4 Reword warning message emitted by fd_allowed() to make it a little clearer. by jseward · 21 years ago
- 0edbfb5 Print "object doesn't have a %s" all on one line. by jseward · 21 years ago
- 126c64f Patch from Tom Hughes: make --gdb-attach=yes work when a program is by fitzhardinge · 21 years ago
- b6c6acb in C, casting of lvalues is illegal. by mueller · 21 years ago
- 2d1c1a1 allow absolute paths to be specified when "which" is not found. by mueller · 21 years ago
- c371dcf Fix yet more "make dist" borkage by nethercote · 21 years ago
- d8d5490 Add #includes to avoid compile warnings. by nethercote · 21 years ago
- 010c9b6 Fix more "make dist" borkage by nethercote · 21 years ago
- 607da77 Fix Makefile.am so "make dist" works. by nethercote · 21 years ago
- 5da1e17 Updated the README file. It had lots of out-of-date and incorrect information by nethercote · 21 years ago
- ed7e073 Whoops... back out changes accidentally made to this file with the last, by nethercote · 21 years ago
- 382a892 by nethercote · 21 years ago
- db23332 by nethercote · 21 years ago
- 2b0793f Grouped options in the usage message so they're a bit easier to understand. by nethercote · 21 years ago
- 0f19bce Make --leak-check observe -q properly -- only prints out errors, not general by nethercote · 21 years ago
- e25bdce Backing out bogus support for gettid() I added yesterday. by nethercote · 21 years ago
- f3b59bf Add gettid() syscall. by nethercote · 21 years ago
- 64366b4 Fix broken assertion, thanks to Tom Hughes. by nethercote · 21 years ago
- fd1ea4c Fixed test in section finding code that was broken for .plt and .got sections. by nethercote · 21 years ago
- b916f2d Remove out-of-date limitations from tech docs. by nethercote · 21 years ago
- cf539de Factor out repeated code for LOOP{E,NE} by nethercote · 21 years ago
- 211d05d fix alignment checking of __posix_memalign. merging to stable. by mueller · 21 years ago
- e33453f by nethercote · 21 years ago
- 39bbbd0 CVS_SILENT ignore by mueller · 21 years ago
- 8d715ca remove reference to --assume-2.4 option by mueller · 21 years ago
- 8400154 Fix comment by nethercote · 21 years ago
- e984028 reverting last commit, which broke all of valgrind. by mueller · 21 years ago
- 40d239c Fix up the have_settid test so it works on both plain 2.4 and 2.6 kernels. by fitzhardinge · 21 years ago