summaryrefslogtreecommitdiffstats
path: root/lkm/ccd
Commit message (Collapse)AuthorAgeFilesLines
* Revert $FreeBSD$ back to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* Fiexed CFLAGS. Compiling things in the kernel without -O now causesbde1996-09-211-2/+2
| | | | | zillions of warnings about static inline functions because `inline' is ignored without -O.
* Don't claim to be a VFS_LKM - generate vnode_if.h by putting it in SRCS.bde1996-06-231-5/+4
| | | | | Don't add -I/sys to CFLAGS. bsd.kmod.mk adds the correct (relative) path.
* A Makefile for a ccd lkm. You need to explicitly /sbin/modload it forasami1996-06-121-0/+17
now. Someday I'll add a hook to ccdconfig to do it automatically.
OpenPOWER on IntegriCloud