aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used toMatthew Dillon1999-02-071-2/+2
* Correct a format mismatch on 64-bit architectures. This shouldJohn Polstra1999-02-051-3/+3
* First version.Semen Ustimenko1999-02-0310-0/+4176
* Don't comment out dead code; remove it.Bruce Evans1999-01-311-4/+1
* Use suser() to determine super-user-ness.Poul-Henning Kamp1999-01-301-17/+15
* 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-282-5/+5
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-2710-25/+39
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-274-25/+32
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-272-4/+12
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-212-10/+8
* 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
* 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