summaryrefslogtreecommitdiffstats
path: root/sys/coda/coda_subr.c
Commit message (Collapse)AuthorAgeFilesLines
* Change the vnode list under the mount point from a LIST to a TAILQdillon2001-10-231-2/+2
| | | | | | in preparation for an implementation of limiting code for kern.maxvnodes. MFC after: 3 days
* Backed out vestiges of the quick fixes for the transient breakage ofbde2001-10-131-1/+0
| | | | | <sys/mount.h> in rev.1.106 of the latter (don't include <sys/socket.h> just to work around bugs in <sys/mount.h>).
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-2/+2
| | | | | | | | | | | other "system" header files. Also help the deprecation of lockmgr.h by making it a sub-include of sys/lock.h and removing sys/lockmgr.h form kernel .c files. Sort sys/*.h includes where possible in affected files. OK'ed by: bde (with reservations)
* fix it so it compiles againmjacob2001-04-231-0/+2
|
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-2/+2
| | | | | | | fondling implementation details. Created with: sed(1) Reviewed by: md5(1)
* Delete unused #include <sys/select.h>.wollman2001-01-091-1/+0
|
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Remove the RCS "Log" and all the verbiage it has generated.phk1999-07-211-177/+3
|
* Clean up the KLD/LKM goop a bit.peter1999-01-171-5/+7
|
* Venus must be passed O_CREAT flag on VOP_OPEN iff this isrvb1998-10-281-17/+6
| | | | | | a creat so that we can will allow a mode 444 file to be written into. Sync with the latest coda.h and deal with collateral damage.
* Fixes for lkm:rvb1998-09-291-2/+7
| | | | | 1. use VFS_LKM vs ACTUALLY_LKM_NOT_KERNEL 2. don't pass -DCODA to lkm build
* Put "stray" printouts under DIAGNOSTIC. Make everything buildrvb1998-09-251-3/+11
| | | | | 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-7/+11
|
* All the references to cfs, in symbols, structs, and stringsrvb1998-09-111-134/+133
| | | | have been changed to coda. (Same for CFS.)
* Clean LINTrvb1998-09-061-3/+7
|
* Pass2 completervb1998-09-021-50/+36
|
* Very Preliminary Codarvb1998-08-291-0/+750
OpenPOWER on IntegriCloud