summaryrefslogtreecommitdiffstats
path: root/sys/coda/coda_fbsd.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-2/+2
| | | | kernel compile
* Fix warnings preparing for -Wall -Wcast-qualdillon1999-01-271-2/+2
| | | | | Also disable one usb module in LINT due to fatal compilation errors, temporary.
* Clean up the KLD/LKM goop a bit.peter1999-01-171-75/+1
|
* Remove the 'waslocked' parameter to vfs_object_create().eivind1999-01-051-2/+2
|
* Finished updating module event handlers to be compatible withbde1998-11-151-2/+2
| | | | modeventhand_t.
* Support KLD. We register and unregister two modules. "coda" (the vfs)peter1998-11-031-42/+57
| | | | | | | | | 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
* Fixes for lkm:rvb1998-09-291-3/+3
| | | | | 1. use VFS_LKM vs ACTUALLY_LKM_NOT_KERNEL 2. don't pass -DCODA to lkm build
* Cleanup and fix THE bugrvb1998-09-281-12/+13
|
* Put "stray" printouts under DIAGNOSTIC. Make everything buildrvb1998-09-251-16/+85
| | | | | 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.)
* Finish conversion of cfs -> codarvb1998-09-131-5/+5
|
* All the references to cfs, in symbols, structs, and stringsrvb1998-09-111-9/+9
| | | | have been changed to coda. (Same for CFS.)
* Pass2 completervb1998-09-021-78/+42
|
* Very Preliminary Codarvb1998-08-291-0/+241
OpenPOWER on IntegriCloud