aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/linprocfs
Commit message (Collapse)AuthorAgeFilesLines
* MFC rev. 1.12: Build a dummy opt_compat.h header.Tim J. Robbins2004-08-291-1/+5
| | | | | | | Approved by: re (kensmith) Notes: svn path=/stable/5/; revision=134472
* o Remove @- from the ln and change it to a -sf. This was bogus, andWarner Losh2003-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) Notes: svn path=/head/; revision=122894
* 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