]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2002-06-02  Julian SewardRemove historical artefact.
2002-06-02  Julian SewardImplement __NR_mlock (Marc Mutz <mutz@kde.org>)
2002-06-02  Julian SewardImplement CLC and STC (Pascal Massimino <pmassimi@ilog...
2002-06-01  Julian SewardMarkup bug.
2002-06-01  Julian SewardAdd ioctl BLKGETSIZE.
2002-06-01  Julian SewardUpdate author attributions.
2002-06-01  Julian SewardClean up and modularise debug info reading a little...
2002-06-01  Julian Seward---> 20020601
2002-06-01  Julian SewardPreliminary commit of DWARF2 debug info reader from
2002-06-01  Julian SewardRemove old rwlock implementation and replace with home...
2002-05-30  Julian Sewarddemangle_number: handle base-36 numbers.
2002-05-30  Julian SewardAdd a TODO entry for valgrind-1.0.
2002-05-30  Julian SewardImplement __pthread_kill_other_threads_np properly...
2002-05-30  Julian SewardMore X suppressions.
2002-05-29  Julian SewardImplement ADC Eb,Gb. Truly an unpopular instruction...
2002-05-29  Julian SewardChange counts a bit so as not to spew out so much junk.
2002-05-29  Julian SewardFix stupid copy-n-paste bug in do_set_canceltype causin...
2002-05-29  Julian SewardTests for cancellation/cleanup mechanisms.
2002-05-29  Julian SewardUpdate TODO lists at the top of the file.
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...
next