summaryrefslogtreecommitdiff
path: root/sys/modules/procfs
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
| | | | Notes: svn path=/stable/3/; revision=50583
* Sample initial set of kld-ified modules. Not all have been completelyPeter Wemm1998-10-161-4/+4
| | | | | | | | | | converted yet. These are more of a starting point. This is NOT connected to the parent Makefile. OK'ed by jkh (who is ever so patiently waiting) Notes: svn path=/head/; revision=40440
* A better solution to the rm_at_exit problem: Register the exit functionAlexander Langer1998-07-271-2/+2
| | | | | | | | | | | during first mount. Unregister the exit function at last unmount. Concept by: sef Reviewed by: sef Implemented by: alex Notes: svn path=/head/; revision=37877
* Override the default VFS LKM dispatch functions so that a moduleAlexander Langer1998-07-251-2/+2
| | | | | | | | unload function can be provided (this is necessary to unregister the at_exit handler). Notes: svn path=/head/; revision=37864
* Added opt_vmpage.h to SRCS so that it actually gets created.Bruce Evans1998-07-011-5/+5
| | | | Notes: svn path=/head/; revision=37323
* Leading whitespace in Makefile are TABS not spaces....Søren Schmidt1998-06-301-2/+2
| | | | Notes: svn path=/head/; revision=37298
* fix more of my breakage... :(John-Mark Gurney1998-06-301-1/+5
| | | | | | | create opt_vmpage.h Notes: svn path=/head/; revision=37293
* Back out opt_diagnostic.h changes.Eivind Eklund1998-02-061-6/+2
| | | | Notes: svn path=/head/; revision=33143
* Make the LKMs handle DIAGNOSTIC as a new-style option.Eivind Eklund1998-02-041-2/+6
| | | | Notes: svn path=/head/; revision=33105
* Revert $FreeBSD$ back to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22982
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Add new parts, kernel not booted in other caseAndrey A. Chernov1996-06-181-3/+3
| | | | Notes: svn path=/head/; revision=16483
* Attempt to fix the procfs LKM after making some of the procfsPeter Wemm1996-01-241-5/+3
| | | | | | | code shared with ptrace and "standard" in the config. Notes: svn path=/head/; revision=13613
* Build LKMs for all ``easy'' filesystems. (lfs can be done, but it's moreGarrett Wollman1994-09-211-0/+13
work; ditto NFS and it's even more work.) Notes: svn path=/head/; revision=2961