From owner-cvs-all Thu Jul 1 8:14: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 19CE5157BA; Thu, 1 Jul 1999 08:14:00 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id JAA03551; Thu, 1 Jul 1999 09:13:59 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id JAA37492; Thu, 1 Jul 1999 09:12:56 -0600 (MDT) Message-Id: <199907011512.JAA37492@harmony.village.org> To: Peter Wemm Subject: Re: cvs commit: src/sys/alpha/alpha vm_machdep.c src/sys/conf files src/sys/i386/i386 vm_machdep.c src/sys/kern kern_kthread.c init_main.c kern_linker.c uipc_mbuf.c vfs_aio.c vfs_subr.c src/sys/sys kthread.h kernel.h proc.h src/sys/vm vm_pageout.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Thu, 01 Jul 1999 06:21:48 PDT." <199907011321.GAA75851@freefall.freebsd.org> References: <199907011321.GAA75851@freefall.freebsd.org> Date: Thu, 01 Jul 1999 09:12:56 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <199907011321.GAA75851@freefall.freebsd.org> Peter Wemm writes: : Slight reorganization of kernel thread/process creation. Instead of using : SYSINIT_KT() etc (which is a static, compile-time procedure), use a : NetBSD-style kthread_create() interface. kproc_start is still available : as a SYSINIT() hook. This allowed simplification of chunks of the : sysinit code in the process. This kthread_create() is our old kproc_start : internals, with the SYSINIT_KT fork hooks grafted in and tweaked to work : the same as the NetBSD one. Thanks Peter... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message