summaryrefslogtreecommitdiffstats
path: root/sys/coda/coda_vnops.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed a bogus cast to c_caddr_t. This is part of terminatingbde1999-01-291-2/+8
| | | | | | | | | c_caddr_t with extreme prejudice. Here we want to convert from `const char *' to `const char *'. Casting through c_caddr_t is not the way to do this. The original cast to caddr_t was apparently to break warnings about const mismatches in other versions of BSD (in 4.4BSDLite2, the conversion is from `const char *path' to plain caddr_t).
* Fix warnings preparing for -Wall -Wcast-qualdillon1999-01-271-2/+10
| | | | | Also disable one usb module in LINT due to fatal compilation errors, temporary.
* Add 'options DEBUG_LOCKS', which stores extra information in structeivind1999-01-201-1/+11
| | | | | | | | lock, and add some macros and function parameters to make sure that the information get to the point where it can be put in the lock structure. While I'm here, add DEBUG_VFS_LOCKS to LINT.
* Don't pass unused unused timestamp args to UFS_UPDATE() or wastebde1999-01-071-2/+5
| | | | | time initializing them. This almost finishes centralizing (in-core) timestamp updates in ufs_itimes().
* Remove the 'waslocked' parameter to vfs_object_create().eivind1999-01-051-4/+7
|
* Don't print diagnostic anymorervb1998-12-041-1/+6
|
* A few bug fixes for Robert Watsonrvb1998-11-161-3/+12
|
* Change the way unmounting happens to guarantee that thervb1998-10-281-1/+10
| | | | | | | 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.
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-251-3/+4
| | | | about unused variables, labels and other lint.
* Cleanup and fix THE bugrvb1998-09-281-3/+9
|
* Put "stray" printouts under DIAGNOSTIC. Make everything buildrvb1998-09-251-23/+35
| | | | | 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-11/+15
|
* All the references to cfs, in symbols, structs, and stringsrvb1998-09-111-300/+303
| | | | have been changed to coda. (Same for CFS.)
* Pass2 completervb1998-09-021-727/+79
|
* Very Preliminary Codarvb1998-08-291-0/+2802
OpenPOWER on IntegriCloud