Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove a whole bunch of "CFLAGS+= -DFSNAME" cruft. It hasn't been | peter | 1999-12-12 | 1 | -3/+1 |
| | | | | | | needed for ages, but keeps getting cut/pasted into new Makefiles. (Once apon a time it was used to activate mount arguments in <sys/mount.h>, but that was killed with extreme prejudice long ago) | ||||
* | Bring these more into line with other modules that have .h files generated | peter | 1999-12-12 | 1 | -2/+3 |
| | | | | on the fly. | ||||
* | Removed special rules for building and cleaning device interface files | bde | 1999-11-28 | 1 | -4/+0 |
| | | | | | and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}). | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Add procfs_rlimit.c so the kernel actually compiles. | billf | 1999-05-04 | 1 | -3/+4 |
| | | | | | | PR: kern/11497 Submitted by: Jos Backus <jos.backus@nl.origin-it.com> (misordered patch) Pointy Hat: phk, adrian | ||||
* | Sample initial set of kld-ified modules. Not all have been completely | peter | 1998-10-16 | 1 | -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) | ||||
* | A better solution to the rm_at_exit problem: Register the exit function | alex | 1998-07-27 | 1 | -2/+2 |
| | | | | | | | | during first mount. Unregister the exit function at last unmount. Concept by: sef Reviewed by: sef Implemented by: alex | ||||
* | Override the default VFS LKM dispatch functions so that a module | alex | 1998-07-25 | 1 | -2/+2 |
| | | | | | unload function can be provided (this is necessary to unregister the at_exit handler). | ||||
* | Added opt_vmpage.h to SRCS so that it actually gets created. | bde | 1998-07-01 | 1 | -5/+5 |
| | |||||
* | Leading whitespace in Makefile are TABS not spaces.... | sos | 1998-06-30 | 1 | -2/+2 |
| | |||||
* | fix more of my breakage... :( | jmg | 1998-06-30 | 1 | -1/+5 |
| | | | | create opt_vmpage.h | ||||
* | Back out opt_diagnostic.h changes. | eivind | 1998-02-06 | 1 | -6/+2 |
| | |||||
* | Make the LKMs handle DIAGNOSTIC as a new-style option. | eivind | 1998-02-04 | 1 | -2/+6 |
| | |||||
* | Revert $FreeBSD$ back to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -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. | ||||
* | Add new parts, kernel not booted in other case | ache | 1996-06-18 | 1 | -3/+3 |
| | |||||
* | Attempt to fix the procfs LKM after making some of the procfs | peter | 1996-01-24 | 1 | -5/+3 |
| | | | | code shared with ptrace and "standard" in the config. | ||||
* | Build LKMs for all ``easy'' filesystems. (lfs can be done, but it's more | wollman | 1994-09-21 | 1 | -0/+13 |
work; ditto NFS and it's even more work.) |