summaryrefslogtreecommitdiffstats
path: root/sys/modules/linprocfs
Commit message (Collapse)AuthorAgeFilesLines
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-1/+2
| | | | | | | | | | | directly include only the header files needed. This reduces the unneeded spamming of various headers into lots of files. For now, this leaves us with very few modules including vnet.h and thus needing to depend on opt_route.h. Reviewed by: brooks, gnn, des, zec, imp Sponsored by: The FreeBSD Foundation
* - Add the new files to the linux module.netchild2006-08-151-0/+4
| | | | | | | | | - Prepare the modules for build on amd64, but don't build them there as part of the kernel build yet. The code for the missing symbols on amd64 isn't committed and it may be solved differently. Sponsored by: Google SoC 2006 Submitted by: rdivacky
* Let kmod.mk touch opt_*.h files as needed.ru2004-09-041-3/+0
| | | | Inspired by: imp's email
* Build a dummy opt_compat.h header since linprocfs.c now requires it.tjr2004-08-181-1/+5
|
* o Remove @- from the ln and change it to a -sf. This was bogus, andimp2003-11-191-1/+0
| | | | | | | | | | | | regocnized as such at the time. Now that the other bogons in the tree have been fixed, we can remove this ugly kludge. o Remove stale/bogus opt_foo.h files. These are left over from by-gone resources. And they point to the need, yet again, to improve the build system so meta information is only in one place. Submitted by: ru Reviewed by: bde Approved by: re@ (jhb)
* Move the pseudofs, procfs and linprocfs modules out from the fs directory.des2002-02-041-0/+10
| | | | | Keeping them there seemed like a good idea at the time, but it annoys bde and confuses people who do not understand how MODULES_OVERRIDE works.
* Disconnect linprocfs prior to moving it.des2001-06-101-20/+0
|
* Remove some cruftpeter2001-02-271-3/+0
|
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-061-2/+4
|
* The linprocfs sources have moved to sys/compat/linprocfs.des2000-12-121-1/+11
|
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofpeter2000-05-271-1/+1
| | | | encoding the relative path.
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.peter2000-05-041-1/+1
| | | | | | | This means that the kernel can be totally self contained now and is not dependent on the last buildworld to update /usr/share/mk. This might also make it easier to build 5.x kernels on 4.0 boxes etc, assuming gensetdefs and config(8) are updated.
* Point to the new location of the sources under the i386 linux compatibilitymsmith2000-04-201-1/+1
| | | | code.
* Linux /proc filesystem.des2000-03-251-0/+11
Submitted by: pb
OpenPOWER on IntegriCloud