- 4700f04 Increase VG_N_FORKHANDLERSTACK from 2 to 4. For reasons known only to by sewardj · 21 years ago
- 45b672d VG_(mash_LD_PRELOAD_and_LD_LIBRARY_PATH): remove leading spaces and by sewardj · 21 years ago
- a602261 Fix the strdup-of-OverlapErr-string problem better. Move the by sewardj · 21 years ago
- 7ebf7c3 construct_error(): strdup the supplied s (string) param which gives by sewardj · 21 years ago
- 78adbf4 by njn · 21 years ago
- 7271864 by njn · 21 years ago
- c6b0fe5 Use init_ExeContext_storage instead of relying (unintentionally) on by sewardj · 21 years ago
- c2f5bb0 Just clarified VG_(mash_LD_PRELOAD_and_LD_LIBRARY_PATH)'s workings a bit. by njn · 21 years ago
- ac2eb79 Fix a problem in VG_(mash_LD_PRELOAD_and_LD_LIBRARY_PATH)(): when removing the by njn · 21 years ago
- e8b5c05 by njn · 21 years ago
- a7b627d wibble by njn · 21 years ago
- 84d669f Fix stupid compile error; I iz stupid. by njn · 21 years ago
- ce46c2a Fix: I thought VG_(malloc)() always zeroed memory. It does at first (because by njn · 21 years ago
- 6a23053 This commit fixed some bugs in error and suppression handling. Basically, I by njn · 21 years ago
- c1fc4fc Do the symbol substitution game for glibc-2.2.93 too (Red Hat 8). by sewardj · 21 years ago
- f3406d0 VG_(setup_code_redirect_table): do errno etc entry-point redirection by sewardj · 21 years ago
- 2e353da Intercept waitpid() so as to make it non-blocking. Yet another by sewardj · 21 years ago
- 6024b21 Add patch from Sami Liedes <sliedes@cc.hut.fi> making GDB use more flexible: by sewardj · 21 years ago
- c8bf5fe Refine the PLT-bypassing-bypassing machinery so it works on Red Hat 9. by sewardj · 21 years ago
- ecf8e10 In vg_memory.c, startup_segment_callback, fix initialisation ordering by sewardj · 21 years ago
- f1accbc Whitespace-only change. by sewardj · 21 years ago
- c91a4ff A new implementation of pthread_once() which I believe should comply by sewardj · 21 years ago
- 8a77ffb A bit of cleaning up now that symbol table reading is no longer optional. by sewardj · 21 years ago
- 25c7c3a by sewardj · 21 years ago
- 57a8f5f load_one_suppressions_file(): Make sure to finish reading by sewardj · 21 years ago
- f099551 Fix up weak binding for pthread_mutexattr_setpshared. by sewardj · 21 years ago
- 7685cae Implement pthread_mutexattr_setpshared (Nick did this). by sewardj · 21 years ago
- a51cc09 Handle XCHG eAX,eBP. by sewardj · 21 years ago
- e54b69d string_match_wrk(): increase max recursion depth to 500. by sewardj · 21 years ago
- d1393e5 VGR_(select): be robust against negative timeout values (treat as zero). by sewardj · 21 years ago
- 3058e04 The Pentium 4 recycles the CS segment override prefix (0x2E) to mean by sewardj · 21 years ago
- 7e73e5f spelling fixes by daywalker · 21 years ago
- 4395356 Added (trivially) "XCHG eAX,eSP" instruction. by njn · 21 years ago
- 9a07c22 by njn · 21 years ago
- 319ddec comment only by njn · 21 years ago
- 2392dd6 make sure that the cpuid of the simulated CPUID doesn't pretend by daywalker · 21 years ago
- 2aaa2ca Move two variable declarations to the start of their enclosing blocks. by njn · 21 years ago
- 9dd209f A few more SSEs. by sewardj · 21 years ago
- 745561e Make the CPUID helper really do cpuid, so that what is returned by sewardj · 21 years ago
- 2db567e A few more SSE float (scalar,packed) insns. Something is not right; by sewardj · 21 years ago
- 1e86b8b - Add a few more SSE instructions by sewardj · 21 years ago
- 095c3bc Add some more SSE/SSE2 floating point instructions. by sewardj · 21 years ago
- abf8bf8 - Continue to clear up SSE insn emitters following recent cleanups re by sewardj · 21 years ago
- 4fbe6e9 Rename the SSE and MMX uinstrs which read/write integer registers, in by sewardj · 21 years ago
- bc148f2 Fill in a whole bunch of boring-ass SSE SIMD-integer insns. by sewardj · 21 years ago
- e3891fa Yet more SSE insns. by sewardj · 21 years ago
- 6bc4055 - Comment out SSE uinstrs which have not so far been used. by sewardj · 21 years ago
- e64b684 Remove debug printing that sneaked in. by sewardj · 21 years ago
- 5d58cb4 Do SSE insns PSRLDQ, PSLLDQ by sewardj · 21 years ago
- 7c4b604 Get rid of spurious declaration for fooble. by sewardj · 21 years ago
- a453fb0 More SSE instructions. by sewardj · 21 years ago
- ea691a1 Add yet more SSE/SSE2 instructions. The party never stops here at by sewardj · 21 years ago
- 2ca39a1 - saneUInstr: Allow SSE4 to have CCf (writes ZCP flags). by sewardj · 21 years ago
- 8f33ba6 Fix code generation errors for the SSE3g_ family. This fixes various by sewardj · 21 years ago
- 839299f When exiting with VgSrc_BbsDone (switching back to real CPU because by sewardj · 21 years ago
- 39209d4 several wibbles: added some missing types in function protos, some missing by njn · 21 years ago
- fd7c231 don't bail out when pthread_once's init route calls itself recursively by daywalker · 21 years ago
- b31b06d Tonight's installment of SSE madness. Add a couple more nasties by sewardj · 21 years ago
- b452ba4 Whoops, should have committed this when I added SIOCOUTQ ioctl. by njn · 21 years ago
- f31d5e3 Added SIOCOUTQ ioctl, thanks to Lennert Buytenhek <buytenh@gnu.org>. by njn · 21 years ago
- a63e2d7 by njn · 21 years ago
- 47c8af4 Minor improvement. by njn · 21 years ago
- 02af6bc Fill in a few more SSE/SSE2 insns, with current aim of being able to by sewardj · 21 years ago
- 458f236 revert last commit. too unportable by daywalker · 21 years ago
- bfa6bce Fix problem with LAHF. by njn · 21 years ago
- b7a818d Fixed bug in first attempt at 'lahf'. So much for my supposed testing. by njn · 21 years ago
- 4d1a9bf wibble by njn · 21 years ago
- d6251f1 by njn · 21 years ago
- c30277f by njn · 21 years ago
- 781132b some makefile massaging to avoid that things get compiled during make install by daywalker · 21 years ago
- 12bdc60 make the new symbols weak to fix the new_override testcase. by daywalker · 21 years ago
- c5c3447 whoops. one more by daywalker · 21 years ago
- 6672df0 unbreak make regtest again by daywalker · 21 years ago
- 35a1779 Add some more SSE insns. by sewardj · 21 years ago
- de8aecf Fix a design flaw in the SSE decoder. Remove duplication and by sewardj · 21 years ago
- 7700d68 compiler warning cleanups by daywalker · 21 years ago
- a60be0e Implement enough SSE/SSE2 insns so that all the GL demos in qt-3.1.0 by sewardj · 21 years ago
- febaa3b Implement a few SSE instructions, enough to run bzip2 when compiled by sewardj · 21 years ago
- 308955f by njn · 21 years ago
- 6c003c6 by njn · 21 years ago
- 2974e48 wibble by njn · 21 years ago
- 627e626 Minor docs fixups. by njn · 21 years ago
- 1078545 by njn · 21 years ago
- d304045 by njn · 21 years ago
- 05bcdcb gcc-3.3 as supplied with SuSE 8.2 ("gcc version 3.3 20030226 by sewardj · 21 years ago
- 92f4b88 Back out symlinking of libpthread.so in coregrind; it causes build by sewardj · 21 years ago
- 1be6161 Minor type fixups. by njn · 21 years ago
- 29a0abf undo last change (stupid) by njn · 21 years ago
- 5e468f9 wibble by njn · 21 years ago
- 2e9b6a9 Removed statement with no effect. by njn · 21 years ago
- 8372b7f wibble by njn · 21 years ago
- cbc4094 wibble by njn · 21 years ago
- 20c25d5 wibble by njn · 21 years ago
- f9ebf67 wibble by njn · 21 years ago
- 633de32 by njn · 21 years ago
- 25418ae by sewardj · 22 years ago
- 4a3849b Merge patch from JosefW: by sewardj · 22 years ago
- 42e23f2 by njn · 22 years ago
- 61821c0 Increase VG_N_CLEANUPSTACK to 16. by sewardj · 22 years ago
- 9df7883 Fix interception of pthread_atfork with glibc-2.3.2. by sewardj · 22 years ago