]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
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...
2004-07-30  Nicholas NethercoteRemove redundant duplicates of stuff in vg_kerneliface.h.
2004-07-30  Nicholas NethercoteRemoved unused VG_AR_CLIENT_STACKBASE_REDZONE_SZW.
2004-07-30  Nicholas NethercoteRestructured the as_*() functions so they are simpler...
2004-07-29  Tom HughesModify the ipc system call so that only those calls...
2004-07-29  Tom HughesModified the fcntl system call so that only those reaso...
2004-07-29  Tom HughesAdd support for allowing the POST function for a system...
2004-07-28  Nicholas NethercoteMerge equivalent if statements.
2004-07-27  Jeremy FitzhardingeFix the skiplist brokenness Nick found:
2004-07-26  Nicholas NethercoteAdded some comments.
2004-07-26  Nicholas NethercoteRename 'argv0' and 'argv1' to the more meaningful ...
2004-07-26  Nicholas NethercoteNeaten up ume.h: don't export readelf(), mapelf, and...
2004-07-26  Nicholas NethercoteRemove accidental double assignment. Also don't assume...
2004-07-26  Nicholas NethercoteEr, actually make this test meaningful. It now aborts...
2004-07-26  Nicholas NethercoteRemove unused global variable.
2004-07-26  Nicholas Nethercotemake non-exported function static
2004-07-25  Tom HughesMove the decoding of SFENCE out of the SSE only part...
2004-07-25  Tom HughesAdd instruction tests for the LFENCE/MFENCE/SFENCE...
2004-07-22  Nicholas NethercoteClarify error msgs
2004-07-22  Nicholas NethercoteIn response to bug #85665, clarify what --trace-childre...
2004-07-21  Tom HughesFix checking of execve() when argv is a null pointer.
2004-07-21  Nicholas NethercoteCorrect Cachegrind changes; better late than never.
2004-07-21  Nicholas NethercoteType name wibble
2004-07-20  Julian SewardFix scary bug causing mis-identification of SSE stores...
next