summaryrefslogtreecommitdiffstats
path: root/sys/fs/umapfs
Commit message (Expand)AuthorAgeFilesLines
* Back out the previous change to the queue(3) interface.jake2000-05-262-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-232-2/+2
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls torwatson2000-01-191-2/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+18
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-0/+2
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-6/+17
* Fixed the previous change. Some more code controlled by UMAPFS_DIAGNOSTICbde1999-09-042-5/+3
* Converted the silly SAFTEY option into a new-style option by renaming it tobde1999-08-301-2/+2
* Changed old-style options UMAPFS_DIAGNOSTIC and UMAP_DIAGNOSTIC to DEBUGbde1999-08-293-41/+43
* $Id$ -> $FreeBSD$peter1999-08-284-4/+4
* 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
* Suser() simplification:phk1999-04-271-2/+2
* Don't allow anyone except root to mount file systems that map uids.imp1999-03-121-1/+7
* Made this compile if UMAPFS_DIAGNOSTIC is defined. This has been brokenbde1999-01-011-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-3/+1
* "fix" a warning that has been bugging me for ages. Eliminate a couplepeter1998-11-091-11/+10
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-2/+2
* 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
OpenPOWER on IntegriCloud