- 2cb0034 Finally get around to implementing pthread_atfork. by sewardj · 22 years ago
- 986b0f8 Removed line about Cachegrind being experimental. by njn · 22 years ago
- a1269e4 Partial implementation of mallinfo() (Ilpo Ruotsalainen) by sewardj · 22 years ago
- 5c509a1 parse_cache_opt: Move free() of opt past last use. by sewardj · 22 years ago
- 6314442 Forgot to VG_(free) a VG_(strdup)'d string. by njn · 22 years ago
- d583e2c Make __pthread_clock_gettime and __pthread_clock_settime appear for by sewardj · 22 years ago
- 05bb2c9 select() and poll(): change order of events in main timing loop by sewardj · 22 years ago
- d1c1cf2 wait_for_fd_to_be_readable_or_erring: return immediately if fd is by sewardj · 22 years ago
- 0c2f0d7 vg_push_signal_frame: make the siginfo and ucontext fields readable too. by sewardj · 22 years ago
- 728a527 Fix subtle bug in the interaction between pthread_create and thread_wrapper, by sewardj · 22 years ago
- 124ca2a Rationalise client-request handling a bit, by merging the two switches by sewardj · 22 years ago
- 1d6b3a2 Make recv block only the calling thread, not the entire process. by sewardj · 22 years ago
- efbfcdf Implement sigpending(). All absolutely horrible. Sigh. by sewardj · 22 years ago
- 9a2224b Implement pause(). by sewardj · 22 years ago
- 47e4e31 Do pthread_rwlockattr_init. by sewardj · 22 years ago
- 436c2db Do siglongjmp, although without running cleanup handlers in the section by sewardj · 22 years ago
- d84606d - Check DWARF2 reader against spec. Add some clarifications and by sewardj · 22 years ago
- 8208ae8 Increase thread limits a bit. by sewardj · 22 years ago
- a3be12f Add pthread_attr_setschedpolicy / pthread_attr_getschedpolicy. by sewardj · 22 years ago
- 08a50f6 Formatting cleanups in the dwarf2 reader, and some debug printing hooks. by sewardj · 22 years ago
- 0076f54 Fix bug in and simply parameter access checks for pthread_sigmask. by sewardj · 22 years ago
- 246d466 Patrick Ohly's --alignment= patch, to increase alignment of malloc'd by sewardj · 22 years ago
- 2e43290 Rename event-horizon to error-limit; the former may have trendy black-hole by sewardj · 22 years ago
- a2541a9 First round of manual update for 1.0. by sewardj · 22 years ago
- 088f118 Be more robust to the situation where a signal arrives, and there is a by sewardj · 22 years ago
- 2e20763 Make recvfrom() block only the calling thread, not the whole system by sewardj · 22 years ago
- 72f98ff Add --event-horizon=yes|no [yes] so that the limit on errors shown by sewardj · 22 years ago
- a83005f Remove inclusion of <linux/module.h> and <asm/atomic.h> since that by sewardj · 22 years ago
- 3a7b325 Remove bogus assertion. by sewardj · 22 years ago
- 09c55fd Allow detected CPU clock rates down to 50 MHz -- slower than the slowest by sewardj · 22 years ago
- 07133bf Inconsequential cleanups to recent cachesim hacking. by sewardj · 22 years ago
- 526e3fd A few minor improvements. by njn · 22 years ago
- 8fb5a29 Updated Cachegrind section for the CPUID-addition/vg_cachegen-removal. by njn · 22 years ago
- 7cf0bd3 by njn · 22 years ago
- e306ffe Converted some stab-reading assertions into warnings. by njn · 22 years ago
- 59da27a Cancellation wrapper for recvmsg. by sewardj · 22 years ago
- 645030e When a thread in a nanosleep() wait is interrupted by a non-restartable by sewardj · 22 years ago
- 04b9106 Only terminate stack traces when the %ebp trail goes cold, and not by sewardj · 22 years ago
- e904795 Minor mods to stop make the leak detector behave properly for the by sewardj · 22 years ago
- b79ad34 by njn · 22 years ago
- 4294fd4 by njn · 22 years ago
- 7107e5e Tiny documentation wibbles by njn · 22 years ago
- 5a3798b Check addressibility of client-space addresses passed to pthread_* by sewardj · 22 years ago
- 4dced35 A new kind of error: PThread errors. Used to report detected misuse in by sewardj · 22 years ago
- 3d7c8d6 - report the size requested size in pthread_attr_setstacksize() when by sewardj · 22 years ago
- e509f4f More assertion-failure avoidance in the stabs reader. by sewardj · 22 years ago
- b5045ef malloc_aligned: allow 262144 by sewardj · 22 years ago
- b83b6a7 Whitespace only. by sewardj · 22 years ago
- 0e357db Fix bug in signal handling in threads shown by Peter Gober: by sewardj · 22 years ago
- f0b0645 Inch towards JVM (Sun, 1.4.0) working. by sewardj · 22 years ago
- 457cc47 Make my_assert_fail static. by sewardj · 22 years ago
- cbd1b5d More RH 7.3 fixes by sewardj · 22 years ago
- 1f72a47 Autoconf test for asm/atomic.h. Hopefully fixes build probs on RH 7.3. by sewardj · 22 years ago
- 3e909ce Feature tests for [whether sched_param has a sched_priority member] by sewardj · 22 years ago
- 2d94c11 Clean up assertion stuff for the vg_libpthread.c by sewardj · 22 years ago
- 19d8141 Sanity check VG_LIBDIR (the --libdir= config value) at startup to detect by sewardj · 22 years ago
- 64039bb Failed attempt to make JDK 1.4.0 work. by sewardj · 22 years ago
- 0d84423 Do pthread_atter_{set,get}scope. by sewardj · 22 years ago
- 43c356f Remove historical artefact. by sewardj · 22 years ago
- 7d78e78 Implement CLC and STC (Pascal Massimino <pmassimi@ilog.fr>). by sewardj · 22 years ago
- af8abba Markup bug. by sewardj · 22 years ago
- b51f2e6 Clean up and modularise debug info reading a little. The stabs and by sewardj · 22 years ago
- c134dd9 Preliminary commit of DWARF2 debug info reader from by sewardj · 22 years ago
- 2d8b3f0 Remove old rwlock implementation and replace with home-grown one. by sewardj · 22 years ago
- a70ca3f demangle_number: handle base-36 numbers. by sewardj · 22 years ago
- 055fbb8 Add a TODO entry for valgrind-1.0. by sewardj · 22 years ago
- ef037c7 Implement __pthread_kill_other_threads_np properly. It does seem to by sewardj · 22 years ago
- a4b87f6 Implement ADC Eb,Gb. Truly an unpopular instruction if it took anyone this by sewardj · 22 years ago
- af00b6d Fix stupid copy-n-paste bug in do_set_canceltype causing strange stack by sewardj · 22 years ago
- b60c1ad Update TODO lists at the top of the file. by sewardj · 22 years ago
- 9a66454 Make __pthread_kill_other_threads_np be UNIMPLEMENTED. If it turns out by sewardj · 22 years ago
- d8e919e pthread_cond_timedwait: be robust to timeout points in the past by sewardj · 22 years ago
- ccef2e6 As per POSIX, nuke all threads other than me by sewardj · 22 years ago
- 67a3bec Set client mem permissions in do__cleanup_pop. by sewardj · 22 years ago
- 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