aboutsummaryrefslogtreecommitdiff
path: root/sys/coda/coda_fbsd.c
Commit message (Expand)AuthorAgeFilesLines
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Add a "int fd" argument to VOP_OPEN() which in the future willPoul-Henning Kamp2003-07-261-1/+1
* Use __FBSDID().David E. O'Brien2003-06-101-3/+3
* Deregister the dev_clone event handler we registered - don't touch theTim J. Robbins2003-03-271-2/+4
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+8
* msgPoul-Henning Kamp2003-02-261-2/+0
* Remove __P.Alfred Perlstein2002-03-201-3/+3
* Warning fix: coda_fbsd.c:113: warning: unused variable `ret'Peter Wemm2001-06-151-1/+0
* Now works again and as a module and with devfs.Shafeeq Sinnamohideen2001-06-051-1/+51
* Implement vop_std{get|put}pages() and add them to the default vop[].Poul-Henning Kamp2001-05-011-15/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-2/+3
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-35/+1
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-5/+3
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-6/+21
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-271-2/+2
* Clean up the KLD/LKM goop a bit.Peter Wemm1999-01-171-75/+1
* Remove the 'waslocked' parameter to vfs_object_create().Eivind Eklund1999-01-051-2/+2
* Finished updating module event handlers to be compatible withBruce Evans1998-11-151-2/+2
* Support KLD. We register and unregister two modules. "coda" (the vfs)Peter Wemm1998-11-031-42/+57
* Fixes for lkm:Robert V. Baron1998-09-291-3/+3
* Cleanup and fix THE bugRobert V. Baron1998-09-281-12/+13
* Put "stray" printouts under DIAGNOSTIC. Make everything buildRobert V. Baron1998-09-251-16/+85
* Finish conversion of cfs -> codaRobert V. Baron1998-09-131-5/+5
* All the references to cfs, in symbols, structs, and stringsRobert V. Baron1998-09-111-9/+9
* Pass2 completeRobert V. Baron1998-09-021-78/+42
* Very Preliminary CodaRobert V. Baron1998-08-291-0/+241