freebsd-skq/sys/alpha
peter 6cb5fe6c6b 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.

One thing I'd like to do shortly is get rid of nfsiod as a user initiated
process.  It makes sense for the nfs client code to create them on the
fly as needed up to a user settable limit.  This means that nfsiod
doesn't need to be in /sbin and is always "available".  This is a fair bit
easier to do outside of the SYSINIT_KT() framework.
1999-07-01 13:21:46 +00:00
..
alpha Slight reorganization of kernel thread/process creation. Instead of using 1999-07-01 13:21:46 +00:00
conf Dequote like on the i386 configs. Also remove some references to old 1999-06-29 18:24:09 +00:00
include The second phase of syscons reorganization. 1999-06-22 14:14:06 +00:00
isa * Implement ISA dma (only for CIA now but more chipsets to follow). 1999-06-05 13:30:13 +00:00
linux Tweak include ordering so sys/systm.h is before sys/buf.h to keep buf.h's 1999-06-28 09:12:46 +00:00
pci * Implement ISA dma (only for CIA now but more chipsets to follow). 1999-06-05 13:30:13 +00:00
tc Serves me right for doing this by inspection and then a build afterwards 1999-05-10 16:36:42 +00:00
tlsb This commit should be a extensive NO-OP: 1999-05-30 16:53:49 +00:00