Source-Changes archive

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

CVS commit: [netbsd-5] src/sys/kern



Module Name:    src
Committed By:   riz
Date:           Tue Dec 21 22:21:42 UTC 2010

Modified Files:
        src/sys/kern [netbsd-5]: init_main.c

Log Message:
Pull up following revision(s) (requested by skrll in ticket #1496):
        sys/kern/init_main.c: revision 1.418
fix LOCKDEBUG panic 'uninitialized lock'.
seminit() calls exithook_establish(). exithook_establish() uses the exec_lock.
exec_lock is initialzed by exec_init(1).
Call exec_init(1) before seminit().


To generate a diff of this commit:
cvs rdiff -u -r1.371.2.4 -r1.371.2.5 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