643
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added rules to generate libpthread.so More... about 22 years ago
Oops! An important file I forgot to add (is part of the pthread_ mega-merge). More... about 22 years ago
Mega-merge of my last 2 weeks hacking. This basically does the groundwork for pthread_* support. Major changes: More... about 22 years ago
New files to support pthreads. More... about 22 years ago
cosmetic fixes More... about 22 years ago
Add spurious comment. More... about 22 years ago
From the OReilly book, page 15. Uses _create and _join. More... about 22 years ago
cosmetic fixes More... about 22 years ago
updated the info about the default.supp file. More... about 22 years ago
splitted the suppression files so that default.supp can be created by picking from the library specific supp files. More... about 22 years ago
Please change my e-mail address to [email protected]; monk is just a finger server that knows how to deal with my account. (Perhaps I should clarify my .sig?) More... about 22 years ago
Someone claimed that this gives reads below %esp when compiled with g++ 3.0.4; I can't repro it. But am collecting anyway. More... about 22 years ago
version --> 20020329 More... about 22 years ago
wrappers for ioctl TIOCSCTTY and for syscall __NR_nice. More... about 22 years ago
(VG_(do__NR_sigaction)): Don't allow setting of handlers for SIGKILL or SIGSTOP. This fixes valgrind: vg_signals.c:723 (vgPlain_do__NR_sigaction): Assertion `our_old_handler == ((void *)0)' failed. More... about 22 years ago
Add wrapper for ioctl TIOCGPGRP (Alexandre Duret-Lutz <[email protected]>) More... about 22 years ago
Significantly improved SYSV IPC call handling. Unfortunately some of this stuff doesn't use safe_dereference when it should. More... about 22 years ago
Add a couple of bogons people sent. More... about 22 years ago
added support for maintainer mode. More... about 22 years ago
added support for maintainer mode More... about 22 years ago
Applied patch from Simon Hausmann <[email protected]> to enable automake1.5 compilation, except for the use of $(EXEEXT) which generates annoying warnings. More... about 22 years ago
Change VG_N_EPOCHS to 20000 to avoid resolution loss for long-running loops. More... about 22 years ago
Add experimental omission of V-bits for address values, using --check-addrVs=no. The default behaviour, =yes, is the original behaviour. So far this is undocumented. More... about 22 years ago
added a bzdist target More... about 22 years ago
Detect FPU instructions which set %EFLAGS and mark the resulting UInstrs accordingly. Fixes a bug in the simulated CPU in which the results of f{u}comi{p} FPU insns were ignored, potentially leading to wrong program behaviour. This will only have happened to people using P6/P7/K7 class CPUs. More... about 22 years ago
compile wibble More... about 22 years ago
Remove mention of vg_version.h. More... about 22 years ago
Use autoconf tests for glibc version in argc/argv/envp search. More... about 22 years ago
Fix plumbing of version number from config.h to vg_main.c More... about 22 years ago
version --> 20020324 More... about 22 years ago