- d140e44 Check for pending cancellation requests at syscalls which POSIX by sewardj · 22 years ago
- 870497a When a thread exits, run the destructors for the thread's specific data. by sewardj · 22 years ago
- 8ad94e1 Implement thread cleanup stacks. by sewardj · 22 years ago
- 4505b9e Increase thread scheduling quantum from 20000 bbs to 50000 bbs. by sewardj · 22 years ago
- 7989d0c Fix various problems with new thread start / stop / detach stuff. by sewardj · 22 years ago
- 20917d8 by sewardj · 22 years ago
- a1ac5cb Support for POSIX reader-writer locks (preliminary). by sewardj · 22 years ago
- 6e6cbaa Comment out debug printing. by sewardj · 22 years ago
- 67f1d58 More minor fixes to make OpenOffice 1.0 work. by sewardj · 22 years ago
- 83798bf Make syscall sched_yield just yield the current thread rather than the by sewardj · 22 years ago
- fa35651 Comment-only change: add a list of known problems with the signal simulator. by sewardj · 22 years ago
- a464e5c Debug message wibble. by sewardj · 22 years ago
- 6a3c26e Fix small bug causing assertion failure in computation of SKSS. by sewardj · 22 years ago
- 3947e62 sched_do_syscalls: properly handle invalid fd in read/write, rather by sewardj · 22 years ago
- 705d3cb Make accept() be nonblocking. by sewardj · 22 years ago
- ac02b2a Update for sigaltstack by sewardj · 22 years ago
- 2342c97 Implement sigaltstack. Most of the logic is copied more-or-less by sewardj · 22 years ago
- ff42d1d Implement pthread_yield. by sewardj · 22 years ago
- 363e606 Implement x86 insn popl m32. (Nikolay Igotti ) by sewardj · 22 years ago
- 7f6456d Don't mask libc's vfork / __vfork: by sewardj · 22 years ago
- c9792e3 gcc-3.1 compile fix. by sewardj · 22 years ago
- 2201e24 Moan but don't die on unhandled stabs cases. by sewardj · 22 years ago
- 78e25c9 Improve diagnostic info printed by failures in by sewardj · 22 years ago
- 8f253ff Implement semaphore functions. by sewardj · 22 years ago
- 3e1eb1f Fix fork/exec stuff so it works again. We have to mangle LD_LIBRARY_PATH by sewardj · 22 years ago
- d9c2d6d The ELF table created by old kernels (2.4.3 ish) is different from by sewardj · 22 years ago
- 5865002 Add clarification of the purpose of the malloc/free mismatch checks by sewardj · 22 years ago
- 39b93b1 Cancellation wrappers for pread/pwrite (Philip Martin). by sewardj · 22 years ago
- 87a03a4 Add a version dependency GLIBC_2.2.3 depends on GLIBC_2.2. by sewardj · 22 years ago
- a18e210 Cancellation wrapper for __pwrite64 (Adam Zell(?)) by sewardj · 22 years ago
- 726c412 Cancellation wrapper for pread64. by sewardj · 22 years ago
- cad5c21 stringMatch_wrk: reduce max recursion depth to 250 (paranoia) by sewardj · 22 years ago
- 0286dd5 Minimal impl of pthread_attr_setstacksize. by sewardj · 22 years ago
- 3665ded Cancellation wrapper for sendmsg(), wierd wrapper for raise(). by sewardj · 22 years ago
- 18d7513 Remove existing non-working support for self-modifying code, and instead by sewardj · 22 years ago
- 3a951cf More new-signal-hacks fixes. by sewardj · 22 years ago
- 018f762 In accordance with "build one to throw away, you will anyway (tm)", by sewardj · 22 years ago
- bff8876 by njn · 22 years ago
- 03be163 Use $(srcdir) to specify the location of the linker script by gobry · 22 years ago
- 811d141 Add another threads+signals test case along with the fix to make it work. by sewardj · 22 years ago
- b48e500 Add support for pthread_sigmask() and sigwait(). All absolutely by sewardj · 22 years ago
- 8d365b5 Fix spelling mistake: wierd*hacks --> weird*hacks Also add a testcase. by sewardj · 22 years ago
- 3984b85 In order to catch timeout events on fds which are readable and which by sewardj · 22 years ago
- bea1caa Hook libpthread.so's .init section to start up Valgrind too. by sewardj · 22 years ago
- a1679dd Kernel 2.4 / glibc 2.2.X build fixes for recent startup changes. by sewardj · 22 years ago
- 3817091 New and hopefully more reliable method for finding argc/argv/envp at by sewardj · 22 years ago
- 68b2dd9 Modify the startup mechanism so that any call into valgrind's libpthread.so by sewardj · 22 years ago
- 8e651d7 Support _m_kind == PTHREAD_MUTEX_FAST_NP for mutexes. This was stopping by sewardj · 22 years ago
- 8ccc2be Fix confusing bug in printing of trace info for mutex_{try}lock. by sewardj · 22 years ago
- 71889e6 Insert hacks, only partially successful, to make 'make distcheck' work by sewardj · 22 years ago
- 1de04f1 Return zero to the *parent* thread when pthread_create succeeds. by sewardj · 22 years ago
- 0facc4f More symbol versioning stuff by sewardj · 22 years ago
- 4c6fcf1 Add a version script so as to create the right versioned symbols for by sewardj · 22 years ago
- fbe18b9 Build fixes for Red Hat 6.2. by sewardj · 22 years ago
- b358620 Remove valgrind's use of libc-supplied stat() and sbrk(). Now the only by sewardj · 22 years ago
- 9e69424 Minor corrections about cache profiling cost centres. by njn · 22 years ago
- 573a1e6 Fix assertions. by sewardj · 22 years ago
- 97ff05f Fix off-by-one error in definition of MAX_LINENO and MAX_LOC_SIZE. by sewardj · 22 years ago
- 95621db Yesterday's push/pop merging optimisations break the cache profiler: by sewardj · 22 years ago
- 60e3842 Change _pthread_cleanup_push and _pthread_cleanup_pop into no-ops by sewardj · 23 years ago
- bb99078 Do __pthread_initialize. by sewardj · 23 years ago
- cfc39b2 Complain about NVidia's libGL.so also when an 0x8C opcode is encountered. by sewardj · 23 years ago
- e9c06f1 Implement SBB Ib, AL. by sewardj · 23 years ago
- 64a8cc4 Do LODSW / LODSL. (Sami Farin) by sewardj · 23 years ago
- a0f921a Only show the giant-basic-block message at verbosity >= 2. by sewardj · 23 years ago
- b581a13 Improvements to the error-collecting machinery: by sewardj · 23 years ago
- 126a41f Actually call VG_(first_and_last_secondaries_look_plausible) and make by sewardj · 23 years ago
- 4f51f9a Generate better ucode for back-to-back sequences of register pushes and by sewardj · 23 years ago
- 7efaa11 vg_symtab2.c: by njn · 23 years ago
- 671ff54 Minor profiling improvements. Add a couple of cost centers. by sewardj · 23 years ago
- d529a44 Fix from Lionel Ulmer to not have an infinite loop/stack overflow by sewardj · 23 years ago
- 036c3fe Fix really stupid use of uninitialised value introduced in rev 1.8. by sewardj · 23 years ago
- 4f29ddf External namespace cleanup. by sewardj · 23 years ago
- 9316cba Improve accuracy of simulation of bsf/bsr instructions when the word by sewardj · 23 years ago
- 439d45e Various cleanups following earlier exit fixes. Also add boilerplate by sewardj · 23 years ago
- 7e87e38 by sewardj · 23 years ago
- ec05564 Reduce TT size to 32M (was 40M for Mozilla's benefit). 40 M is just by sewardj · 23 years ago
- 7cfd572 Added section to tech docs on how cachegrind works, including the by njn · 23 years ago
- e0ee071 by njn · 23 years ago
- 1f13ab1 Remove comments about Mozilla 1.0RC1 crashing, since that's not a Valgrind by sewardj · 23 years ago
- 215e7f0 Jack up the size of the translation cache from 16 MB to 40 MB (!). by sewardj · 23 years ago
- 8016240 Improve my implementations of strcmp() and memcpy() since Nick's profiler by sewardj · 23 years ago
- 7c062c9 Fix free and free-mismatch err so the top frame in the bt isn't skipped. by sewardj · 23 years ago
- ab1d9d1 Bring manual up-to-date and add stuff about pthread support. by sewardj · 23 years ago
- 177d323 Change "argh" to something more confidence-inspiring. by sewardj · 23 years ago
- 9885df0 Added N_GSYM case to stabs handler. by njn · 23 years ago
- c3bd5f5 Ensure that values returned to the client from pthread operations are by sewardj · 23 years ago
- bf290b9 Increase default thread stack size to 64k and institute crude by sewardj · 23 years ago
- 0c3b53f Reinstate use of VG_(do_sanity_checks), although at a lower frequency by sewardj · 23 years ago
- 83adf41 Build and install 'cachegrind' along with 'valgrind'. by sewardj · 23 years ago
- 434f57f Edit cache stuff, minorly. by sewardj · 23 years ago
- d0b9ac3 Weaken assertion on calloc. by sewardj · 23 years ago
- b3eef6b Add debugging hooks, currently disabled. by sewardj · 23 years ago
- 262b029 Fix typo to do with rwlock aliasing. by sewardj · 23 years ago
- 9aae674 vg_symtab2.c: by njn · 23 years ago
- db75e4d Added note about bts/btr/btc causing bogus cache read counts. by njn · 23 years ago
- d4f2c71 Make pthread_mutexattr_setkind_np be an alias of__pthread_mutexattr_settype. by sewardj · 23 years ago
- 05f1aa1 vg_improve() -- the ucode optimiser: consistently apply the by sewardj · 23 years ago
- aa6fecc Config/build/install vg_annotate and vg_cachegen correctly. by sewardj · 23 years ago
- 4f9c934 by njn · 23 years ago