summaryrefslogtreecommitdiffstats
path: root/sys/fs/fdescfs/fdesc_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* MFC r279401:kib2015-03-141-10/+32
* Handle cases where capability rights are not provided.pjd2013-09-051-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-1/+3
* Fix several typoseadler2013-05-121-1/+1
* fdescfs: Supply a real value for d_type in readdir.jilles2013-05-121-1/+1
* Merge Capsicum overhaul:pjd2013-03-021-1/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-2/+6
* Linuxolator calls VOP_READDIR with ncookies pointer. Implement akib2011-04-091-7/+3
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Fix a long standing regression of readdir(3) in fdescfs(5) introducedjkim2010-03-161-16/+13
* Report all fdescfs vnodes as VCHR for stat(2). Fake the uniquekib2009-05-121-65/+20
* Return controlled EINVAL when the fdescfs lookup routine is given stringkib2009-05-121-2/+7
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-3/+4
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-3/+3
* Fix Vflags abuse in fdescfs. There should be no functional changes.trasz2008-10-031-3/+1
* fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfskib2008-09-201-3/+3
* Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().kib2008-09-201-1/+1
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-8/+8
* - Add locking to all filesystem operations in fdescfs and flag it as MPSAFE.lulf2008-05-241-72/+158
* The temporary workaround for the call to the vget() without lock type inkib2008-04-041-1/+3
* Rename fdescfs vnode from "fdesc" to "fdescfs" to avoid name collisionkib2008-02-261-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-2/+2
* Replace custom file descriptor array sleep lock constructed using a mutexrwatson2007-04-041-5/+5
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-0/+7
* Call vn_start_write() before locking vnode.tegge2006-03-191-2/+2
* Correct the vnode locking in fdescfs.kris2006-02-281-4/+2
* Remove the need to forward declare statics by moving them around.obrien2005-08-101-15/+13
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-131-1/+0
* Whitespace in vop_vector{} initializations.phk2005-01-131-0/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-19/+14
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-011-7/+7
* Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.phk2004-11-131-5/+5
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Fix vnode locking in fdesc_setattr. Lock vnode before invokingkan2003-11-191-5/+5
* forgot to remove static declaration of fdesc_poll()phk2003-09-271-1/+0
* fdesc_poll() called seltrue() to do the default thing, this is pointlesslyphk2003-09-271-13/+0
* Add a f_vnode field to struct file.phk2003-06-221-1/+1
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-1/+0
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-2/+2
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.des2003-03-021-1/+1
* uiomove-related caddr_t -> void * (just the low-hanging fruit)des2003-03-021-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-1/+1
* Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-041-3/+0
* In VOP_LOOKUP, don't deny DELETE and RENAME operationsmux2002-10-261-1/+2
OpenPOWER on IntegriCloud