Age | Commit message (Expand) | Author | Files | Lines |
2007-08-27 | fixed a couple of minor things | njn | 1 | -0/+1 |
2007-08-25 | Changes to m_hashtable: | sewardj | 1 | -1/+1 |
2007-07-09 | Get rid of VG_(getcwd) and replace it with a pair of functions, | sewardj | 1 | -1/+1 |
2007-05-23 | Merge (from 3.2 branch) r6743 (Edit the manual to bring it up to date | sewardj | 1 | -9/+9 |
2007-04-15 | Fix some copyright notices: | njn | 1 | -1/+2 |
2007-03-26 | Fix bug 142491: allow more --alloc-fn functions (128, up from 32). | njn | 1 | -2/+2 |
2007-02-25 | Get rid of the type XArrayStrings in m_clientstate and use new generic | sewardj | 1 | -6/+9 |
2007-01-08 | Update copyright dates. | sewardj | 1 | -1/+1 |
2006-12-24 | Non-functional commit: track IR renaming in vex r1689. | sewardj | 1 | -2/+2 |
2006-10-17 | Track SysRes change. | sewardj | 1 | -2/+2 |
2006-10-17 | Merge r6086: | sewardj | 1 | -4/+40 |
2006-10-15 | Move functions which deal with bad command line options from m_main | sewardj | 1 | -1/+1 |
2006-10-14 | Create a new module, m_vki, and move all knowledge about the kernel | sewardj | 1 | -0/+1 |
2006-06-05 | Update copyright dates. | sewardj | 1 | -1/+1 |
2006-01-22 | Get rid of compiler warnings. | sewardj | 5 | -17/+11 |
2006-01-17 | These files all speak about instrumentation functions. | sewardj | 1 | -2/+4 |
2006-01-04 | Somewhat rehash the biarch-build machinery so as to (1) formalise the | sewardj | 2 | -2/+14 |
2005-12-19 | Remove all remaining profiling gunk. | njn | 1 | -80/+0 |
2005-12-05 | Change hp2ps to output .ps files in the same dir that the .hp input files | njn | 1 | -2/+9 |
2005-12-04 | Fix typo. | sewardj | 1 | -1/+1 |
2005-12-03 | Tidying up stuff re generating manpage from *.xml docs | de | 1 | -65/+87 |
2005-11-29 | Add framework for ppc64 support. Apologies in advance for the | sewardj | 1 | -0/+18 |
2005-11-15 | Complete documentation trawl for 3.1.0. | sewardj | 1 | -3/+3 |
2005-11-11 | Fix compiler warnings. | tom | 1 | -1/+1 |
2005-11-07 | Dual architecture support - this commit is a major rework of the build | tom | 2 | -16/+61 |
2005-10-18 | Change the core-tool interface so that tools are fully aware of both | sewardj | 1 | -2/+4 |
2005-10-06 | Fix realloc wrappers to handle the out of memory case properly - if | tom | 1 | -13/+17 |
2005-09-27 | This commit merges in changes from branches/ASPACEM (specifically, | sewardj | 2 | -19/+29 |
2005-09-25 | actually, they're unsigned | njn | 1 | -1/+1 |
2005-09-25 | Print longs as longs. | njn | 1 | -1/+1 |
2005-09-13 | Don't print the client's argv[i] if it's null, and related changes. | njn | 1 | -4/+8 |
2005-08-26 | Change slightly the way integers are printed by printf() and friends. | njn | 1 | -1/+1 |
2005-08-24 | Fix a problem I introduced in r4208 when reducing the space used by | njn | 4 | -0/+45 |
2005-08-16 | wibbles | njn | 1 | -1/+1 |
2005-08-16 | lots of little wibbles | njn | 1 | -2/+2 |
2005-08-15 | Something I realised recently: in C, iterators are much better than | njn | 1 | -9/+6 |
2005-08-14 | Changed many, but not all, of the VgHashNode* parameters and return | njn | 1 | -2/+2 |
2005-08-11 | Massif cleanups. | njn | 1 | -27/+6 |
2005-08-11 | Streamline handling of realloc() in Memcheck and Massif by using | njn | 1 | -20/+18 |
2005-08-10 | Use memcpy() instead of a loop. | njn | 1 | -5/+1 |
2005-07-23 | A commit which is almost all trivial change. | sewardj | 1 | -14/+20 |
2005-07-03 | Changed m_hashtable.c to allow the size of the hash table to be specified | njn | 1 | -1/+1 |
2005-06-23 | Added some targets for massif & core options | de | 1 | -6/+6 |
2005-06-23 | argh! there were loads of the little beggars .... | de | 4 | -18/+0 |
2005-06-21 | Remove VG_(getcwd_alloc)(), which can be done otherwise pretty easily. | njn | 1 | -2/+2 |
2005-06-21 | Moved VG_(first_matching_thread_stack), removing m_threadstate's dependency | njn | 1 | -1/+1 |
2005-06-21 | Malloc replacement worked very much like a 'need', but wasn't one. | njn | 1 | -3/+1 |
2005-06-19 | Final commit for the initial modularisation pass: | njn | 1 | -1/+2 |
2005-06-12 | Finished the modularisation of vg_mylibc.c, which meant it could be removed. | njn | 1 | -0/+1 |
2005-06-11 | Modularised the libc low-level memory management stuff (mmap, etc). | njn | 1 | -0/+1 |