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