aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs/mfs/mfs_vnops.c
Commit message (Collapse)AuthorAgeFilesLines
* Staticize.Poul-Henning Kamp1995-12-171-20/+21
| | | | Notes: svn path=/head/; revision=12911
* Introduced a type `vop_t' for vnode operation functions and usedBruce Evans1995-11-091-44/+44
| | | | | | | | | | | | | | | | | | it 1138 times (:-() in casts and a few more times in declarations. This change is null for the i386. The type has to be `typedef int vop_t(void *)' and not `typedef int vop_t()' because `gcc -Wstrict-prototypes' warns about the latter. Since vnode op functions are called with args of different (struct pointer) types, neither of these function types is any use for type checking of the arg, so it would be preferable not to use the complete function type, especially since using the complete type requires adding 1138 casts to avoid compiler warnings and another 40+ casts to reverse the function pointer conversions before calling the functions. Notes: svn path=/head/; revision=12158
* mfs_open could panic with false identification: panic("mfs_ioctl: ....Peter Wemm1995-10-311-2/+2
| | | | Notes: svn path=/head/; revision=11953
* Fix -Wformat warnings from LINT kernel.Rodney W. Grimes1995-05-111-2/+2
| | | | Notes: svn path=/head/; revision=8456
* Removed redundant newlines that were in some panic strings.David Greenman1995-03-191-2/+2
| | | | Notes: svn path=/head/; revision=7170
* Fixed bmap run-length brokeness.David Greenman1995-02-031-1/+3
| | | | | | | | | Use bmap run-length extension when doing clustered paging. Submitted by: John Dyson Notes: svn path=/head/; revision=6151
* Got rid of map.h. It's a leftover from the rmap code, and we use rlists.David Greenman1994-10-091-2/+1
| | | | | | | Changed swapmap into swaplist. Notes: svn path=/head/; revision=3451
* Removed unimplemented subr_rmap.c and unused references to it.David Greenman1994-09-251-5/+1
| | | | Notes: svn path=/head/; revision=3103
* Implemented loadable VFS modules, and made most existing filesystemsGarrett Wollman1994-09-211-1/+3
| | | | | | | loadable. (NFS is a notable exception.) Notes: svn path=/head/; revision=2946
* Eliminated a whole pile of ancient (we're taking 4.3BSD) VM systemDavid Greenman1994-09-121-81/+1
| | | | | | | | | related #define constants. Corrected incorrect VM_MAX_KERNEL_ADDRESS. Reviewed by: John Dyson Notes: svn path=/head/; revision=2689
* Added $Id$David Greenman1994-08-021-0/+1
| | | | Notes: svn path=/head/; revision=1817
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+2
| | | | | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman Notes: svn path=/head/; revision=1549
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+432
Notes: svn path=/head/; revision=1541