Source-Changes-HG archive

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

[src/netbsd-1-5]: src Today's set:



details:   https://anonhg.NetBSD.org/src/rev/aa48101886da
branches:  netbsd-1-5
changeset: 493130:aa48101886da
user:      he <he%NetBSD.org@localhost>
date:      Wed Jun 12 20:46:23 2002 +0000

description:
Today's set:
 o uipc_socket.c: preserve atomicity invariant on errors
 o osrelease.sh: mark what we have now as 1.5.3

diffstat:

 CHANGES-1.5.3 |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 22cd78bc4e7a -r aa48101886da CHANGES-1.5.3
--- a/CHANGES-1.5.3     Wed Jun 12 20:45:09 2002 +0000
+++ b/CHANGES-1.5.3     Wed Jun 12 20:46:23 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.5.3,v 1.1.2.69 2002/06/06 22:00:07 he Exp $
+#      $NetBSD: CHANGES-1.5.3,v 1.1.2.70 2002/06/12 20:46:23 he Exp $
 
 A complete list of changes from NetBSD 1.5.2 to NetBSD 1.5.3:
 
@@ -2896,3 +2896,13 @@
 
   Add actual session offset to the volume size, so that ``df'' does
   not underestimate, and other checks against volume size succeed.
+
+sys/kern/uipc_socket.c                         1.67 via patch
+
+  Make sure to preserve atomicity of receive operation when instructed
+  to do so.  Make sure to drop rest of partial record if an error
+  occurs.  Fixes PR#16990.
+
+sys/conf/osrelease.sh                          patch
+
+  Mark this as NetBSD 1.5.3.



Home | Main Index | Thread Index | Old Index