aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/linprocfs
Commit message (Collapse)AuthorAgeFilesLines
* Move the pseudofs, procfs and linprocfs modules out from the fs directory.Dag-Erling Smørgrav2002-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. Notes: svn path=/head/; revision=90223
* Disconnect linprocfs prior to moving it.Dag-Erling Smørgrav2001-06-101-20/+0
| | | | Notes: svn path=/head/; revision=78023
* Remove some cruftPeter Wemm2001-02-271-3/+0
| | | | Notes: svn path=/head/; revision=73129
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-2/+4
| | | | Notes: svn path=/head/; revision=70711
* The linprocfs sources have moved to sys/compat/linprocfs.Dag-Erling Smørgrav2000-12-121-1/+11
| | | | Notes: svn path=/head/; revision=69931
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm2000-05-271-1/+1
| | | | | | | encoding the relative path. Notes: svn path=/head/; revision=60966
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm2000-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. Notes: svn path=/head/; revision=59951
* Point to the new location of the sources under the i386 linux compatibilityMike Smith2000-04-201-1/+1
| | | | | | | code. Notes: svn path=/head/; revision=59413
* Linux /proc filesystem.Dag-Erling Smørgrav2000-03-251-0/+11
Submitted by: pb Notes: svn path=/head/; revision=58556