aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs/umapfs
Commit message (Expand)AuthorAgeFilesLines
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-234-1469/+0
* Change the second argument of vflush() to an integer that specifiesIan Dowse2001-05-161-15/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-013-7/+14
* o Change the API and ABI of the Extended Attribute kernel interfaces toRobert Watson2001-03-151-5/+7
* Reviewed by: jlemonAdrian Chadd2001-03-011-2/+0
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-1/+1
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-262-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-232-2/+2
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-301-1/+0
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls toRobert Watson2000-01-191-2/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* 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