Age | Commit message (Expand) | Author | Files | Lines |
2005-10-15 | Clarify the disInstr message. | njn | 1 | -7/+10 |
2005-10-06 | Changed some overflow-prone counters from UInt to ULong. | njn | 1 | -4/+4 |
2005-09-29 | Add an explanatory message for when instruction decoding fails. | njn | 1 | -0/+9 |
2005-09-27 | This commit merges in changes from branches/ASPACEM (specifically, | sewardj | 2 | -27/+31 |
2005-09-12 | assert ppc guest_state vector regs are 16byte aligned | cerion | 1 | -0/+4 |
2005-08-28 | Give file a better name. | njn | 1 | -1/+1 |
2005-08-25 | comment-only wibbles | njn | 1 | -2/+2 |
2005-08-25 | avoid unnecessary newlines | njn | 1 | -4/+4 |
2005-08-17 | Partial implementation of mallinfo(). It still puts zero in all | njn | 1 | -0/+1 |
2005-08-07 | Valgrind-side stub for dealing with x86 sysenter artefacts from Vex. | sewardj | 1 | -0/+18 |
2005-08-05 | ppc32-linux: clear reservation before running thread; see attached | sewardj | 1 | -0/+20 |
2005-07-29 | Handle a failure case more gracefully. | sewardj | 1 | -0/+12 |
2005-07-27 | Move (commented out) call to VG_(tm_thread_switchto) to VG_(set_running) so | tom | 1 | -1/+4 |
2005-07-02 | Removed the remnants of the attempt at an ARM port, because it had | njn | 1 | -3/+0 |
2005-06-26 | Remove empty sanity check function. And clean up sanity checking in | njn | 1 | -14/+1 |
2005-06-26 | Simplify atfork to only provide the functionality we need. | njn | 1 | -1/+1 |
2005-06-24 | Moved Robert's stack tracking code out of m_aspacemgr into a new module | njn | 1 | -3/+4 |
2005-06-23 | Removed the VGA_/VGO_/VGP_ prefixes for arch/OS/platform-specific | njn | 1 | -14/+14 |
2005-06-23 | For symbols which have C-level global scope but which we regard as | sewardj | 3 | -15/+15 |
2005-06-21 | Move VG_(resume_scheduler) to m_signals, and make it local. Reduces | njn | 1 | -14/+0 |
2005-06-21 | Move VKI_SIGVGKILL and VKI_SIGVGRTUSERMAX out of vki-linux.h since they're | njn | 1 | -1/+1 |
2005-06-21 | Fix bug causing TINVALs to throw away huge numbers of translations | sewardj | 1 | -3/+2 |
2005-06-21 | Malloc replacement worked very much like a 'need', but wasn't one. | njn | 1 | -9/+9 |
2005-06-21 | Don't #include pub_core_debuginfo.h in pub_core_aspacemgr.h. So have | njn | 1 | -0/+1 |
2005-06-20 | Finally, valgrind on ppc32. | cerion | 1 | -0/+13 |
2005-06-20 | Remove some unnecessary #includes, comment some others. | njn | 2 | -4/+4 |
2005-06-19 | Move VG_(sanity_check_general) out of m_main.c into scheduler.c. | njn | 1 | -2/+88 |
2005-06-19 | Move VG_(bbs_done) out of main and make it local in scheduler.c. This | njn | 1 | -3/+8 |
2005-06-19 | Final commit for the initial modularisation pass: | njn | 2 | -138/+17 |
2005-06-18 | Created coregrind.h, a counterpart to valgrind.h containing the internal | njn | 1 | -4/+5 |
2005-06-17 | Renamed the m_syscalls module m_syswrap, which better describes what it | njn | 1 | -1/+1 |
2005-06-17 | Moved the basic syscall stuff out of m_libcbase.c into a new module | njn | 1 | -0/+1 |
2005-06-17 | Renamed VG_(mark_from_registers) to the more general | njn | 1 | -11/+0 |
2005-06-13 | Created m_machine, for various machine-related things. | njn | 1 | -35/+22 |
2005-06-12 | Moved the last two functions out of linux/core_os.c, and removed it. | njn | 1 | -2/+1 |
2005-06-12 | Moved more stuff out of core_os.c into better places. | njn | 1 | -2/+28 |
2005-06-12 | Finished the modularisation of vg_mylibc.c, which meant it could be removed. | njn | 2 | -0/+2 |
2005-06-11 | Having moved VG_(arena_strdup)() out of core.h, core.h no longer | njn | 1 | -0/+1 |
2005-06-10 | Moved various pieces of linux/core_os.c to the modules that use them. | njn | 1 | -2/+16 |
2005-06-10 | Modularised signal libc stuff into m_libcsignal. | njn | 1 | -0/+1 |
2005-06-07 | A major overhaul of all machinery to do with syscalls, but mostly of | sewardj | 1 | -5/+5 |
2005-06-04 | Implement stack registration client requests. See the documentation | rjwalsh | 1 | -0/+15 |
2005-06-04 | Modularised file and socket libc stuff in m_libcfile. | njn | 1 | -0/+1 |
2005-06-04 | Modularised assertions and panics in m_libcassert. | njn | 2 | -0/+2 |
2005-06-03 | Modularise printing functions in m_libcprint. | njn | 1 | -0/+1 |
2005-06-02 | Started modularising vg_mylibc. Put all the standalone stuff -- ie. not | njn | 1 | -0/+1 |
2005-06-01 | Modularised the profiling stuff as m_profile.c. It's much more | njn | 1 | -0/+1 |
2005-05-31 | Completely zero out all the thread records at initialisation. As far | sewardj | 1 | -1/+5 |
2005-05-31 | Modularised vg_signals.c as m_signals.c. | njn | 1 | -0/+1 |
2005-05-31 | Modularised vg_main.c as m_main.c. Moved some stuff out of it to reduce the | njn | 1 | -0/+2 |