aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Missed a stray LKM #ifdefPeter Wemm1999-01-171-5/+8
* Mountroot could concievably make sense to a KLD though, in the preloadPeter Wemm1999-01-171-6/+1
* Clean up the KLD/LKM goop a bit.Peter Wemm1999-01-173-93/+23
* Remove declarations for undefined functions and a couple of unusedEivind Eklund1999-01-122-21/+2
* 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
* A partial implementation of the procfs cmdline pseudo-file. ThisPeter Wemm1999-01-054-5/+51
* Now empty DOS filesystems default to long file names. Non-empty filesystemsDmitrij Tejblum1999-01-021-5/+7
* Ensure that deHighClust in direntry always initialized.Dmitrij Tejblum1999-01-021-19/+29
* Ifdefed conditionally used simplock variables.Bruce Evans1999-01-022-2/+6
* Made this compile if UMAPFS_DIAGNOSTIC is defined. This has been brokenBruce Evans1999-01-011-2/+2
* Fix possible NULL-pointer deref in error case (same as DEVFS).Eivind Eklund1998-12-161-2/+2
* Cleanup uninitialized-possibly-used (but really not) warningsMatthew Dillon1998-12-143-6/+6
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-0710-30/+12
* '\0' is the most ugly NULL pointer constant I've ever seen in real code.Eivind Eklund1998-12-071-2/+2
* MFC: loosen compare even though bde doesn't like it.Jordan K. Hubbard1998-12-061-3/+3
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-043-8/+12
* Don't print diagnostic anymoreRobert V. Baron1998-12-041-1/+6
* Honor MNT_NOATIME.Dmitrij Tejblum1998-11-291-3/+3
* Return ENOTTY instead of EBADF for ioctls on dead vnodes. This fixesBruce Evans1998-11-221-2/+2
* Support NT VFAT lower case flags.Dmitrij Tejblum1998-11-215-11/+20
* A few bug fixes for Robert WatsonRobert V. Baron1998-11-162-5/+24
* Finished updating module event handlers to be compatible withBruce Evans1998-11-152-4/+5
* coda_lookup now passes up an extra flag. But old veni willRobert V. Baron1998-11-114-16/+84
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()Peter Wemm1998-11-101-1/+2
* "fix" a warning that has been bugging me for ages. Eliminate a couplePeter Wemm1998-11-091-11/+10
* Support KLD. We register and unregister two modules. "coda" (the vfs)Peter Wemm1998-11-032-44/+65
* Change the #ifdef UNION code into a callable hook. Arrange to have thisPeter Wemm1998-11-032-2/+83
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagsPeter Wemm1998-10-313-13/+12
* Use vtruncbuf() rather than vinvalbuf() when shortening files.Peter Wemm1998-10-291-6/+9
* Change the way unmounting happens to guarantee that theRobert V. Baron1998-10-282-21/+61
* Venus must be passed O_CREAT flag on VOP_OPEN iff this isRobert V. Baron1998-10-284-74/+123
* Added a second argument, "activate" to the vm_page_unwire() call so thatDavid Greenman1998-10-281-2/+2
* Removed redundant bitrotted checks for major numbers instead of updatingBruce Evans1998-10-261-4/+3
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedBruce Evans1998-10-252-4/+7
* 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
* Remove the SLICE code.Søren Schmidt1998-09-141-13/+1
* Remove unused variable.Dmitrij Tejblum1998-09-131-3/+1
* Fix a bug related to renaming in root directory. This bug reported byDmitrij Tejblum1998-09-131-2/+4
* Finish conversion of cfs -> codaRobert V. Baron1998-09-1317-73/+113
* various nits that didn't make it through the brucefilter.Poul-Henning Kamp1998-09-121-5/+6
* All the references to cfs, in symbols, structs, and stringsRobert V. Baron1998-09-1116-1400/+1419
* Removed statically configured mount type numbers (MOUNT_*) and allBruce Evans1998-09-079-20/+23
* Fix problem reported on bugtraq: check permission of device mountedGuido van Rooij1998-09-071-1/+19
* Clean LINTRobert V. Baron1998-09-063-10/+18
* Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to informPoul-Henning Kamp1998-09-051-1/+26