Peter Wemm
|
7b91328a39
|
Support KLD. We register and unregister two modules. "coda" (the vfs)
via VFS_SET(), and "codadev" for the cdevsw entry. From kldstat -v:
3 1 0xf02c5000 115d8 coda.ko
Contains modules:
Id Name
2 codadev
3 coda
|
1998-11-03 08:55:06 +00:00 |
|
Robert V. Baron
|
ecee3646ce
|
Fixes for lkm:
1. use VFS_LKM vs ACTUALLY_LKM_NOT_KERNEL
2. don't pass -DCODA to lkm build
|
1998-09-29 20:19:45 +00:00 |
|
Robert V. Baron
|
059b1b8277
|
Cleanup and fix THE bug
|
1998-09-28 20:52:58 +00:00 |
|
Robert V. Baron
|
6a6e8b2134
|
Put "stray" printouts under DIAGNOSTIC. Make everything build
with DEBUG on. Add support for lkm. (The macro's don't work
for me; for a good chuckle look at the end of coda_fbsd.c.)
|
1998-09-25 17:38:32 +00:00 |
|
Robert V. Baron
|
d3459488ae
|
Finish conversion of cfs -> coda
|
1998-09-13 13:57:59 +00:00 |
|
Robert V. Baron
|
9afcea2f4a
|
All the references to cfs, in symbols, structs, and strings
have been changed to coda. (Same for CFS.)
|
1998-09-11 18:50:17 +00:00 |
|
Robert V. Baron
|
41159be768
|
Pass2 complete
|
1998-09-02 19:09:53 +00:00 |
|
Robert V. Baron
|
e19a190886
|
Very Preliminary Coda
|
1998-08-29 21:14:52 +00:00 |
|