More Char/HChar fixes and constification.
[ambi/valgrind.git] / coregrind /
2012-10-27 florianMore Char/HChar fixes and constification.
2012-10-26 petarjAdditional refinement in PRE(sys_ipc).
2012-10-23 philippefix 123837 semctl system call: 4rth argument is optiona...
2012-10-23 bartRemove build dependency on Xen header files - closes...
2012-10-22 petarjReserve space for frame header in disp_run_translations...
2012-10-21 philippeFollow-up to sys_ipc restructuration
2012-10-21 philippeFollow-up to sys_ipc restructuration
2012-10-21 philippeFix 308711 - give more info about aspacemgr and arenas...
2012-10-21 philipperestructure code for future fixing of 123837 (semctl...
2012-10-21 florianFirst round of Char/HChar fixups for coregrind and...
2012-10-21 philippeFix 308644 vgdb command for having the info for the...
2012-10-21 florianFix a few compiler warnings.
2012-10-21 florianFollowup to constification of VEX's external interface...
2012-10-20 florianAdd a FIXME
2012-10-19 petarjAdd a proper support for several MIPS instructions...
2012-10-18 florianFix VG_(cpuid) invocations.
2012-10-18 florianFix some prototypes.
2012-10-18 florianChange cache detection for x86/amd64 to fill in VexCach...
2012-10-17 philippeFix 308341 vgdb should report process exit (or fatal...
2012-10-15 bartxen: include arg struct field names when marking memory...
2012-10-15 bartxen: Remove cast of ARG* to unsigned int before pointer...
2012-10-15 bartxen: adding missing break.
2012-10-15 bartxen: Useful messages for sys/domctl interface_version...
2012-10-14 florianFix some more Char / HChar mixups
2012-10-14 florianChar/ HChar cleanup: The various panic and printf-like...
2012-10-12 philippeSome wrong options silently ignored if starting with...
2012-10-08 cborntrafix parent and child tid pointer mixup:
2012-10-07 florianThis is the 2nd installment of the cache info reorganis...
2012-10-07 florianFix compile error on ppc. Followup to r13028
2012-10-07 florianThis patch is the first installment of the cache info...
2012-10-04 tomAllow a null pointer as the second argument to capget.
2012-10-04 tomImplement a fake /proc/self/auxv file for linux systems.
2012-10-02 philippeUnbreak build on ppc64 (error: ‘EmWarn_PPC64_redir_unde...
2012-09-30 florianAdd include file.
2012-09-21 tomImplement some extra DW_OPs - more constants and some...
2012-09-21 tomRename CfiOp to CfiBinop in preparation for adding...
2012-09-21 tomWhen processing DW_OP_plus_uconst make sure we record...
2012-09-18 petarjEnable wrappers for sys_settimeofday and sys_stime...
2012-09-15 florianBe more flexible by allowing the compile command to...
2012-09-15 petarjSetup correct minimum malloc'd block size for MIPS.
2012-09-14 petarjEnable pre-wrapper for sys_shutdown for MIPS.
2012-09-09 bartvalgrind: Support Xen toolstack process ioctls
2012-09-09 petarjRestore unwind regs structure if VG_(use_CF_info) fails...
2012-09-06 bartdrd: Suppress race reports on .got sections too
2012-09-02 sewardj"Fix" stack bounds check when compiled by Clang 4.0...
2012-09-01 florianFix an uninitialised variable found be BEAM.
2012-09-01 sewardjGuard against negative symbol sizes in ELF symbol table...
2012-08-30 florians390: Detect floating point extension facility. Update...
2012-08-28 florianAdd a tester for V-bit propagation through IROps.
2012-08-28 florians390: Add zEC12 machine model. Fix spelling for some...
2012-08-26 florianOn s390: detect presence of stckf hardware facility.
2012-08-26 florianFollowup patch to r12899, purely mechanical. Rename:
2012-08-24 sewardjFix skipping of block forms when this code is compiled...
2012-08-24 sewardjFix up range checking in ML_(addLineInfo). Avoids...
2012-08-20 sewardjFix POST(posix_spawn) on Darwin so it marks the returne...
2012-08-20 philippefix 301281 valgrind hangs on OS X when the process...
2012-08-18 philippefix n-i-bz vgdb ptrace calls wrong on mips, causing...
2012-08-18 philippeFix 301281 valgrind hangs on OS X when the process...
2012-08-18 sewardjOn Darwin, use __NR_poll_nocancel rather than __NR_poll...
2012-08-16 philippeFix n-i-bz shmat of a segment > 4Gb does not work
2012-08-14 philippeImplement --vex-iropt-register-updates=sp-at-mem-access
2012-08-08 tomAdd support for the tee and vmsplice system calls....
2012-08-07 sewardjAdd a couple of useful examples to the --help text for
2012-08-06 florianChange script to also handle IBM's copyright notice.
2012-08-05 sewardjUpdate copyright dates to include 2012.
2012-08-05 petarjFixing incorrect case in putSyscallArgsIntoGuestState...
2012-08-05 philippe301265 - add x86 support to Android build
2012-08-03 philippefix 284540 (optimise suppression matching)
2012-08-03 sewardjAdd support for sys_shm_unlink on Darwin. Fixes #288298.
2012-08-02 sewardjBack off from 32 alignment of various guest state bits...
2012-08-02 sewardjUn-break the build on OSX < 10.8 following r12814
2012-08-02 sewardjAdd initial support for MacOSX 10.8. Note this is...
2012-08-02 sewardjBack out r12466, which stopped non-MAP_FIXED mmaps...
2012-08-01 philippeAvoid asserting when a segment is mapped both rw and rx.
2012-08-01 philippeRemove --vex-iropt-precise-memory-exns, implement ...
2012-07-31 philippeImplement --redzone-size and --core-redzone-size
2012-07-27 florianFix compiler warning.
2012-07-26 philippemicro-optimisation in m_libcbase.c cmp functions
2012-07-26 philippeImprove suppression matching performance when fun or...
2012-07-26 florianDue to s390's dealings with invalid insns we need to...
2012-07-26 florianApply first_ip_delta also when only one frame is requested
2012-07-23 florianPass first_ip_delta to VG_(record_depth_1_ExeContext...
2012-07-23 florianEliminate magic constant. Use VG_(clo_backtrace_size...
2012-07-23 petarjAvoid checking for bitset initialization if futex_wait_...
2012-07-21 sewardjNo need to list m_gdbserver.c twice in the Makefile.am.
2012-07-21 sewardjLocalise "struct reg regs[]".
2012-07-21 sewardjppc64-linux _start: don't assume ._start_in_C_linux...
2012-07-20 sewardjIf the compiler being used to build is clang, remember...
2012-07-18 philippeFix 303624 segmentation fault on Android 4.1 (e.g....
2012-07-18 philippeSmall cleanup: use VG_TRACK (when possible) to call...
2012-07-18 sewardjUn-break the build on MacOS, following r12742 (initial...
2012-07-16 petarjAdd some missing syscall numbers for MIPS.
2012-07-15 florianBefore printing a back-trace make sure that page contai...
2012-07-14 sewardjInitial support for DWZ compressed debuginfo -- don...
2012-07-13 florianFix ppCfiReg for s390 so --trace-cfi=yes no longer...
2012-07-13 sewardjFix loading of large Mach-O thin binaries. Bug #289470.
2012-07-13 sewardjAdd ioctl wrappers for "Linux user input device". ...
2012-07-13 sewardjClean up the PDB reader somewhat, mostly in the area...
2012-07-13 sewardjAllow multiple rw and rx mappings in the ELF debuginfo...
2012-07-11 tomWire up four more system calls on arm, based on patch
next