aboutsummaryrefslogtreecommitdiff
path: root/sys/coda
Commit message (Expand)AuthorAgeFilesLines
* Removed a bogus cast to c_caddr_t. This is part of terminatingBruce Evans1999-01-291-2/+8
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-272-4/+12
* Add 'options DEBUG_LOCKS', which stores extra information in structEivind Eklund1999-01-201-1/+11
* Missed a stray LKM #ifdefPeter Wemm1999-01-171-5/+8
* Clean up the KLD/LKM goop a bit.Peter Wemm1999-01-173-93/+23
* Don't pass unused unused timestamp args to UFS_UPDATE() or wasteBruce Evans1999-01-071-2/+5
* Remove the 'waslocked' parameter to vfs_object_create().Eivind Eklund1999-01-052-6/+9
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-3/+6
* Don't print diagnostic anymoreRobert V. Baron1998-12-041-1/+6
* A few bug fixes for Robert WatsonRobert V. Baron1998-11-162-5/+24
* Finished updating module event handlers to be compatible withBruce Evans1998-11-151-2/+2
* coda_lookup now passes up an extra flag. But old veni willRobert V. Baron1998-11-114-16/+84
* Support KLD. We register and unregister two modules. "coda" (the vfs)Peter Wemm1998-11-032-44/+65
* Change the way unmounting happens to guarantee that theRobert V. Baron1998-10-282-21/+61
* UpdateRobert V. Baron1998-10-281-11/+0
* Venus must be passed O_CREAT flag on VOP_OPEN iff this isRobert V. Baron1998-10-284-74/+123
* Nitpicking and dusting performed on a train. Removes trivial warningsPoul-Henning Kamp1998-10-251-3/+4
* Fixes for lkm:Robert V. Baron1998-09-294-10/+23
* Cleanup and fix THE bugRobert V. Baron1998-09-284-22/+39
* Don't lose this fileRobert V. Baron1998-09-251-0/+39
* Put "stray" printouts under DIAGNOSTIC. Make everything buildRobert V. Baron1998-09-257-77/+205
* Finish conversion of cfs -> codaRobert V. Baron1998-09-1317-73/+113
* All the references to cfs, in symbols, structs, and stringsRobert V. Baron1998-09-1116-1402/+1421
* Removed statically configured mount type numbers (MOUNT_*) and allBruce Evans1998-09-071-3/+6
* Clean LINTRobert V. Baron1998-09-063-10/+18
* Pass2 completeRobert V. Baron1998-09-0222-1831/+714
* Very Preliminary CodaRobert V. Baron1998-08-2922-0/+9354