DragonFly submit List (threaded) for 2004-11
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: Having multple kernel sources
:How about having src/sys be a varsym? (Not officially, I mean, if some
:developer needs this it sounds like it should be easy enough for them to
:do this.)
:
:-Chris
To deal with the "../../.... sys" the actual sys directories would have
to still be in /usr/src, but you might be able to use a varsym for 'sys'
itself.
e.g. /usr/src/sys.stable, /usr/src/sys.current would be real directories,
and /usr/src/sys would be a varsym.
Why don't you try it? Remember to enable varsym with
'sysctl vfs.varsym_enable = 1'.
varsyms still need some work. The most useful varsym is the process-local
varsym but the 'varsym' program can't set those since it would only set
the varsym for it's own pid, not for the shell that exec'd it. I've been
on the fence as to whether I should implement a varsym built-in to sh and
csh, or whether I should augment the varsym implementation to allow the
varsym program to set varsym's for its parent process (given suitable
perms checks).
-Matt
Matthew Dillon
<dillon@xxxxxxxxxxxxx>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]