aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs/umapfs
Commit message (Expand)AuthorAgeFilesLines
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-0/+18
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-0/+2
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-111-6/+17
* Fixed the previous change. Some more code controlled by UMAPFS_DIAGNOSTICBruce Evans1999-09-042-5/+3
* Converted the silly SAFTEY option into a new-style option by renaming it toBruce Evans1999-08-301-2/+2
* Changed old-style options UMAPFS_DIAGNOSTIC and UMAP_DIAGNOSTIC to DEBUGBruce Evans1999-08-293-41/+43
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* Make sure that stat(2) and friends always return a valid st_dev field.Poul-Henning Kamp1999-07-021-3/+1
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodeKirk McKusick1999-06-161-47/+1
* Suser() simplification:Poul-Henning Kamp1999-04-271-2/+2
* Don't allow anyone except root to mount file systems that map uids.Warner Losh1999-03-121-1/+7
* Made this compile if UMAPFS_DIAGNOSTIC is defined. This has been brokenBruce Evans1999-01-011-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-3/+1
* "fix" a warning that has been bugging me for ages. Eliminate a couplePeter Wemm1998-11-091-11/+10
* Removed statically configured mount type numbers (MOUNT_*) and allBruce Evans1998-09-071-2/+2
* Use [u]intptr_t instead of [u_]long for casts between pointers andBruce Evans1998-08-161-2/+3
* Fixed printf format errors.Bruce Evans1998-07-301-21/+30
* VOP_STRATEGY grows an (struct vnode *) argumentJulian Elischer1998-07-041-2/+3
* As described by the submitter:Mike Smith1998-05-061-17/+1
* The intent is to get rid of WILLRELE in vnode_if.src by makingMike Smith1998-03-011-1/+17
* Staticize.Eivind Eklund1998-02-091-3/+3
* Fixed pagefault when cred == NOCRED.KATO Takenori1998-02-072-14/+24
* Fixed number of entries in gid-mapfile.KATO Takenori1998-02-071-2/+2
* Declare the variable `i' when UMAP_DIAGNOSTIC is defined.KATO Takenori1998-02-031-1/+4
* Fixed missing initialization of mp->mnt_stat. At least vm depends onBruce Evans1998-01-011-1/+2
* Fix the same leak as in nullfs. Now the lowervp is properly marked inactive.Ollivier Robert1997-10-211-1/+5
* Hmm, realign the vnops into two columns.Poul-Henning Kamp1997-10-151-3/+3
* Stylistic overhaul of vnops tables.Poul-Henning Kamp1997-10-151-14/+11
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-4/+6
* Executing binaries on a nullfs (or nullfs-based) filesystem results inPoul-Henning Kamp1997-09-181-2/+3
* Some staticized variables were still declared to be extern.Bruce Evans1997-09-071-2/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-3/+3
* Removed unused #includes.Bruce Evans1997-08-023-10/+3
* Fix some warnings (missing prototypes, wrong "generic" args etc)Peter Wemm1997-05-251-5/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-224-4/+4
* Add missing function prototypes.Mike Pritchard1997-02-123-3/+4
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-104-58/+78
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-144-4/+4
* Moved the fsnode MALLOC to before the call to getnewvnode() so that theDavid Greenman1996-06-121-4/+14
* Staticize.Poul-Henning Kamp1995-12-112-42/+45
* Added prototypes.Bruce Evans1995-12-033-6/+43
* null_node_find() and umap_node_find() were sometimes called without aBruce Evans1995-12-031-2/+2
* Introduced a type `vop_t' for vnode operation functions and usedBruce Evans1995-11-092-13/+13
* Remove trailing whitespace.Rodney W. Grimes1995-05-304-36/+36
* Removed redundant newlines that were in some panic strings.David Greenman1995-03-191-2/+2
* Add four more filesystem flags:Garrett Wollman1995-03-161-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-2/+1
* Cosmetics. reduce the noise from gcc -Wall.Poul-Henning Kamp1994-10-103-22/+30
* More loadable VFS changes:Garrett Wollman1994-09-221-1/+2
* Fix a few niggling little bugs:Garrett Wollman1994-09-211-1/+2