Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2019 09:49:28 +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-12@freebsd.org
Subject:   svn commit: r351021 - stable/12/sys/kern
Message-ID:  <201908140949.x7E9nSKE076423@repo.freebsd.org>

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

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

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

Modified: stable/12/sys/kern/init_main.c
==============================================================================
--- stable/12/sys/kern/init_main.c	Wed Aug 14 09:44:48 2019	(r351020)
+++ stable/12/sys/kern/init_main.c	Wed Aug 14 09:49:28 2019	(r351021)
@@ -824,11 +824,9 @@ start_init(void *dummy)
 }
 
 /*
- * 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.  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?201908140949.x7E9nSKE076423>