From: Julian Seward Date: Sun, 24 Mar 2002 10:18:41 +0000 (+0000) Subject: (merge from 20020320) X-Git-Tag: svn/VALGRIND_1_0_3~430 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50069de8c3d398f39d915c92f816c3bbb2dcabce;p=thirdparty%2Fvalgrind.git (merge from 20020320) Final comments. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16 --- diff --git a/PATCHES_APPLIED b/PATCHES_APPLIED index 888baffbe4..9887b27b76 100644 --- a/PATCHES_APPLIED +++ b/PATCHES_APPLIED @@ -390,3 +390,36 @@ Me Experimental feature: allow clients to set/check memory range permissions. Read documentation pertaining to the --client-perms flag. + +----------------------------- 19 Mar 02 ------------------------------- + +Harri Porten + Syscalls fchown (95), fchown32 (207) + +Ulrich Drepper + Syscall ftruncate64 (194) + + (?? on irc; can't remember) + Syscall chown32 (212) + +Me + Modify implementation of "sahf" insn, so that the instrumenter + creates code which checks the definedness of just %AH rather than + all of %EAX. Fixes a spurious warning reported by Daniel + Veillard . + +----------------------------- 20 Mar 02 ------------------------------- + +Me + Allow suppressions with a single top-stack-frame spec, to help folks + who have to suppress errors in libraries compiled with + -fomit-frame-pointer. + + Implement x86 "das" insn. Stranger than strange. + +Adam Gundy + ioctls TCSETA, TCGETA. + +----------------------------- 24 Mar 02 ------------------------------- + +Move to putting stuff in ChangeLog. This file finishes here.