NetBSD-Bugs archive

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

PR/53817 CVS commit: src/sys/kern



The following reply was made to PR kern/53817; it has been noted by GNATS.

From: "Kamil Rytarowski" <kamil%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53817 CVS commit: src/sys/kern
Date: Wed, 23 Jan 2019 13:38:30 +0000

 Module Name:	src
 Committed By:	kamil
 Date:		Wed Jan 23 13:38:30 UTC 2019
 
 Modified Files:
 	src/sys/kern: init_main.c
 
 Log Message:
 Change the place of initproc initialization
 
 The initproc variable cannot be initialized in start_init as there
 is a race between vfs_mountroot and start_init.
 
 PR kern/53817 by Andreas Gustafsson
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.501 -r1.502 src/sys/kern/init_main.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index