In message <[EMAIL PROTECTED]>, John Baldwin writes:
>I stared at the bpf code some last week, and determined that the
>extra make_dev() was in bpf's open() method in the non-devfs
>case. As such, I have a rather simple patch. However, I don't
>like a driver having to be aware of devfs. Does anyone have any
>other (preferably cleaner) ways to fix this?
Yes, I'm working on a patch for all pseudo devices so that they
go away (entirely) when no longer used.
That's the problem with cloning devices: you need a way to get
rid of them again or you have a DoS on your hands.
--
Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED] | TCP/IP since RFC 956
FreeBSD coreteam member | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message