Matthew Dillon
b4e36adf1c
Fix warnings preparing for -Wall -Wcast-qual
...
Also disable one usb module in LINT due to fatal compilation errors,
temporary.
1999-01-27 20:09:21 +00:00
Eivind Eklund
15a1057c46
Add 'options DEBUG_LOCKS', which stores extra information in struct
...
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.
1999-01-20 14:49:12 +00:00
Bruce Evans
de5d1ba57c
Don't pass unused unused timestamp args to UFS_UPDATE() or waste
...
time initializing them. This almost finishes centralizing (in-core)
timestamp updates in ufs_itimes().
1999-01-07 16:14:19 +00:00
Eivind Eklund
fb1167777a
Remove the 'waslocked' parameter to vfs_object_create().
1999-01-05 18:50:03 +00:00
Robert V. Baron
0f45501efd
Don't print diagnostic anymore
1998-12-04 18:44:21 +00:00
Robert V. Baron
b3a2ec1e44
A few bug fixes for Robert Watson
1998-11-16 19:48:26 +00:00
Robert V. Baron
6f72efa21b
Change the way unmounting happens to guarantee that the
...
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.
1998-10-28 20:31:13 +00:00
Poul-Henning Kamp
f5ef029e92
Nitpicking and dusting performed on a train. Removes trivial warnings
...
about unused variables, labels and other lint.
1998-10-25 17:44:59 +00:00
Robert V. Baron
059b1b8277
Cleanup and fix THE bug
1998-09-28 20:52:58 +00:00
Robert V. Baron
6a6e8b2134
Put "stray" printouts under DIAGNOSTIC. Make everything build
...
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.)
1998-09-25 17:38:32 +00:00
Robert V. Baron
d3459488ae
Finish conversion of cfs -> coda
1998-09-13 13:57:59 +00:00
Robert V. Baron
9afcea2f4a
All the references to cfs, in symbols, structs, and strings
...
have been changed to coda. (Same for CFS.)
1998-09-11 18:50:17 +00:00
Robert V. Baron
41159be768
Pass2 complete
1998-09-02 19:09:53 +00:00
Robert V. Baron
e19a190886
Very Preliminary Coda
1998-08-29 21:14:52 +00:00