Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2019 09:53:30 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r351023 - stable/11/sys/kern
Message-ID:  <201908140953.x7E9rUM0082231@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Wed Aug 14 09:53:30 2019
New Revision: 351023
URL: https://svnweb.freebsd.org/changeset/base/351023

Log:
  MFC r350757:
  Update comment explaining create_init().

Modified:
  stable/11/sys/kern/init_main.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/kern/init_main.c
==============================================================================
--- stable/11/sys/kern/init_main.c	Wed Aug 14 09:51:44 2019	(r351022)
+++ stable/11/sys/kern/init_main.c	Wed Aug 14 09:53:30 2019	(r351023)
@@ -841,11 +841,9 @@ start_init(void *dummy)
 }
 
 /*
- * Like kproc_create(), but runs in it's own address space.
- * We do this early to reserve pid 1.
- *
- * Note special case - do not make it runnable yet.  Other work
- * in progress will change this more.
+ * Like kproc_create(), but runs in its own address space.  We do this
+ * early to reserve pid 1.  Note special case - do not make it
+ * runnable yet, init execution is started when userspace can be served.
  */
 static void
 create_init(const void *udata __unused)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908140953.x7E9rUM0082231>