Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 PR misc/52058: replace all proc_trampoline wi...



details:   https://anonhg.NetBSD.org/src/rev/13a031c4c842
branches:  trunk
changeset: 822258:13a031c4c842
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Mar 10 09:08:47 2017 +0000

description:
PR misc/52058: replace all proc_trampoline with lwp_trampoline belatedly.

diffstat:

 share/man/man9/Makefile       |   4 ++--
 share/man/man9/cpu_lwp_fork.9 |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (56 lines):

diff -r ea0d380c1750 -r 13a031c4c842 share/man/man9/Makefile
--- a/share/man/man9/Makefile   Fri Mar 10 07:35:58 2017 +0000
+++ b/share/man/man9/Makefile   Fri Mar 10 09:08:47 2017 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: Makefile,v 1.402 2017/02/22 09:20:39 msaitoh Exp $
+#       $NetBSD: Makefile,v 1.403 2017/03/10 09:08:47 martin Exp $
 
 #      Makefile for section 9 (kernel function and variable) manual pages.
 
@@ -258,7 +258,7 @@
        copy.9 ioctl_copyin.9 copy.9 ioctl_copyout.9
 MLINKS+=cpu_dumpconf.9 cpu_dump.9 cpu_dumpconf.9 cpu_dumpsize.9 \
        cpu_dumpconf.9 dumpsys.9
-MLINKS+=cpu_lwp_fork.9 child_return.9 cpu_lwp_fork.9 proc_trampoline.9
+MLINKS+=cpu_lwp_fork.9 child_return.9 cpu_lwp_fork.9 lwp_trampoline.9
 MLINKS+=cpu_rootconf.9 setroot.9 \
         cpu_rootconf.9 rootconf.9
 MLINKS+=cpufreq.9 cpufreq_register.9 \
diff -r ea0d380c1750 -r 13a031c4c842 share/man/man9/cpu_lwp_fork.9
--- a/share/man/man9/cpu_lwp_fork.9     Fri Mar 10 07:35:58 2017 +0000
+++ b/share/man/man9/cpu_lwp_fork.9     Fri Mar 10 09:08:47 2017 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: cpu_lwp_fork.9,v 1.4 2010/04/13 05:41:53 jruoho Exp $
+.\"     $NetBSD: cpu_lwp_fork.9,v 1.5 2017/03/10 09:08:47 martin Exp $
 .\"
 .\" Copyright (c) 2002, 2005, 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -33,7 +33,7 @@
 .Sh NAME
 .Nm cpu_lwp_fork ,
 .Nm child_return ,
-.Nm proc_trampoline
+.Nm lwp_trampoline
 .Nd finish a fork operation
 .Sh SYNOPSIS
 .In sys/proc.h
@@ -55,8 +55,8 @@
 .Pp
 .Fn cpu_lwp_fork
 rigs the child's kernel stack so that it will start in
-.Fn proc_trampoline .
-.Fn proc_trampoline
+.Fn lwp_trampoline .
+.Fn lwp_trampoline
 does not have a normal calling sequence and is entered by
 .Fn cpu_switch .
 If an alternate user-level stack is requested (with non-zero values
@@ -69,7 +69,7 @@
 After being entered by
 .Fn cpu_switch
 and while running in user context (within the kernel)
-.Fn proc_trampoline
+.Fn lwp_trampoline
 will invoke the function
 .Fa func
 with the argument



Home | Main Index | Thread Index | Old Index