summaryrefslogtreecommitdiffstats
path: root/sys/coda/coda_fbsd.c
Commit message (Expand)AuthorAgeFilesLines
* Warning fix: coda_fbsd.c:113: warning: unused variable `ret'peter2001-06-151-1/+0
* Now works again and as a module and with devfs.shafeeq2001-06-051-1/+51
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-011-15/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-2/+3
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-35/+1
* Simplify cdevsw registration.phk1999-05-311-5/+3
* This commit should be a extensive NO-OP:phk1999-05-301-6/+21
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-2/+2
* Fix warnings preparing for -Wall -Wcast-qualdillon1999-01-271-2/+2
* 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
* Support KLD. We register and unregister two modules. "coda" (the vfs)peter1998-11-031-42/+57
* Fixes for lkm:rvb1998-09-291-3/+3
* Cleanup and fix THE bugrvb1998-09-281-12/+13
* Put "stray" printouts under DIAGNOSTIC. Make everything buildrvb1998-09-251-16/+85
* Finish conversion of cfs -> codarvb1998-09-131-5/+5
* All the references to cfs, in symbols, structs, and stringsrvb1998-09-111-9/+9
* Pass2 completervb1998-09-021-78/+42
* Very Preliminary Codarvb1998-08-291-0/+241
OpenPOWER on IntegriCloud