summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean LINTrvb1998-09-063-10/+18
* Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to informphk1998-09-051-1/+26
* Cosmetic changes to the PAGE_XXX macros to make them consistent withdfr1998-09-041-2/+2
* Pass2 completervb1998-09-0220-1688/+712
* Very Preliminary Codarvb1998-08-2920-0/+9187
* sort the prototypesphk1998-08-251-12/+12
* Last commit managed to get mangled somehow.phk1998-08-241-2/+4
* Remove the last remaining evidence of B_TAPE.phk1998-08-241-13/+3
* Enabled Lite2 fix for reading from dead ttys.bde1998-08-232-21/+3
* Removed unused includes.bde1998-08-171-2/+1
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-161-2/+3
* Fixed printf format errors.bde1998-07-303-37/+44
* Style fixes and a bug fix: don't remove the exit handler if unmountalex1998-07-271-5/+6
* A better solution to the rm_at_exit problem: Register the exit functionalex1998-07-271-23/+10
* Override the default VFS LKM dispatch functions so that a modulealex1998-07-251-4/+19
* Cast pointers to [u]intptr_t instead of to [unsigned] long.bde1998-07-151-2/+2
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-153-6/+6
* Fixed printf format errors.bde1998-07-114-17/+21
* Quick fix for type mismatches which were fatal if longs aren't 32bde1998-07-071-5/+5
* There is no such thing any more as "struct bdevsw".julian1998-07-042-6/+5
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-046-13/+17
* Remove "not hungly" panics. Cookies now used by the linux and ibcs2dt1998-06-251-10/+3
* Avoid a 64-bit division in procfs_readdir(). Fixed related overflows.bde1998-06-141-10/+6
* Avoid a 64-bit division in fdesc_readdir(). Fixed related overflowsbde1998-06-141-27/+14
* Make these files compile.dfr1998-06-102-3/+4
* ENOPNOTSUPP --> EOPNOTSUPPalex1998-06-101-2/+2
* Back out previous change. This behavior is at least completelydt1998-06-101-1/+1
* Also return EOPNOTSUPP rather than EINVAL for not supported owner and groupdt1998-06-101-2/+2
OpenPOWER on IntegriCloud