]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2004-09-13  Nicholas NethercoteFix grammar
2004-09-11  Nicholas NethercoteFix minor off-by-one error.
2004-09-10  Nicholas NethercoteTo get 32-bit programs working on Opteron, VG_(valgrind...
2004-09-10  no authorThis commit was manufactured by cvs2svn to create branch
2004-08-31  Julian Seward--> 2.2.0
2004-08-31  Julian Sewardversion -> 2.2.0
2004-08-31  Julian SewardHopefully final changes for 2.2.0.
2004-08-31  Julian SewardAdd comments about limitations wrt self-modifying code.
2004-08-30  Tom HughesAdd vki_itimerspec definition for POSIX timer support.
2004-08-30  Tom HughesAdd support for POSIIX clocks and timers.
2004-08-30  Nicholas NethercotePrint a message if shadow memory cannot be allocated...
2004-08-30  Nicholas NethercoteAvoid divisions by zero. This fixes bug 78765.
2004-08-30  Julian SewardTry to summarise 2.0.0 -> 2.2.0 changes.
2004-08-30  Julian SewardDocument 2.1.2 -> 2.2.0 deltas (2.0.0 -> 2.2.0 not...
2004-08-30  Tom HughesRecognise X.Org servers and treat them the same as...
2004-08-29  Tom HughesSwitch to using the newer forms of AC_INIT and AM_INIT_...
2004-08-26  Tom HughesWhen delivering SIGFPE make sure we patch up si_addr...
2004-08-26  Tom HughesInclude the filename in the system call trace for the...
2004-08-25  Tom HughesIf we return from a signal handler to a thread that...
2004-08-25  Nicholas NethercoteChange things so that stage2's location is controlled...
2004-08-25  Nicholas NethercoteFix problem with brk(). Thanks to Paull Mackerras...
2004-08-25  Nicholas NethercoteRemove three unnecessary compile-time warnings.
2004-08-25  Tom HughesRemoved comma at the end of an enumerator list - this...
2004-08-25  Nicholas NethercoteFix symlinking -- the old code worked, but worked for...
2004-08-25  Nicholas NethercoteMinor fixups:
2004-08-25  Nicholas NethercotePutting "dist_" in front of a "_DATA" variable means...
2004-08-24  Tom HughesOnly check whether linux/mii.h can be processed so...
2004-08-24  Nicholas NethercoteAdd a reassuring warnings about the linux/mii.h warning.
2004-08-24  Nicholas NethercoteUpdate for filename change.
2004-08-23  Tom HughesThe size passed to VG_(st_mkfloat) should be in bytes...
2004-08-23  Tom HughesAdded code to decode a number of additional negative...
2004-08-23  Tom HughesPrevent a memcpy of zero bytes from complaining if...
2004-08-23  Robert WalshAdd explanatory comment.
2004-08-23  Robert WalshFix to allow 32-bit Valgrind to run on AMD64 boxes...
2004-08-23  Tom HughesDon't version the sem_xxx symbols that have more than...
2004-08-23  Nicholas NethercoteHere's a couple more I missed in the last commit.
2004-08-23  Nicholas NethercoteUse SYSNO and res, etc, instead of tst->m_eax in a...
2004-08-23  Nicholas NethercoteMakefile.am minor correction
2004-08-23  Nicholas NethercoteSmall step in factoring out arch-specific code: replace
2004-08-23  Nicholas NethercoteTweak configure.in in preparation for arch and OS ports...
2004-08-23  Nicholas NethercoteRemoving the example tool 'example' -- it's almost...
2004-08-23  Nicholas NethercoteMake some changes to Nulgrind -- it looks like Jeremy...
2004-08-23  Nicholas NethercoteRemove a bunch of unnecessary -DVG_LIBDIR="\"$(libdir...
2004-08-23  Nicholas NethercoteFix bug, courtesy of Paul Mackerras: when giving find_m...
2004-08-22  Tom HughesMore fixes for the cancellation wrappers in libpthread...
2004-08-21  Tom HughesAdd support for a --time-stamp option that causes each...
2004-08-18  Nicholas NethercoteRename VGOFF_(tls) to VGOFF_(tls_ptr) to make it clear...
2004-08-18  Nicholas NethercoteRemove 3 identical and self-admittedly spurious assertions.
2004-08-18  Nicholas NethercoteCleaned up the syscall wrappers a bit:
2004-08-18  Tom HughesMinor rejigging of includes to help compilation on...
2004-08-17  Nicholas Nethercotegetgroups can't block
2004-08-16  Tom HughesAdd support for the parallel port ioctls.
2004-08-15  Tom HughesTreat a thread which is waiting to be reaped (ie one...
2004-08-15  Tom HughesBack out yesterday's change to the symbol versioning...
2004-08-14  Tom HughesAdd support for the POSIX message queue system calls.
2004-08-14  Tom HughesMaek init_global_thread_specific_state as a constructor...
2004-08-14  Tom HughesRather surprisingly we weren't actually calling pre_mem...
2004-08-14  Tom HughesUpdated list of system calls from the list in a 2.6...
2004-08-13  Tom HughesMove __pthread_clock_gettime and __pthread_clock_settim...
2004-08-13  Tom HughesImprove handling of semctl, msgctl and shmctl so that...
2004-08-11  Nicholas NethercoteBig overhaul of the allocator. Much of the structure...
2004-08-09  Nicholas NethercoteChange VG_(scheduler)() slightly to remove two more...
2004-08-09  Nicholas NethercoteRemove some more global variables from vg_include.h...
2004-08-09  Nicholas NethercotePut VALGRIND_INTERNAL_PRINTF and VALGRIND_INTERNAL_PRIN...
2004-08-07  Nicholas NethercoteMake VG_(last_run_tid) and VG_(sigstack) local.
2004-08-07  Nicholas NethercoteDe-globalise a few more counters.
2004-08-07  Nicholas NethercoteAdd some missing 'static' annotations. Thanks to Josef...
2004-08-06  Nicholas NethercoteMade cpu-feature detection simpler -- got rid of the...
2004-08-05  Nicholas NethercoteMake error messages more informative.
2004-08-04  Nicholas Nethercotehandle_SCSS_change() need not be global.
2004-08-04  Nicholas NethercoteRemove sigshutdown_actions(), a hangover from the ...
2004-08-04  Nicholas NethercoteVG_(get_current_thread_state) doesn't exist, remove...
2004-08-04  Nicholas Nethercoteis_valid_or_empty_tid() doesn't need to be global.
2004-08-04  Nicholas NethercoteComment changes only -- compacting
2004-08-04  Nicholas NethercoteRemove no-longer-used prefixes.
2004-08-04  Nicholas Nethercotecomment wibble
2004-08-03  Nicholas NethercoteRemove VG_() from name of local function.
2004-08-03  Nicholas NethercoteTweaked sanity-checking: made function naming more...
2004-08-03  Nicholas NethercoteTweak stats printing -- use more consistent function...
2004-08-03  Nicholas Nethercotealloc_UCodeBlock didn't need to be in vg_include.h...
2004-08-03  Nicholas NethercoteMoved *definitions* of VALGRIND_INTERNAL_PRINTF and
2004-08-03  Nicholas NethercoteSimplified the interface to VG_(translate)(), and merge...
2004-08-03  Nicholas NethercotePut UCodeBlock get functions in a more sensible place...
2004-08-03  Nicholas NethercoteRemoved 6 global variables from vg_include.h without...
2004-08-03  Nicholas NethercoteComment changes only: s/skin/tool/
2004-08-03  Nicholas NethercoteFactor out differences between VG_(system) and PRE...
2004-08-02  Nicholas Nethercotecomment wibble
2004-08-02  Nicholas NethercoteRemoved cruft from vg_scheduler.c:
2004-08-02  Nicholas NethercoteScheduler counts don't need to be in vg_include.h....
2004-08-02  Nicholas Nethercotewhoops, forgot to remove these in the last commit
2004-08-02  Nicholas Nethercotesanity_*_count don't need to be in vg_include.h.
2004-08-02  Nicholas NethercoteSanity counters don't need to be in vg_include.h.
2004-08-02  Nicholas NethercoteTweak to remove another global variable from vg_include.h
2004-08-02  Nicholas NethercoteMake VG_(n_errs_found) local; replace globally with...
2004-08-02  Nicholas NethercoteMake the Supp and Error types local to vg_errcontext...
2004-08-02  Nicholas NethercoteFold VG_(send_signal_to_thread)() into vg_scheduler...
2004-08-01  Nicholas NethercoteFactor out commonality between VG_(synth_fault*)().
2004-08-01  Nicholas NethercoteReplaced three global variables in vg_include.h with...
2004-08-01  Nicholas NethercoteCleaned up vg_include.h:
2004-08-01  Nicholas NethercoteFix bug #86254 -- symtab sorting was going array in...
next