Mike Smith wrote: > > I've done most of the gruntwork of making AIO a loadable system. > > > > I'd appreciate some feedback and testing, especially since I know > > of no programs which use AIO. > > Where's the demand-load of the aio module? Are you going to trap ENOSYS > in the libc side of things?
Please, no. There is so much "goo" around the module loading these days; there are incursions into "mount" and all sorts of other programs that should not know about module loading. Either load it by hand/at startup, or generalize the mechanism by adding a data page to modules to describe what they provide, and then present default fault handlers for the classes of services so that the kernel can do the demand-loading (if necessary). -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message