summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-03-29Fix overnight build script to use subversion to get the source andtom1-6/+14
2005-03-29Fixed test result to be independent of the system address size.tom2-2/+2
2005-03-28The open system call has a post handler.tom1-1/+1
2005-03-28Implement some more system calls on amd64.tom1-4/+4
2005-03-28Actually setup the arguments for a signal handler before runningtom1-2/+7
2005-03-27Reinstate a few more syscalls.sewardj1-7/+7
2005-03-27Remove an out-of-date FAQ, putting the still-relevant part in anothernjn2-90/+29
2005-03-27comment-only changesewardj1-1/+1
2005-03-27VG_(get_memory_from_mmap_for_client)() need not be tool-visible.njn2-3/+3
2005-03-27Remove the "vg_" prefix from a lot of non-global variables.njn8-156/+156
2005-03-27VG_(bbs_done) doesn't need to be tool-visible.njn2-3/+3
2005-03-27Remove dead field '.siginfo' from ThreadState(!)njn1-4/+0
2005-03-27Remove dead macros and declaration.njn1-11/+0
2005-03-27Add VGA_ prefix to the arch-specific macros {MIN,MAX}_INSTR_SIZE andnjn13-92/+93
2005-03-27Add VG_ prefix to SKIPLIST_INIT and IS_*_ALIGNED macros. Also pullnjn11-67/+65
2005-03-27Track generic and x86 changes.sewardj1-1/+1
2005-03-27Remove dead macros 'mycat' and 'mycat_wrk'.njn1-3/+0
2005-03-27Merge STR and VG__STRING macros into one, VG_STRINGIFY. Also, innjn6-14/+13
2005-03-27Make the 'arg' parameter to VG_BOOL_CLO and similar macros explicit, rathernjn6-70/+66
2005-03-27Remove some old CLOs that were hanging around for backward compatibility.njn1-16/+1
2005-03-26Pay attention to the annotations on dirty helper calls, since theysewardj1-1/+22
2005-03-26Tweaks involving VG_(strncpy_safely)(), mostly to shorten code sequences.njn4-26/+8
2005-03-26The two patches attached resolve the exit-hang (of OOo) bug for me. The firstnjn5-14/+122
2005-03-26Add missing declaration.njn1-0/+2
2005-03-26sys_futex's FUTEX_(CMP_)REQUEUE requests use the futex2 pointer (not njn1-6/+34
2005-03-26Handle a couple kinds of executable mutation: a read-only bss, and a njn1-6/+11
2005-03-26Skip a stab if it has no ':' at all.njn1-1/+11
2005-03-26Sync NEWS with CVS version.njn1-46/+143
2005-03-26More amd64 signal handling fixes (Tom Hughes)sewardj4-4/+39
2005-03-26On amd64, use default cache sizes for now, rather than bombing outsewardj1-2/+11
2005-03-26Unbreak amd64 build. We need to have an overnight autobuild runningsewardj1-1/+1
2005-03-26Remove unneeded vg_intercept.c.base, which was still hanging around from thenjn2-129/+1
2005-03-26Make our VG_(isspace)() match libc's isspace(). And remove ISSPACE andnjn3-20/+19
2005-03-26Obsoleted three client requests that were still hanging around from the oldnjn7-59/+22
2005-03-26Use "VGO_" prefix for various OS-specific exports.njn6-80/+80
2005-03-26Use VGP_ prefix more consistently for platform-specific exports.njn11-105/+102
2005-03-26Don't use the VGP_ for profiling any more, just use VG_ -- we want to usenjn11-52/+56
2005-03-26Use "VGA_" prefix more consistently.njn10-37/+37
2005-03-26Use "VGA_" prefix more consistently for arch-specific things.njn6-13/+14
2005-03-26Rename some arch-specific macros to use the more consistent "VGA_" prefix.njn11-53/+53
2005-03-25Avoid compiler warnings.njn1-0/+3
2005-03-25Rename M_VG_ERRTXT as VG_ERRTXT_LEN, which is more consistent with othernjn4-16/+16
2005-03-25A modularisation + refactoring commit. vg_execontext.c has been split intonjn23-353/+586
2005-03-24setup_pointercheck(): be silentsewardj1-1/+2
2005-03-24Initial get-threads-working patch (Tom Hughes)sewardj4-64/+367
2005-03-24Sync ACKNOWLEDGEMENTS with the CVS version.njn1-25/+51
2005-03-24Various amd64 syscall improvements (Tom Hughes)sewardj5-402/+722
2005-03-24A first cut at amd64 signal frame build/unbuild, from Tom Hughes.sewardj2-230/+584
2005-03-24Remove a couple of compiler warnings.njn1-2/+2
2005-03-24Bah, get the compiler-warning avoidance right this time.njn1-1/+1