summaryrefslogtreecommitdiffstats
path: root/sys/fs/umapfs
Commit message (Expand)AuthorAgeFilesLines
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-1/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Remove __P.alfred2002-03-194-38/+38
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-3/+4
* Assert that a ucred is unshared before we remap its ids.jhb2001-10-201-0/+2
* KSE Milestone 2julian2001-09-123-40/+40
* Fix some signed/unsigned integer confusion, and add bounds checking ofkris2001-09-101-0/+6
* Actually rename FDESC, PORTAL, UMAP and UNION file systems.ru2001-05-241-1/+1
* mount_umap(8) -> mount_umapfs(8).ru2001-05-241-1/+1
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-233-4/+4
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-15/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-013-7/+14
* o Change the API and ABI of the Extended Attribute kernel interfaces torwatson2001-03-151-5/+7
* Reviewed by: jlemonadrian2001-03-011-2/+0
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-1/+1
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* 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
OpenPOWER on IntegriCloud