Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove depricated wcd LKM. | sos | 1998-12-27 | 1 | -29/+0 |
| | |||||
* | Don't add files handled by bsd.kmod.mk to CLEANFILES. Don't add never- | bde | 1998-02-25 | 1 | -2/+2 |
| | | | | generated files to CLEANFILES. | ||||
* | Don't handle the `machine' symlink or related include paths here. | bde | 1998-02-01 | 1 | -8/+2 |
| | | | | bsd.kmod.mk now handles it more generally. | ||||
* | LKM-support for converting all file-system options to new-style options. | eivind | 1998-01-24 | 1 | -3/+6 |
| | |||||
* | Don't use /sys. | bde | 1997-08-07 | 1 | -2/+2 |
| | | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | 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. | ||||
* | delete unused variable BINDIR, use new variable MODLOAD/MODUNLOAD | wosch | 1996-10-06 | 1 | -4/+3 |
| | |||||
* | Bannish ATAPI and ATAPI_STATIC #defines to opt_atapi.h. | pst | 1996-09-06 | 1 | -4/+7 |
| | |||||
* | Don't add -I/sys to CFLAGS. bsd.kmod.mk adds the correct (relative) | bde | 1996-06-23 | 1 | -2/+2 |
| | | | | path. | ||||
* | ``mv'' -> ``mv -f'' | wosch | 1996-05-07 | 1 | -1/+3 |
| | | | | | ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root | ||||
* | atapi and wcd LKMs. | dg | 1995-10-14 | 1 | -0/+28 |
Submitted by: Serge Vakulenko, <vak@cronyx.ru> |