Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/doc Pullup of ticket 429.
details: https://anonhg.NetBSD.org/src/rev/219b1646d46a
branches: netbsd-1-6
changeset: 529306:219b1646d46a
user: tron <tron%NetBSD.org@localhost>
date: Fri Nov 08 09:33:44 2002 +0000
description:
Pullup of ticket 429.
diffstat:
doc/CHANGES-1.6.1 | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 3d76a45dda51 -r 219b1646d46a doc/CHANGES-1.6.1
--- a/doc/CHANGES-1.6.1 Fri Nov 08 09:31:35 2002 +0000
+++ b/doc/CHANGES-1.6.1 Fri Nov 08 09:33:44 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-1.6.1,v 1.1.2.25 2002/11/08 09:28:19 tron Exp $
+# $NetBSD: CHANGES-1.6.1,v 1.1.2.26 2002/11/08 09:33:44 tron Exp $
A complete list of changes from NetBSD 1.6 to NetBSD 1.6.1:
@@ -908,3 +908,12 @@
Make 32bit sparc64 kernels with DEBUG and DIAGNOSTIC compile.
[martin, ticket #916]
+sys/kern/uipc_socket.c 1.68
+
+ Fix 2 bugs with MSG_WAITALL. The first is to not block forever if one
+ is trying to MSG_PEEK for more than the socket can hold. The second is
+ that before sleeping waiting for more data, upcall the protocol
+ telling it you have just received data so it can kick itself to
+ re-fill the just drained socket buffer.
+ [thorpej, ticket #429]
+
Home |
Main Index |
Thread Index |
Old Index