| Summary: | devfs modules entry points to the attic | ||
|---|---|---|---|
| Product: | Base System | Reporter: | anarcat <anarcat> |
| Component: | misc | Assignee: | Poul-Henning Kamp <phk> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
anarcat
2001-05-10 19:00:01 UTC
Responsible Changed From-To: freebsd-bugs->phk Let MAINTAINER handle this. On Thu, 10 May 2001 anarcat@tao.ca wrote: > >Fix: > Change the modules line: > > devfs src/sys/miscfs/devfs > > by: > > devfs src/sys/fs/devfs The modules file is not tagged, so this would break checking out devfs as a module under old versions of FreeBSD including all current releases. The new devfs module has to be named something ugly like sys_fs_devfs. It probably should never have had a short name anyway. One name is good enough for the not unused module sys_kern. However, most miscfs's have between 3 and 5 names (1 for the LKM module, on for the "kld" module, one short name, one longer name with a "sys_" prefix, and one longer longer name with a "sys_miscfs_" prefix). Bruce State Changed From-To: open->closed As Bruce already noted, the modules file is not tagged so it is not clear what the correct action is here while 4.x is a live branch. Modules in the src/sys tree are less than useful, since you need the entire kernel-source to compile anything anyway. |