Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/doc Processed tickets:



details:   https://anonhg.NetBSD.org/src/rev/4f50c2fe49d6
branches:  netbsd-3
changeset: 577771:4f50c2fe49d6
user:      jdc <jdc%NetBSD.org@localhost>
date:      Thu Jan 26 21:32:08 2006 +0000

description:
Processed tickets:
        #1125   Fix 30s wait on resume
        #1128   RPC security fix

diffstat:

 doc/CHANGES-3.1 |  21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 952d80be3e0a -r 4f50c2fe49d6 doc/CHANGES-3.1
--- a/doc/CHANGES-3.1   Thu Jan 26 21:30:28 2006 +0000
+++ b/doc/CHANGES-3.1   Thu Jan 26 21:32:08 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-3.1,v 1.1.2.21 2006/01/22 13:54:39 tron Exp $
+#      $NetBSD: CHANGES-3.1,v 1.1.2.22 2006/01/26 21:32:08 jdc Exp $
 
 A complete list of changes from the NetBSD 3.0 release to the NetBSD 3.1
 release:
@@ -476,3 +476,22 @@
        umass(4) stalls.
        [xtraeme, ticket #1123]
 
+sys/dev/ic/wdc.c 1.231
+
+        After a reset don't wait for drives to come ready if there's no
+        drives.  fix a 30s hang after resume. Problem reported and fix
+       tested by Brian de Alwis.
+       [bouyer, ticket #1125]
+
+       tested by Brian de Alwis.
+       [bouyer, ticket #1125]
+
+lib/libc/rpc/xdr_rec.c                         1.26
+
+       John Kohl: xdr_rec.c missing a bugfix for an improper security
+       check.  The correct way to check for a zero record length is to
+       check for it without the LAST_FRAG marker in it, since it's legal
+       to send a LAST_FRAG marker with 0 bytes of data.  PR#32572
+
+       [christos, ticket #1128]
+



Home | Main Index | Thread Index | Old Index