summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/umapfs/umap_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-519/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-3/+5
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Converted the silly SAFTEY option into a new-style option by renaming it tobde1999-08-301-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Make sure that stat(2) and friends always return a valid st_dev field.phk1999-07-021-3/+1
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-161-47/+1
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-3/+1
* Fixed printf format errors.bde1998-07-301-21/+30
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-2/+3
* Fixed pagefault when cred == NOCRED.kato1998-02-071-13/+20
* Fix the same leak as in nullfs. Now the lowervp is properly marked inactive.roberto1997-10-211-1/+5
* Hmm, realign the vnops into two columns.phk1997-10-151-3/+3
* Stylistic overhaul of vnops tables.phk1997-10-151-14/+11
* Executing binaries on a nullfs (or nullfs-based) filesystem results inphk1997-09-181-2/+3
* Removed unused #includes.bde1997-08-021-3/+1
* Fix some warnings (missing prototypes, wrong "generic" args etc)peter1997-05-251-5/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Add missing function prototypes.mpp1997-02-121-1/+3
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-2/+47
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Staticize.phk1995-12-111-20/+23
* Added prototypes.bde1995-12-031-2/+10
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-091-11/+11
* Remove trailing whitespace.rgrimes1995-05-301-22/+22
* Removed redundant newlines that were in some panic strings.dg1995-03-191-2/+2
* Cosmetics. reduce the noise from gcc -Wall.phk1994-10-101-13/+14
* Fix a few niggling little bugs:wollman1994-09-211-1/+2
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-211-1/+3
* 1) cleaned up after Garrett - fixed more redundant declarations, changeddg1994-08-201-2/+1
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-1/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+488
OpenPOWER on IntegriCloud