Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a consistent style and one much closer to the rest of /usr/src | obrien | 2001-01-06 | 1 | -3/+4 |
| | |||||
* | Retire the joy(8) script. Using shell scripts to load kernel loadable | sheldonh | 2000-11-02 | 3 | -56/+0 |
| | | | | | | | modules is out of fashion. There is still a joy(4) manual page to clue people into the existence of the joy of FreeBSD. | ||||
* | Don't install manpages. | obrien | 2000-10-08 | 1 | -3/+0 |
| | | | | They are being moved elsewhere, and they are causing problems being here. | ||||
* | Only install secondary components if the destination directory exists. | obrien | 2000-10-04 | 1 | -0/+4 |
| | | | | This may be a WIP, but `make release' needs it sooner than later. | ||||
* | Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of | peter | 2000-05-27 | 1 | -1/+1 |
| | | | | encoding the relative path. | ||||
* | Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk. | peter | 2000-05-04 | 1 | -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. | ||||
* | Fix joy and put it back in the MI section. (yes, it works on Alpha) | peter | 1999-12-12 | 1 | -4/+2 |
| | |||||
* | Removed special rules for building and cleaning device interface files | bde | 1999-11-28 | 1 | -5/+0 |
| | | | | | and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}). | ||||
* | Zap some unused echo "#define NFOO 1" > foo.h style defunct stuff. | peter | 1999-09-27 | 1 | -5/+2 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
| | |||||
* | Reference kld(4). | ghelmer | 1999-04-23 | 1 | -2/+2 |
| | | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com> | ||||
* | Replace LKM with KLD. | ghelmer | 1999-04-06 | 1 | -5/+5 |
| | | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com> | ||||
* | Install scripts without .sh suffix. | jkh | 1998-11-12 | 1 | -2/+2 |
| | |||||
* | Rename joy,ibcs2,linux to joy.sh,ibcs2.sh,linux.sh (via repo copy). | peter | 1998-11-11 | 2 | -8/+4 |
| | |||||
* | Do not overwrite the lkm versions of the install scripts for now. linux | peter | 1998-11-05 | 1 | -4/+4 |
| | | | | works but ibcs2 has a load failure and joy doesn't look like it'll work. | ||||
* | Update to use kldload, no temporary files! | peter | 1998-11-05 | 2 | -4/+4 |
| | |||||
* | Sample initial set of kld-ified modules. Not all have been completely | peter | 1998-10-16 | 1 | -3/+3 |
| | | | | | | | 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) | ||||
* | Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absolute | bde | 1998-02-01 | 1 | -2/+2 |
| | | | | | path to the obj directory in ${CFLAGS}. This is actually equivalent to "-I." since bsd.kmod.mk also puts -I- in ${CFLAGS}. | ||||
* | LKM-support for converting all file-system options to new-style options. | eivind | 1998-01-24 | 1 | -3/+6 |
| | |||||
* | Revert $FreeBSD$ back to $Id$ | peter | 1997-02-22 | 4 | -4/+4 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 4 | -4/+4 |
| | | | | | | | | 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. | ||||
* | Sort cross references. | wosch | 1997-01-13 | 1 | -3/+3 |
| | |||||
* | add forgotten $Id$ | wosch | 1996-09-22 | 1 | -0/+2 |
| | |||||
* | Don't (re)define ACTUALLY_LKM_NOT_KERNEL. It wasn't even used by the | bde | 1996-06-23 | 1 | -1/+1 |
| | | | | | | | joy driver proper. Don't add -I/sys to CFLAGS. bsd.kmod.mk adds the correct (relative) path. | ||||
* | Build LKM for joystick driver. | jmz | 1996-03-16 | 4 | -0/+71 |