summaryrefslogtreecommitdiffstats
path: root/sys/coda/coda_psdev.c
Commit message (Collapse)AuthorAgeFilesLines
* Missed a stray LKM #ifdefpeter1999-01-171-5/+8
|
* coda_lookup now passes up an extra flag. But old veni willrvb1998-11-111-4/+28
| | | | | | | be ok; new veni will check /dev/cfs0 to make sure that a new kernel is running. Also, a bug in vc_nb_close iff CODA_SIGNAL's were seen has been fixed.
* Change the way unmounting happens to guarantee that thervb1998-10-281-20/+51
| | | | | | | client programs are allowed to finish up (coda_call is forced to complete) and release their locks. Thus there is a reasonable chance that the vflush implicit in the unmount will not get hung on held locks.
* Fixes for lkm:rvb1998-09-291-2/+5
| | | | | 1. use VFS_LKM vs ACTUALLY_LKM_NOT_KERNEL 2. don't pass -DCODA to lkm build
* Cleanup and fix THE bugrvb1998-09-281-5/+10
|
* Put "stray" printouts under DIAGNOSTIC. Make everything buildrvb1998-09-251-11/+27
| | | | | 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-81/+84
| | | | have been changed to coda. (Same for CFS.)
* Pass2 completervb1998-09-021-99/+42
|
* Very Preliminary Codarvb1998-08-291-0/+756
OpenPOWER on IntegriCloud