2002-08-19 |
Julian Seward | Implement missing FPU ops: |
commit | commitdiff | tree |
2002-08-19 |
Julian Seward | Implement primary opcode 0x15 (ADC Iv, eAX) |
commit | commitdiff | tree |
2002-08-19 |
Julian Seward | Handle 0xD2 primary opcode (shift-Grp2 Eb, CL) |
commit | commitdiff | tree |
2002-08-16 |
Julian Seward | Fix stupid bug arising as a result of the call to __lib... |
commit | commitdiff | tree |
2002-08-16 |
Julian Seward | Implement pthread_attr_getdetachstate. |
commit | commitdiff | tree |
2002-08-07 |
Dirk Mueller | backport -r1.8 patch |
commit | commitdiff | tree |
2002-08-06 |
Julian Seward | Merge rev 1.91: |
commit | commitdiff | tree |
2002-07-26 |
no author | This commit was manufactured by cvs2svn to create branch |
commit | commitdiff | tree |
2002-07-26 |
Julian Seward | Wibbles for 1.0.0. |
commit | commitdiff | tree |
2002-07-26 |
Julian Seward | Only run __libc_freeres() when valgrinding. It may... |
commit | commitdiff | tree |
2002-07-25 |
Julian Seward | Final caveats for 1.0.0. |
commit | commitdiff | tree |
2002-07-25 |
Julian Seward | --> 1.0.0 (yay!) |
commit | commitdiff | tree |
2002-07-25 |
Julian Seward | Print more helpful message on JIT failure to handle... |
commit | commitdiff | tree |
2002-07-25 |
Julian Seward | Suppressions for R H Limbo (7.3.92) |
commit | commitdiff | tree |
2002-07-25 |
Julian Seward | Implement __NR_getxattr. |
commit | commitdiff | tree |
2002-07-25 |
Julian Seward | Track ELF frame changes as appearing in Red Hat Limbo... |
commit | commitdiff | tree |
2002-07-24 |
Julian Seward | Compile fixes for Red Hat Limbo (7.3.92). |
commit | commitdiff | tree |
2002-07-24 |
Julian Seward | Some jokers apparently like setting the CPU's AC (Align... |
commit | commitdiff | tree |
2002-07-24 |
Julian Seward | Assume PUTF modifies %EFLAGS in a completely arbitrary... |
commit | commitdiff | tree |
2002-07-23 |
Julian Seward | Support for x86 insn fldenv. |
commit | commitdiff | tree |
2002-07-16 |
Julian Seward | Skip directly to 1.0pre6 to avoid confusing me. |
commit | commitdiff | tree |
2002-07-16 |
Julian Seward | Add a suppression to deal with calling __libc_freeres(). |
commit | commitdiff | tree |
2002-07-16 |
Julian Seward | Document probs with gcc-3.1 false positives. |
commit | commitdiff | tree |
2002-07-16 |
Julian Seward | At request of Ulrich Drepper, call __libc_freeres(... |
commit | commitdiff | tree |
2002-07-15 |
Dirk Mueller | possible fix for valgrinding problem on longer running... |
commit | commitdiff | tree |
2002-07-14 |
Julian Seward | Suppress errors in __rawmemchr when called from anywher... |
commit | commitdiff | tree |
2002-07-14 |
Julian Seward | Mention kernel probs with R H "Limbo" public beta ... |
commit | commitdiff | tree |
2002-07-13 |
Julian Seward | Document some limitations. |
commit | commitdiff | tree |
2002-07-13 |
Julian Seward | ---> 1.0pre5 |
commit | commitdiff | tree |
2002-07-13 |
Julian Seward | get_caches(): ensure caches are initialised on targets... |
commit | commitdiff | tree |
2002-07-13 |
Julian Seward | Copy pthread_rwlockattr_setpshared verbatim from LinuxT... |
commit | commitdiff | tree |
2002-07-13 |
Julian Seward | Add __NR_quotactl. |
commit | commitdiff | tree |
2002-07-13 |
Julian Seward | Include valgrind.spec and valgrind.spec.in in tarballs. |
commit | commitdiff | tree |
2002-07-13 |
Julian Seward | (Tim Rowley, verbatim) |
commit | commitdiff | tree |
2002-07-13 |
Julian Seward | Implement fnstenv (store FPU environment, but not regs... |
commit | commitdiff | tree |
2002-07-13 |
Julian Seward | Print additional useful information immediately prior to |
commit | commitdiff | tree |
2002-07-13 |
Julian Seward | vg_signals.c: vg_oursignalhandler(): don't longjmp... |
commit | commitdiff | tree |
2002-07-13 |
Julian Seward | Make sigsuspend() work well enough to keep zsh hackers... |
commit | commitdiff | tree |
2002-07-12 |
Julian Seward | Make VG_USERREQ__PTHREAD_YIELD actually yield the threa... |
commit | commitdiff | tree |
2002-07-12 |
Julian Seward | Check for signals to be delivered after every syscall... |
commit | commitdiff | tree |
2002-07-01 |
Julian Seward | Add comments about syscall wrapper problems. |
commit | commitdiff | tree |
2002-07-01 |
Julian Seward | ---> 1.0pre4 |
commit | commitdiff | tree |
2002-07-01 |
Julian Seward | Add helpful info for package builders. |
commit | commitdiff | tree |
2002-07-01 |
Julian Seward | Final documentation updates for 1.0. |
commit | commitdiff | tree |
2002-06-30 |
Julian Seward | Implement --weird-hacks=truncate-writes to limit the... |
commit | commitdiff | tree |
2002-06-30 |
Julian Seward | cleanup_after_thread_exited: also clean up the waiting_... |
commit | commitdiff | tree |
2002-06-28 |
Julian Seward | Make --stop-after= work again. |
commit | commitdiff | tree |
2002-06-28 |
Julian Seward | ---> 1.0pre3 |
commit | commitdiff | tree |
2002-06-28 |
Julian Seward | Finally get around to implementing pthread_atfork. |
commit | commitdiff | tree |
2002-06-27 |
Nicholas Nethercote | Removed line about Cachegrind being experimental. |
commit | commitdiff | tree |
2002-06-26 |
Julian Seward | Partial implementation of mallinfo() (Ilpo Ruotsalainen) |
commit | commitdiff | tree |
2002-06-26 |
Julian Seward | parse_cache_opt: Move free() of opt past last use. |
commit | commitdiff | tree |
2002-06-26 |
Nicholas Nethercote | Forgot to VG_(free) a VG_(strdup)'d string. |
commit | commitdiff | tree |
2002-06-26 |
Julian Seward | Make __pthread_clock_gettime and __pthread_clock_settim... |
commit | commitdiff | tree |
2002-06-26 |
Julian Seward | select() and poll(): change order of events in main... |
commit | commitdiff | tree |
2002-06-26 |
Julian Seward | wait_for_fd_to_be_readable_or_erring: return immediatel... |
commit | commitdiff | tree |
2002-06-25 |
Julian Seward | vg_push_signal_frame: make the siginfo and ucontext... |
commit | commitdiff | tree |
2002-06-20 |
Julian Seward | A libXpm suppression. |
commit | commitdiff | tree |
2002-06-20 |
Julian Seward | Fix subtle bug in the interaction between pthread_creat... |
commit | commitdiff | tree |
2002-06-20 |
Julian Seward | Rationalise client-request handling a bit, by merging... |
commit | commitdiff | tree |
2002-06-20 |
Julian Seward | --> 1.0pre2 |
commit | commitdiff | tree |
2002-06-20 |
Julian Seward | Add test case for sigpending(). |
commit | commitdiff | tree |
2002-06-20 |
Julian Seward | Make recv block only the calling thread, not the entire... |
commit | commitdiff | tree |
2002-06-20 |
Julian Seward | Add __NR_truncate64. |
commit | commitdiff | tree |
2002-06-19 |
Julian Seward | Clear up historical artefacts. |
commit | commitdiff | tree |
2002-06-19 |
Julian Seward | Implement sigpending(). All absolutely horrible. ... |
commit | commitdiff | tree |
2002-06-19 |
Julian Seward | Implement pause(). |
commit | commitdiff | tree |
2002-06-18 |
Julian Seward | Get rid of ancient stuff. |
commit | commitdiff | tree |
2002-06-18 |
Julian Seward | Do pthread_rwlockattr_init. |
commit | commitdiff | tree |
2002-06-18 |
Julian Seward | Add __NR_fdatasync. Also fix some formatting. |
commit | commitdiff | tree |
2002-06-18 |
Julian Seward | Do siglongjmp, although without running cleanup handler... |
commit | commitdiff | tree |
2002-06-18 |
Julian Seward | Further mess with the X config checks, so as to get... |
commit | commitdiff | tree |
2002-06-18 |
Julian Seward | - Check DWARF2 reader against spec. Add some clarifica... |
commit | commitdiff | tree |
2002-06-17 |
Julian Seward | Increase thread limits a bit. |
commit | commitdiff | tree |
2002-06-17 |
Julian Seward | Add pthread_attr_setschedpolicy / pthread_attr_getsched... |
commit | commitdiff | tree |
2002-06-17 |
Julian Seward | Formatting cleanups in the dwarf2 reader, and some... |
commit | commitdiff | tree |
2002-06-16 |
Julian Seward | Fix bug in and simply parameter access checks for pthre... |
commit | commitdiff | tree |
2002-06-14 |
Julian Seward | Disable debug printing on BB discard. |
commit | commitdiff | tree |
2002-06-14 |
Julian Seward | ---> 1.0pre1 Yay! |
commit | commitdiff | tree |
2002-06-14 |
Julian Seward | Patrick Ohly's --alignment= patch, to increase alignmen... |
commit | commitdiff | tree |
2002-06-13 |
Julian Seward | ---> 20020613 |
commit | commitdiff | tree |
2002-06-13 |
Julian Seward | Rename event-horizon to error-limit; the former may... |
commit | commitdiff | tree |
2002-06-13 |
Julian Seward | First round of manual update for 1.0. |
commit | commitdiff | tree |
2002-06-13 |
Julian Seward | Be more robust to the situation where a signal arrives... |
commit | commitdiff | tree |
2002-06-13 |
Julian Seward | Make recvfrom() block only the calling thread, not... |
commit | commitdiff | tree |
2002-06-13 |
Julian Seward | Add --event-horizon=yes|no [yes] so that the limit... |
commit | commitdiff | tree |
2002-06-13 |
Julian Seward | Remove inclusion of <linux/module.h> and <asm/atomic... |
commit | commitdiff | tree |
2002-06-13 |
Julian Seward | Remove bogus assertion. |
commit | commitdiff | tree |
2002-06-13 |
Julian Seward | Allow detected CPU clock rates down to 50 MHz -- slower... |
commit | commitdiff | tree |
2002-06-13 |
Julian Seward | Namespace police woz here |
commit | commitdiff | tree |
2002-06-13 |
Julian Seward | Inconsequential cleanups to recent cachesim hacking. |
commit | commitdiff | tree |
2002-06-12 |
Nicholas Nethercote | Whoops, forgot to add this last time. |
commit | commitdiff | tree |
2002-06-10 |
Nicholas Nethercote | vg_annotate.in: |
commit | commitdiff | tree |
2002-06-10 |
Nicholas Nethercote | A few minor improvements. |
commit | commitdiff | tree |
2002-06-08 |
Nicholas Nethercote | Updated Cachegrind section for the CPUID-addition/vg_ca... |
commit | commitdiff | tree |
2002-06-08 |
Nicholas Nethercote | Removed the need for the user to generate a cache simul... |
commit | commitdiff | tree |
2002-06-08 |
Nicholas Nethercote | Converted some stab-reading assertions into warnings. |
commit | commitdiff | tree |
2002-06-07 |
Julian Seward | More RH73 suppressions. |
commit | commitdiff | tree |
2002-06-06 |
Julian Seward | ---> 20020606 |
commit | commitdiff | tree |
2002-06-06 |
Julian Seward | Add pthread suppressions. |
commit | commitdiff | tree |
next |