]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2002-05-29  Julian SewardMake __pthread_kill_other_threads_np be UNIMPLEMENTED...
2002-05-29  Julian Sewardpthread_cond_timedwait: be robust to timeout points...
2002-05-29  Julian SewardAs per POSIX, nuke all threads other than me
2002-05-29  Julian SewardSet client mem permissions in do__cleanup_pop.
2002-05-29  Julian SewardCheck for pending cancellation requests at syscalls...
2002-05-29  Julian SewardWhen a thread exits, run the destructors for the thread...
2002-05-29  Julian SewardImplement thread cleanup stacks.
2002-05-28  Julian SewardIncrease thread scheduling quantum from 20000 bbs to...
2002-05-28  Julian SewardFix various problems with new thread start / stop ...
2002-05-28  Julian SewardDO NOT UPDATE! COMPILES BUT DOESN'T WORK.
2002-05-27  Julian SewardSupport for POSIX reader-writer locks (preliminary).
2002-05-24  Julian SewardAvoid make_readable ( NULL, ... ) in ioctl SIOCGIFCONF.
2002-05-24  Julian SewardComment out debug printing.
2002-05-24  Julian Seward---> 20020524
2002-05-24  Julian SewardMore minor fixes to make OpenOffice 1.0 work.
2002-05-24  Julian SewardMake syscall sched_yield just yield the current thread...
2002-05-24  Julian SewardComment-only change: add a list of known problems with...
2002-05-23  Julian SewardDebug message wibble.
2002-05-23  Julian SewardDon't complain the second arg of __NR_setitimer
2002-05-23  Julian SewardFix small bug causing assertion failure in computation...
2002-05-23  Julian SewardAdd test for correct handling of read/write with invali...
2002-05-23  Julian Sewardsched_do_syscalls: properly handle invalid fd in read...
2002-05-23  Julian SewardMake accept() be nonblocking.
2002-05-22  Julian SewardUpdate for sigaltstack
2002-05-22  Julian Seward---> 20020522
2002-05-22  Julian Sewardsigaltstack -> sigaltstack.c
2002-05-22  Julian SewardImplement sigaltstack. Most of the logic is copied...
2002-05-22  Julian SewardImplement pthread_yield.
2002-05-22  Julian Sewardioctl TCXONC (Peter A Jonsson)
2002-05-22  Julian SewardFix one-char typo relating to detection of XFree86...
2002-05-22  Julian SewardImplement x86 insn popl m32. (Nikolay Igotti )
2002-05-21  Julian Seward---> 20020520
2002-05-21  Julian SewardDon't mask libc's vfork / __vfork:
2002-05-21  Julian Seward- Fix __NR_poll printing
2002-05-21  Dirk Muellerignore some generated stuff
2002-05-21  Dirk Muellerfix gcc detection
2002-05-21  Julian Sewardgcc-3.1 compile fix.
2002-05-20  Julian SewardMoan but don't die on unhandled stabs cases.
2002-05-20  Julian SewardImprove diagnostic info printed by failures in
2002-05-19  Julian Seward---> 20020518
2002-05-19  Julian SewardImplement semaphore functions.
2002-05-18  Julian SewardAdd test from Lionel Ulmer showing incorrect behaviour...
2002-05-18  Julian SewardModify cachegrind.in to track recent changes in valgrind.in
2002-05-18  Julian SewardAdd getpmsg/putpmsg (Rick Watson)
2002-05-18  Julian SewardFix fork/exec stuff so it works again. We have to...
2002-05-18  Julian SewardThe ELF table created by old kernels (2.4.3 ish) is...
2002-05-18  Julian SewardAdd clarification of the purpose of the malloc/free...
2002-05-18  Julian SewardAdd getitimer (Pascal Massimino)
2002-05-18  Julian SewardCancellation wrappers for pread/pwrite (Philip Martin).
2002-05-18  Julian SewardAdd a version dependency GLIBC_2.2.3 depends on GLIBC_2.2.
2002-05-18  Julian SewardCancellation wrapper for __pwrite64 (Adam Zell(?))
2002-05-16  Julian Seward---> 20020516
2002-05-16  Julian SewardCancellation wrapper for pread64.
2002-05-16  Julian SewardAdd a test for semaphore facilities: the Dining Philoso...
2002-05-16  Julian SewardstringMatch_wrk: reduce max recursion depth to 250...
2002-05-16  Julian SewardFix this for RH 7.3.
2002-05-16  Julian SewardMinimal impl of pthread_attr_setstacksize.
2002-05-16  Julian SewardCancellation wrapper for sendmsg(), wierd wrapper for...
2002-05-16  Julian SewardAdd some more recent tests.
2002-05-16  Julian SewardRemove existing non-working support for self-modifying...
2002-05-15  Julian Seward---> 20020515
2002-05-15  Julian SewardMore new-signal-hacks fixes.
2002-05-15  Julian SewardIn accordance with "build one to throw away, you will...
2002-05-15  Nicholas NethercoteFix incredibly stupid bug.
2002-05-13  Nicholas NethercoteExpanded --sort option to take threshold args with...
2002-05-13  Frédéric GobryUse $(srcdir) to specify the location of the linker...
2002-05-13  Julian SewardAdd another threads+signals test case along with the...
2002-05-13  Julian SewardAdd support for pthread_sigmask() and sigwait(). All...
2002-05-12  Julian SewardFix spelling mistake: wierd*hacks --> weird*hacks
2002-05-12  Julian SewardIn order to catch timeout events on fds which are reada...
2002-05-10  Julian Seward---> 20020511
2002-05-10  Julian SewardHook libpthread.so's .init section to start up Valgrind...
2002-05-10  Julian SewardImplement syslog() (Bill Nottingham)
2002-05-10  Julian SewardEven more shmctl fixings from Reuben.
2002-05-10  Julian SewardKernel 2.4 / glibc 2.2.X build fixes for recent startup...
2002-05-10  Julian SewardNew and hopefully more reliable method for finding...
2002-05-10  Julian SewardModify the startup mechanism so that any call into...
2002-05-10  Julian SewardImplement __NR_personality.
2002-05-10  Julian SewardSupport _m_kind == PTHREAD_MUTEX_FAST_NP for mutexes...
2002-05-10  Julian SewardFix confusing bug in printing of trace info for mutex_...
2002-05-10  Julian SewardInsert hacks, only partially successful, to make 'make...
2002-05-10  Julian Seward---> 20020510
2002-05-10  Julian SewardReturn zero to the *parent* thread when pthread_create...
2002-05-10  Julian SewardMore symbol versioning stuff
2002-05-10  Julian SewardAdd a version script so as to create the right versione...
2002-05-10  Julian SewardBuild fixes for Red Hat 6.2.
2002-05-09  Julian SewardMore IOCTL futzing from Reuben Thomas.
2002-05-09  Julian SewardMinor ioctl fixes from Reuben Thomas.
2002-05-09  Julian SewardMake sense of, and clean up, shmctl wrapper. (Reuben...
2002-05-09  Julian SewardRemove valgrind's use of libc-supplied stat() and sbrk...
2002-05-09  Nicholas NethercoteMinor corrections about cache profiling cost centres.
2002-05-09  Julian SewardReinstate a condition in the IPCOP_shmctl wrapper witho...
2002-05-09  Julian SewardFix assertions.
2002-05-09  Julian Seward---> 20020509
2002-05-09  Julian SewardFix off-by-one error in definition of MAX_LINENO and...
2002-05-08  Julian SewardYesterday's push/pop merging optimisations break the...
2002-05-08  Julian SewardChange _pthread_cleanup_push and _pthread_cleanup_pop...
2002-05-08  Julian SewardDo __pthread_initialize.
2002-05-08  Julian SewardComplain about NVidia's libGL.so also when an 0x8C...
2002-05-08  Julian SewardImplement SBB Ib, AL.
next