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 527.



details:   https://anonhg.NetBSD.org/src/rev/3de2293cdbfb
branches:  netbsd-1-6
changeset: 529312:3de2293cdbfb
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Nov 09 10:23:52 2002 +0000

description:
Pullup of ticket 527.

diffstat:

 doc/CHANGES-1.6.1 |  13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 849dfa20276c -r 3de2293cdbfb doc/CHANGES-1.6.1
--- a/doc/CHANGES-1.6.1 Sat Nov 09 10:22:27 2002 +0000
+++ b/doc/CHANGES-1.6.1 Sat Nov 09 10:23:52 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.6.1,v 1.1.2.26 2002/11/08 09:33:44 tron Exp $
+#      $NetBSD: CHANGES-1.6.1,v 1.1.2.27 2002/11/09 10:23:52 tron Exp $
 
 A complete list of changes from NetBSD 1.6 to NetBSD 1.6.1:
 
@@ -917,3 +917,14 @@
        re-fill the just drained socket buffer.
        [thorpej, ticket #429]
 
+distrib/sets/lists/comp/mi                     1.459
+share/man/man9/Makefile                                1.117
+share/man/man9/copy.9                          1.12
+sys/kern/kern_subr.c                           1.82
+sys/sys/systm.h                                        1.146
+
+       * Add copyin_proc() and copyout_proc(), which are like copyin() and
+         copyout(), except they can operate on any process, not just curproc.
+       * Use this in uiomove() to allow UIO_USERSPACE to non-curproc.
+       [thorpej, ticket #527]
+



Home | Main Index | Thread Index | Old Index