summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/umapfs
Commit message (Expand)AuthorAgeFilesLines
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-161-2/+3
* Fixed printf format errors.bde1998-07-301-21/+30
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-2/+3
* As described by the submitter:msmith1998-05-061-17/+1
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-1/+17
* Staticize.eivind1998-02-091-3/+3
* Fixed pagefault when cred == NOCRED.kato1998-02-072-14/+24
* Fixed number of entries in gid-mapfile.kato1998-02-071-2/+2
* Declare the variable `i' when UMAP_DIAGNOSTIC is defined.kato1998-02-031-1/+4
* Fixed missing initialization of mp->mnt_stat. At least vm depends onbde1998-01-011-1/+2
* 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
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-4/+6
* Executing binaries on a nullfs (or nullfs-based) filesystem results inphk1997-09-181-2/+3
* Some staticized variables were still declared to be extern.bde1997-09-071-2/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-3/+3
* Removed unused #includes.bde1997-08-023-10/+3
* 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-224-4/+4
* Add missing function prototypes.mpp1997-02-123-3/+4
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-104-58/+78
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-144-4/+4
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-121-4/+14
* Staticize.phk1995-12-112-42/+45
* Added prototypes.bde1995-12-033-6/+43
* null_node_find() and umap_node_find() were sometimes called without abde1995-12-031-2/+2
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-092-13/+13
* Remove trailing whitespace.rgrimes1995-05-304-36/+36
* Removed redundant newlines that were in some panic strings.dg1995-03-191-2/+2
* Add four more filesystem flags:wollman1995-03-161-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+1
* Cosmetics. reduce the noise from gcc -Wall.phk1994-10-103-22/+30
* More loadable VFS changes:wollman1994-09-221-1/+2
* Fix a few niggling little bugs:wollman1994-09-211-1/+2
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-212-2/+7
* 1) cleaned up after Garrett - fixed more redundant declarations, changeddg1994-08-201-2/+1
* Added $Id$dg1994-08-023-2/+3
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-252-1/+3
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-244-0/+1384
OpenPOWER on IntegriCloud