aboutsummaryrefslogtreecommitdiff
path: root/sys/coda/coda_venus.c
Commit message (Expand)AuthorAgeFilesLines
* Device megapatch 5/6:Poul-Henning Kamp2004-02-211-2/+1
* Add support for the Coda 6.x venus<->kernel interface. This extendsTim J. Robbins2003-09-071-46/+57
* Use __FBSDID().David E. O'Brien2003-06-101-3/+3
* Fix these warns where sizeof(int) != sizeof(void *)Nate Lawson2002-09-261-4/+4
* Lock proctree_lock instead of pgrpsess_lock.John Baldwin2002-04-161-2/+2
* Fix LINT breakage by adding a missing include.Thomas Moestl2002-02-231-0/+1
* Lock struct pgrp, session and sigio.Seigo Tanimura2002-02-231-4/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-2/+4
* Delete unused #include <sys/select.h>.Garrett Wollman2001-01-091-1/+0
* Protect accesses to member of struct proc with the proc lock.John Baldwin2000-12-061-0/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* The dev returned here is what is found in the st_dev field.Robert V. Baron1999-08-021-2/+3
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-111-2/+2
* coda_lookup now passes up an extra flag. But old veni willRobert V. Baron1998-11-111-1/+13
* Venus must be passed O_CREAT flag on VOP_OPEN iff this isRobert V. Baron1998-10-281-1/+2
* 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-121/+121
* Pass2 completeRobert V. Baron1998-09-021-42/+35
* Very Preliminary CodaRobert V. Baron1998-08-291-0/+654