Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 1999 21:00:23 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@zeta.org.au, newton@atdot.dotat.org
Cc:        cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, newton@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/kern sys_socket.c kern_exit.c kern_resource.c
Message-ID:  <199901311000.VAA04835@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
> > >  Added comments about non-staticization so it doesn't get un-done next
> > >  time someone goes on a staticization binge.
> > ...
> > This is bogus.  Candidates for staticization are determined by inspecting
> > all system objects and sources for (lack of) cross references using
> > tools/kernxref and/or grep.
>
>KLDs included?

Not currently.  It supports standard LKMs (ones which were installed in
/lkm), but has rotted.  This shouldn't matter because all modules should
be statically compilable and statically compiled into LINT.  It can't
support nonstandard modules of course, since a weird module could want
to reference all functions and objects in the kernel.

Bruce

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901311000.VAA04835>