Date: Fri, 15 Jun 2001 02:38:07 -0700 (PDT) From: Scott Long <scottl@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys kernel.h src/sys/kern init_main.c kern_descrip.c kern_kthread.c src/sys/i386/include md_var.h cpu.h src/sys/i386/i386 vm_machdep.c mp_machdep.c machdep.c locore.s Message-ID: <200106150938.f5F9c7C35872@freefall.freebsd.org>
index | next in thread | raw e-mail
scottl 2001/06/15 02:38:07 PDT
Modified files: (Branch: RELENG_4)
sys/sys kernel.h
sys/kern init_main.c kern_descrip.c kern_kthread.c
sys/i386/include md_var.h cpu.h
sys/i386/i386 vm_machdep.c mp_machdep.c machdep.c
locore.s
Log:
MFC Peter Wemm's init and kthread enhancements from 08/11/2000 of -current.
This allows kthreads to be used by device drivers long before root is mounted
and init is officially started. This also brings RAIDframe one step closer.
Reviewed by: peter
Revision Changes Path
1.63.2.1 +8 -7 src/sys/sys/kernel.h
1.134.2.6 +62 -100 src/sys/kern/init_main.c
1.81.2.8 +13 -7 src/sys/kern/kern_descrip.c
1.5.2.2 +2 -2 src/sys/kern/kern_kthread.c
1.35.2.1 +2 -1 src/sys/i386/include/md_var.h
1.43.2.2 +1 -2 src/sys/i386/include/cpu.h
1.132.2.3 +9 -8 src/sys/i386/i386/vm_machdep.c
1.115.2.8 +3 -12 src/sys/i386/i386/mp_machdep.c
1.385.2.12 +21 -1 src/sys/i386/i386/machdep.c
1.132.2.4 +1 -46 src/sys/i386/i386/locore.s
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106150938.f5F9c7C35872>
