summaryrefslogtreecommitdiffstats
path: root/sys/coda/coda_venus.c
Commit message (Expand)AuthorAgeFilesLines
* Complete repo-copy and move of Coda from src/sys/coda to src/sys/fs/codarwatson2007-07-121-671/+0
* Replace CODA_OPEN with CODA_OPEN_BY_FD: coda_open was disabled becauserwatson2007-07-111-13/+6
* Disable two users of findcdev. They do the wrong thing now and willphk2005-03-151-0/+4
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-3/+2
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Device megapatch 5/6:phk2004-02-211-2/+1
* Add support for the Coda 6.x venus<->kernel interface. This extendstjr2003-09-071-46/+57
* Use __FBSDID().obrien2003-06-101-3/+3
* Fix these warns where sizeof(int) != sizeof(void *)njl2002-09-261-4/+4
* Lock proctree_lock instead of pgrpsess_lock.jhb2002-04-161-2/+2
* Fix LINT breakage by adding a missing include.tmm2002-02-231-0/+1
* Lock struct pgrp, session and sigio.tanimura2002-02-231-4/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-2/+4
* Delete unused #include <sys/select.h>.wollman2001-01-091-1/+0
* Protect accesses to member of struct proc with the proc lock.jhb2000-12-061-0/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* The dev returned here is what is found in the st_dev field.rvb1999-08-021-2/+3
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-2/+2
* coda_lookup now passes up an extra flag. But old veni willrvb1998-11-111-1/+13
* Venus must be passed O_CREAT flag on VOP_OPEN iff this isrvb1998-10-281-1/+2
* Finish conversion of cfs -> codarvb1998-09-131-5/+5
* All the references to cfs, in symbols, structs, and stringsrvb1998-09-111-121/+121
* Pass2 completervb1998-09-021-42/+35
* Very Preliminary Codarvb1998-08-291-0/+654
OpenPOWER on IntegriCloud