aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/coda/coda_venus.c
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect CODAFS bits which are now completely disconnected fromAttilio Rao2013-03-021-705/+0
* Properly bounds check ioctl/pioctl data arguments for Coda:Robert Watson2010-08-071-0/+6
* Synchronize Coda kernel module definitions in our coda.h to Coda 6'sRobert Watson2010-04-051-28/+32
* Fix few missed accmode changes in coda.Edward Tomasz Napierala2008-11-031-2/+4
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-4/+6
* Since we're now actively maintaining the Coda module in the FreeBSD sourceRobert Watson2008-02-101-484/+501
* Various further non-functional cleanups to coda:Robert Watson2008-02-091-0/+3
* The Coda module was originally ported to NetBSD from Mach by rvb, andRobert Watson2008-02-081-1/+1
* Complete repo-copy and move of Coda from src/sys/coda to src/sys/fs/codaRobert Watson2007-07-121-4/+4
* Replace CODA_OPEN with CODA_OPEN_BY_FD: coda_open was disabled becauseRobert Watson2007-07-111-13/+6
* Disable two users of findcdev. They do the wrong thing now and willPoul-Henning Kamp2005-03-151-0/+4
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().Poul-Henning Kamp2005-01-111-3/+2
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* 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