summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* This is a rather large commit that encompasses the new swapper,dillon1999-01-212-10/+8
* Add 'options DEBUG_LOCKS', which stores extra information in structeivind1999-01-201-1/+11
* Missed a stray LKM #ifdefpeter1999-01-171-5/+8
* Mountroot could concievably make sense to a KLD though, in the preloadpeter1999-01-171-6/+1
* Clean up the KLD/LKM goop a bit.peter1999-01-173-93/+23
* Remove declarations for undefined functions and a couple of unusedeivind1999-01-122-21/+2
* Don't pass unused unused timestamp args to UFS_UPDATE() or wastebde1999-01-071-2/+5
* Remove the 'waslocked' parameter to vfs_object_create().eivind1999-01-052-6/+9
* A partial implementation of the procfs cmdline pseudo-file. Thispeter1999-01-054-5/+51
* Now empty DOS filesystems default to long file names. Non-empty filesystemsdt1999-01-021-5/+7
* Ensure that deHighClust in direntry always initialized.dt1999-01-021-19/+29
* Ifdefed conditionally used simplock variables.bde1999-01-022-2/+6
* Made this compile if UMAPFS_DIAGNOSTIC is defined. This has been brokenbde1999-01-011-2/+2
* Fix possible NULL-pointer deref in error case (same as DEVFS).eivind1998-12-161-2/+2
* Cleanup uninitialized-possibly-used (but really not) warningsdillon1998-12-143-6/+6
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-0710-30/+12
* '\0' is the most ugly NULL pointer constant I've ever seen in real code.eivind1998-12-071-2/+2
* MFC: loosen compare even though bde doesn't like it.jkh1998-12-061-3/+3
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-043-8/+12
* Don't print diagnostic anymorervb1998-12-041-1/+6
* Honor MNT_NOATIME.dt1998-11-291-3/+3
* Return ENOTTY instead of EBADF for ioctls on dead vnodes. This fixesbde1998-11-221-2/+2
* Support NT VFAT lower case flags.dt1998-11-215-11/+20
* A few bug fixes for Robert Watsonrvb1998-11-162-5/+24
* Finished updating module event handlers to be compatible withbde1998-11-152-4/+5
* coda_lookup now passes up an extra flag. But old veni willrvb1998-11-114-16/+84
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()peter1998-11-101-1/+2
* "fix" a warning that has been bugging me for ages. Eliminate a couplepeter1998-11-091-11/+10
* Support KLD. We register and unregister two modules. "coda" (the vfs)peter1998-11-032-44/+65
* Change the #ifdef UNION code into a callable hook. Arrange to have thispeter1998-11-032-2/+83
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-313-13/+12
* Use vtruncbuf() rather than vinvalbuf() when shortening files.peter1998-10-291-6/+9
* Change the way unmounting happens to guarantee that thervb1998-10-282-21/+61
* Venus must be passed O_CREAT flag on VOP_OPEN iff this isrvb1998-10-284-74/+123
* Added a second argument, "activate" to the vm_page_unwire() call so thatdg1998-10-281-2/+2
* Removed redundant bitrotted checks for major numbers instead of updatingbde1998-10-261-4/+3
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedbde1998-10-252-4/+7
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-251-3/+4
* Fixes for lkm:rvb1998-09-294-10/+23
* Cleanup and fix THE bugrvb1998-09-284-22/+39
* Don't lose this filervb1998-09-251-0/+39
* Put "stray" printouts under DIAGNOSTIC. Make everything buildrvb1998-09-257-77/+205
* Remove the SLICE code.sos1998-09-141-13/+1
* Remove unused variable.dt1998-09-131-3/+1
* Fix a bug related to renaming in root directory. This bug reported bydt1998-09-131-2/+4
* Finish conversion of cfs -> codarvb1998-09-1317-73/+113
* various nits that didn't make it through the brucefilter.phk1998-09-121-5/+6
* All the references to cfs, in symbols, structs, and stringsrvb1998-09-1116-1402/+1421
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-079-20/+23
* Fix problem reported on bugtraq: check permission of device mountedguido1998-09-071-1/+19
OpenPOWER on IntegriCloud