Source-Changes-HG archive

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

[src/netbsd-1-6]: src/doc Fixed entry for 1425. Added #1428



details:   https://anonhg.NetBSD.org/src/rev/dba3e1c67026
branches:  netbsd-1-6
changeset: 530945:dba3e1c67026
user:      jmc <jmc%NetBSD.org@localhost>
date:      Wed Oct 22 04:19:46 2003 +0000

description:
Fixed entry for 1425. Added #1428

diffstat:

 doc/CHANGES-1.6.2 |  23 ++++++++++++++++++-----
 1 files changed, 18 insertions(+), 5 deletions(-)

diffs (41 lines):

diff -r f7b995b69c9e -r dba3e1c67026 doc/CHANGES-1.6.2
--- a/doc/CHANGES-1.6.2 Wed Oct 22 04:18:46 2003 +0000
+++ b/doc/CHANGES-1.6.2 Wed Oct 22 04:19:46 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.6.2,v 1.1.2.208 2003/10/22 04:06:02 jmc Exp $
+#      $NetBSD: CHANGES-1.6.2,v 1.1.2.209 2003/10/22 04:19:46 jmc Exp $
 
 A complete list of changes from NetBSD 1.6.1 to NetBSD 1.6.2:
 
@@ -2560,10 +2560,19 @@
        Update Toast instructions for Toast 5 instead of Toast 4.
        [mbw, ticket #1519]
 
-sys/compat/linux/common/linux_socket.c         1.47-1.48
-
-       Make credentials work on the i386 by passing the original msg 
-       structure.  Add a cast appease gcc3.3.
+sys/compat/linux/common/linux_socket.c         1.49 (via patch)
+sys/compat/linux/common/linux_socket.h         1.11
+
+       More complete sendmsg(2) and recvmsg(2) emulation:
+       * translate MSG_* flags
+       * rewrite CMSG level/type to appropriate NetBSD value on input, 
+         and to Linux value on output
+       * handle different CMSG_DATA alignment for some archs
+ 
+       This fixes SCM_RIGHTS passing. Other SCM_* types are not supported -
+       the set is different on NetBSD and Linux. SCM_TIMESTAMP doesn't seem
+       to be actually implemented in Linux 2.5.15, so it's not supported
+       for Linux binaries either (for now).
        [tv, ticket #1425]
 
 
@@ -2584,3 +2593,7 @@
        [tv, ticket #1427]
 
 
+src/sys/compat/linux/common/linux_misc.c       1.119
+
+       Implement MAP_TRYFIXED for linux emulation.
+       [tv, ticket #1428]



Home | Main Index | Thread Index | Old Index