2014-10-30 |
Florian Krohm | Merge revisions 14222, 14268, and 14270 from the BUF_RE... |
commit | commitdiff | tree |
2014-10-30 |
Julian Seward | Bug 340236 - 4 unhandled syscalls on aarch64/arm64: |
commit | commitdiff | tree |
2014-10-30 |
Julian Seward | Bug 340028 - unhandled syscalls for arm64 (msync, pread... |
commit | commitdiff | tree |
2014-10-30 |
Julian Seward | Bug 339940 - (arm64/aarch64) unhandled syscall: 83... |
commit | commitdiff | tree |
2014-10-29 |
Florian Krohm | Configury and Makefile tweaks to support compilation... |
commit | commitdiff | tree |
2014-10-29 |
Florian Krohm | New file m_compiler.c |
commit | commitdiff | tree |
2014-10-28 |
Florian Krohm | Merge revision 14309 from BUF_REMOVAL branch to trunk. |
commit | commitdiff | tree |
2014-10-28 |
Florian Krohm | When traversing VG_(args_for_client) there is no need... |
commit | commitdiff | tree |
2014-10-28 |
Florian Krohm | Fix some grammatical weirness which was reported in... |
commit | commitdiff | tree |
2014-10-27 |
Florian Krohm | Merge revisions 14356-14358 from the BUF_REMOVAL branch... |
commit | commitdiff | tree |
2014-10-27 |
Florian Krohm | Merge revisions 14255, 14293, and 14294 from the BUF_RE... |
commit | commitdiff | tree |
2014-10-27 |
Julian Seward | Enable test cases for |
commit | commitdiff | tree |
2014-10-26 |
Florian Krohm | Merge r14289 from the BUF_REMOVAL branch to trunk. |
commit | commitdiff | tree |
2014-10-26 |
Florian Krohm | Merge r14288 from the BUF_REMOVAL branch to trunk. |
commit | commitdiff | tree |
2014-10-25 |
Florian Krohm | Merge r14202 from the BUF_REMOVAL branch to trunk. |
commit | commitdiff | tree |
2014-10-24 |
Florian Krohm | Use AC_GCC_WARNING_COND to figure out whether the compiler |
commit | commitdiff | tree |
2014-10-23 |
Julian Seward | Add --resync-filter to the --help output. |
commit | commitdiff | tree |
2014-10-23 |
Julian Seward | Darwin only: add a filter mechanism that aims to remove... |
commit | commitdiff | tree |
2014-10-23 |
Julian Seward | Enable reading of Dwarf2 frame-unwind info on MacOS... |
commit | commitdiff | tree |
2014-10-23 |
Florian Krohm | 2 pints later: more coregrind constification. |
commit | commitdiff | tree |
2014-10-23 |
Julian Seward | Add a bit of casting to avoid a compiler warning follow... |
commit | commitdiff | tree |
2014-10-23 |
Florian Krohm | Followup to r14656. Fix compile problem on Darwin. |
commit | commitdiff | tree |
2014-10-22 |
Florian Krohm | Constify coregrind. |
commit | commitdiff | tree |
2014-10-22 |
Florian Krohm | Constify a variable. |
commit | commitdiff | tree |
2014-10-22 |
Florian Krohm | Change VG_(allocEltDedupPA) to return a pointer to... |
commit | commitdiff | tree |
2014-10-22 |
Julian Seward | Add test cases for all known arm64 load/store instructions. |
commit | commitdiff | tree |
2014-10-22 |
Florian Krohm | Enable -Wcast-qual when compiling the valgrind source. |
commit | commitdiff | tree |
2014-10-22 |
Florian Krohm | Change the return type of the replacement function... |
commit | commitdiff | tree |
2014-10-22 |
Florian Krohm | Change the initialisation of the newly allocated struct... |
commit | commitdiff | tree |
2014-10-22 |
Florian Krohm | Followup to r14646. The symbol TIOCSIG is not necessari... |
commit | commitdiff | tree |
2014-10-22 |
Florian Krohm | Update list of ignored files. |
commit | commitdiff | tree |
2014-10-21 |
Florian Krohm | Rewritten to avoid cast that drops const qualification. |
commit | commitdiff | tree |
2014-10-21 |
Florian Krohm | Add support for ioctl(fd, TIOCSIG, signal_number) which... |
commit | commitdiff | tree |
2014-10-20 |
Florian Krohm | Fix BZ 339789. /bin/true does not exist on Darwin. |
commit | commitdiff | tree |
2014-10-20 |
Florian Krohm | Fix the prerequisite of the none/tests/rlimit64_nofile... |
commit | commitdiff | tree |
2014-10-20 |
Florian Krohm | Fix some testcases which implicitly assumed that TMPDIR... |
commit | commitdiff | tree |
2014-10-20 |
Florian Krohm | Constify the tool interface. |
commit | commitdiff | tree |
2014-10-18 |
Florian Krohm | Constify. |
commit | commitdiff | tree |
2014-10-18 |
Florian Krohm | Constify m_oset, m_sparsewa, and m_wordfm. |
commit | commitdiff | tree |
2014-10-18 |
Florian Krohm | Change the definition of VgHashTable to not have pointe... |
commit | commitdiff | tree |
2014-10-17 |
Florian Krohm | Rewrite print_file_vars such that it does not modify its |
commit | commitdiff | tree |
2014-10-17 |
Florian Krohm | Remove some dead code. |
commit | commitdiff | tree |
2014-10-17 |
Julian Seward | _thread_suspend: hold on to the lock when suspending... |
commit | commitdiff | tree |
2014-10-17 |
Julian Seward | Add intercepts on MacOS 10.9 for |
commit | commitdiff | tree |
2014-10-17 |
Julian Seward | -Wmissing-enum seems to have arrived at the MacOS build... |
commit | commitdiff | tree |
2014-10-15 |
Florian Krohm | Remove unused variable VG_(clo_require_text_symbol). |
commit | commitdiff | tree |
2014-10-15 |
Julian Seward | di_notify_ACHIEVE_ACCEPT_STATE: before starting to... |
commit | commitdiff | tree |
2014-10-15 |
Julian Seward | Enable sys_fadvise64_64 on arm32. |
commit | commitdiff | tree |
2014-10-14 |
Florian Krohm | Merge revisions 14220, 14221, and 15629 from BUF_REMOVA... |
commit | commitdiff | tree |
2014-10-14 |
Florian Krohm | Merge revisions 14210 and 14626 from the BUF_REMOVAL... |
commit | commitdiff | tree |
2014-10-14 |
Julian Seward | Update. |
commit | commitdiff | tree |
2014-10-13 |
Florian Krohm | Inline function definitions must not refer to objects... |
commit | commitdiff | tree |
2014-10-13 |
Julian Seward | Modify the compiler detection test so as to accept... |
commit | commitdiff | tree |
2014-10-12 |
Julian Seward | Hide .version directives in assembly code on Mac, since... |
commit | commitdiff | tree |
2014-10-12 |
Julian Seward | Fix the thread-name facility and associated test on... |
commit | commitdiff | tree |
2014-10-11 |
Mark Wielaard | Bug 339858 arm64 dmb sy not implemented NEWS entry. |
commit | commitdiff | tree |
2014-10-11 |
Julian Seward | Update. |
commit | commitdiff | tree |
2014-10-11 |
Florian Krohm | Change eq_Invar to handle all kinds of InVars. |
commit | commitdiff | tree |
2014-10-11 |
Julian Seward | Handle (by ignoring) Imbe_CancelReservation. Detected... |
commit | commitdiff | tree |
2014-10-10 |
Mark Wielaard | Bug 339855 arm64 unhandled getsid/setsid syscalls. |
commit | commitdiff | tree |
2014-10-10 |
Mark Wielaard | Bug 339853 arm64 times syscall unknown. |
commit | commitdiff | tree |
2014-10-09 |
Florian Krohm | Forgotten mergeinfo update. |
commit | commitdiff | tree |
2014-10-09 |
Florian Krohm | Merge revisions 14213 and 14612 from the BUF_REMOVAL... |
commit | commitdiff | tree |
2014-10-09 |
Florian Krohm | Use __typeof__. |
commit | commitdiff | tree |
2014-10-07 |
Philippe Waroquiers | Add two gnu extensions DW_AT definition and tracing |
commit | commitdiff | tree |
2014-10-07 |
Philippe Waroquiers | follow up to fix for 339721 assertion 'check_sibling... |
commit | commitdiff | tree |
2014-10-07 |
Florian Krohm | Merge revisions 14372 and 14607 from the BUF_REMOVAL... |
commit | commitdiff | tree |
2014-10-07 |
Florian Krohm | Update mergeinfo. r14606 wasn't a proper svn merge... |
commit | commitdiff | tree |
2014-10-07 |
Florian Krohm | Merge revisions 14230, 14602, and 14604 from the BUF_RE... |
commit | commitdiff | tree |
2014-10-06 |
Philippe Waroquiers | Indicate the fix for 339721 is only partial |
commit | commitdiff | tree |
2014-10-06 |
Philippe Waroquiers | fix 339721 assertion 'check_sibling == sibling' failed... |
commit | commitdiff | tree |
2014-10-06 |
Florian Krohm | Followup to r14600. Copy the contents of pub_core_guest... |
commit | commitdiff | tree |
2014-10-06 |
Florian Krohm | Entangle header files a bit. Specifically, pub_core_bas... |
commit | commitdiff | tree |
2014-10-04 |
Florian Krohm | Use correct tag names in sys_getdents/64 wrappers. |
commit | commitdiff | tree |
2014-10-04 |
Florian Krohm | The XArray element type of variable "described" is... |
commit | commitdiff | tree |
2014-10-01 |
Florian Krohm | Merge revisions 14337, 14596 from the BUF_REMOVAL branc... |
commit | commitdiff | tree |
2014-09-30 |
Florian Krohm | Merge six easy pieces from the BUF_REMOVAL branch: |
commit | commitdiff | tree |
2014-09-30 |
Florian Krohm | Merge revisions 14216,14591,14593 from the BUF_REMOVAL... |
commit | commitdiff | tree |
2014-09-30 |
Julian Seward | Update. |
commit | commitdiff | tree |
2014-09-29 |
Carl Love | Add entry to NEWS file for fixed bugzilla 339433 |
commit | commitdiff | tree |
2014-09-29 |
Carl Love | Add entry to NEWS file for fixed bugzilla 339182 |
commit | commitdiff | tree |
2014-09-28 |
Florian Krohm | Merge r14125 from the BUF_REMOVAL branch to trunk. |
commit | commitdiff | tree |
2014-09-28 |
Florian Krohm | Merge revisions 14212 and 14586 from the BUF_REMOVAL... |
commit | commitdiff | tree |
2014-09-28 |
Bart Van Assche | drd/tests/std_thread2.supp: Add a suppression pattern |
commit | commitdiff | tree |
2014-09-28 |
Philippe Waroquiers | Fix VG_(snprintf) missing arg in inner setup |
commit | commitdiff | tree |
2014-09-28 |
Florian Krohm | Merge r14229 from the BUF_REMOVAL branch to trunk. |
commit | commitdiff | tree |
2014-09-28 |
Florian Krohm | Merge r14251 from BUF_REMOVAL branch to trunk. |
commit | commitdiff | tree |
2014-09-27 |
Florian Krohm | Merge r14209 from BUF_REMOVAL branch to trunk. |
commit | commitdiff | tree |
2014-09-27 |
Florian Krohm | Merge r14208 from BUF_REMOVAL branch to trunk. |
commit | commitdiff | tree |
2014-09-27 |
Florian Krohm | Merge 14206,14207,14261,14577,14578 from BUF_REMOVAL... |
commit | commitdiff | tree |
2014-09-27 |
Florian Krohm | Merge revisions 14203,14574,14575 from the BUF_REMOVAL |
commit | commitdiff | tree |
2014-09-27 |
Florian Krohm | Remove unneeded header file which does not exist on... |
commit | commitdiff | tree |
2014-09-27 |
Petar Jovanovic | mips64: enable soft-float build of the tests |
commit | commitdiff | tree |
2014-09-27 |
Petar Jovanovic | mips64: run FPU tests only when FPU is available |
commit | commitdiff | tree |
2014-09-27 |
Petar Jovanovic | mips: extend mips_features with a check for FPU |
commit | commitdiff | tree |
2014-09-26 |
Christian Borntraeger | implement KVM_KVMCLOCK_CTRL. Interestingly, the kernel... |
commit | commitdiff | tree |
2014-09-26 |
Christian Borntraeger | provide ioctl handlers for KVM_SET_TSS_ADDR. |
commit | commitdiff | tree |
2014-09-24 |
Florian Krohm | The testbuckets none/tests/ppc{32,64} did not build... |
commit | commitdiff | tree |
2014-09-24 |
Florian Krohm | Glibc versions prior to 2.5 do not define PTRACE_GETSIGINFO |
commit | commitdiff | tree |
2014-09-24 |
Florian Krohm | Ripple from constifying parameters of instrumentation... |
commit | commitdiff | tree |
next |