Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/kern



On Dec 17,  5:31am, paul%whooppee.com@localhost (Paul Goyette) wrote:
-- Subject: Re: CVS commit: src/sys/kern

| Does this break autoloading only of a non-built-in sysv_ipc module?

Yes.

| Or does it affect autoloading of any module?

No.

| And do we have a plan on how to restore the auto-load capability?

We need to do this right. I.e. we need to design something that will
replace the necessary symbols when it loads and put them back where
they used to point to when it unloads. We also need an event mechanism
so that the module can register/unregister (so that things like dtrace
or other module dependencies get notified when events they care about
happen).

Best,

christos


Home | Main Index | Thread Index | Old Index