obrien
690e163f68
Use a consistent style and one much closer to the rest of /usr/src
2001-01-06 14:00:42 +00:00
des
a5a08b2d85
Add four missing source files.
2000-12-09 13:17:35 +00:00
peter
a1907d0b27
Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of
...
encoding the relative path.
2000-05-27 01:14:33 +00:00
peter
932899b88d
Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.
...
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.
2000-05-04 12:08:52 +00:00
peter
7ddbcd0e02
Remove a whole bunch of "CFLAGS+= -DFSNAME" cruft. It hasn't been
...
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)
1999-12-12 20:34:11 +00:00
peter
cdf59ca7d4
Bring these more into line with other modules that have .h files generated
...
on the fly.
1999-12-12 16:47:33 +00:00
bde
72c28a3dd3
Removed special rules for building and cleaning device interface files
...
and empty options files. The rules are now generated automatically in
bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
1999-11-28 18:53:47 +00:00
peter
e4b04a2b21
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
billf
4adc698b15
Add procfs_rlimit.c so the kernel actually compiles.
...
PR: kern/11497
Submitted by: Jos Backus <jos.backus@nl.origin-it.com> (misordered patch)
Pointy Hat: phk, adrian
1999-05-04 21:08:58 +00:00
peter
4e0e4ff273
Sample initial set of kld-ified modules. Not all have been completely
...
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)
1998-10-16 04:30:52 +00:00
alex
34edce96bb
A better solution to the rm_at_exit problem: Register the exit function
...
during first mount. Unregister the exit function at last unmount.
Concept by: sef
Reviewed by: sef
Implemented by: alex
1998-07-27 01:07:01 +00:00
alex
7182fe1e34
Override the default VFS LKM dispatch functions so that a module
...
unload function can be provided (this is necessary to unregister
the at_exit handler).
1998-07-25 15:52:44 +00:00
bde
8278b58bdd
Added opt_vmpage.h to SRCS so that it actually gets created.
1998-07-01 17:02:57 +00:00
sos
4b0cf8fd7c
Leading whitespace in Makefile are TABS not spaces....
1998-06-30 16:09:28 +00:00
jmg
bf341c9b28
fix more of my breakage... :(
...
create opt_vmpage.h
1998-06-30 11:28:06 +00:00
eivind
c34d7ab282
Back out opt_diagnostic.h changes.
1998-02-06 23:54:27 +00:00
eivind
663e54566b
Make the LKMs handle DIAGNOSTIC as a new-style option.
1998-02-04 21:56:39 +00:00
peter
4607c4c65b
Revert $FreeBSD$ back to $Id$
1997-02-22 12:49:29 +00:00
jkh
9c0cd3f9df
Make the long-awaited change from $Id$ to $FreeBSD$
...
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.
1997-01-14 07:20:47 +00:00
ache
a1148ae498
Add new parts, kernel not booted in other case
1996-06-18 16:58:44 +00:00
peter
14a5084185
Attempt to fix the procfs LKM after making some of the procfs
...
code shared with ptrace and "standard" in the config.
1996-01-24 19:34:49 +00:00
wollman
334301fcfd
Build LKMs for all ``easy'' filesystems. (lfs can be done, but it's more
...
work; ditto NFS and it's even more work.)
1994-09-21 23:27:16 +00:00