Source-Changes-HG archive

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

[src/netbsd-1-6]: src/share/man/man9 Pull up revision 1.117 (requested by tho...



details:   https://anonhg.NetBSD.org/src/rev/849dfa20276c
branches:  netbsd-1-6
changeset: 529311:849dfa20276c
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Nov 09 10:22:27 2002 +0000

description:
Pull up revision 1.117 (requested by thorpej in ticket #527):
* 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.

diffstat:

 share/man/man9/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 4aa40de588fd -r 849dfa20276c share/man/man9/Makefile
--- a/share/man/man9/Makefile   Sat Nov 09 10:22:17 2002 +0000
+++ b/share/man/man9/Makefile   Sat Nov 09 10:22:27 2002 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: Makefile,v 1.108.2.1 2002/05/31 11:32:16 tv Exp $
+#       $NetBSD: Makefile,v 1.108.2.2 2002/11/09 10:22:27 tron Exp $
 
 #      Makefile for section 9 (kernel function and variable) manual pages.
 
@@ -107,7 +107,8 @@
 MLINKS+=cons.9 cnbell.9 cons.9 cngetc.9 cons.9 cngetsn.9 cons.9 cnpollc.9 \
        cons.9 cnputc.9
 MLINKS+=copy.9 copyin.9 copy.9 copyout.9 copy.9 copystr.9 \
-       copy.9 copyinstr.9 copy.9 copyoutstr.9
+       copy.9 copyinstr.9 copy.9 copyoutstr.9 \
+       copy.9 copyin_proc.9 copy.9 copyout_proc.9
 MLINKS+=ctxsw.9 cpu_switch.9 ctxsw.9 mi_switch.9
 MLINKS+=disk.9 disk_init.9 disk.9 disk_attach.9 disk.9 disk_detach.9 \
        disk.9 disk_busy.9 disk.9 disk_unbusy.9 disk.9 disk_find.9 \



Home | Main Index | Thread Index | Old Index