Subject: re: p_flag in struct proc: int -> uint64_t
To: Jason Thorpe <thorpej@shagadelic.org>
From: matthew green <mrg@eterna.com.au>
List: tech-kern
Date: 10/09/2006 14:32:43
> i agree. we should move away from link sets even tho they are really
> quite handy...
I am ok with keeping them around for kernel-private stuff, i.e. things
that will never be able to load as an LKM. But eventually, I'd like
the "load as LKM" and "statically compiled into the kernel" code paths
to be identical, including the invocation of init and fini routines.
right... it is their use in anything that may be dynamic that
they fall down.
.mrg.