summaryrefslogtreecommitdiffstats
path: root/sys/fs/pseudofs/pseudofs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r258088:kib2013-12-171-7/+4
* Apply inlined vn_vget_ino() algorithm for ".." lookup in pseudofs.kib2012-03-051-5/+32
* Fix found places where uio_resid is truncated to int.kib2012-02-211-1/+2
* Convert files to UTF-8uqs2012-01-151-1/+1
* r222004 changed sbuf_finish() to not clear the buffer error status. As ajh2012-01-061-6/+12
* Check the return value of sbuf_finish() in pfs_readlink() and returnjh2012-01-061-1/+5
* Existing VOP_VPTOCNP() interface has a fatal flow that is critical forkib2011-11-191-2/+1
* Fix build, use %d for int value formatting.kib2011-11-161-1/+1
* Handle invalid large values for getdirentries(2) data buffer size.pho2011-11-161-22/+35
* Removed extra PRELE() call.pho2011-11-151-2/+0
* The cache_enter(9) function shall not be called for doomed dvp.kib2010-04-201-1/+1
* Truncate read request rather than returning EIO if the request isjh2010-01-221-4/+2
* Remove spurious pfs_unlock().kib2009-08-311-1/+0
* Change the type of uio_resid member of struct uio from int to ssize_t.kib2009-06-251-2/+2
* VOP_IOCTL takes unlocked vnode as an argument. Due to this, v_data maykib2009-06-101-6/+22
* Unlock the pseudofs vnode before calling fill method for pfs_readlink().kib2009-05-311-1/+6
* Use a temporary variable to avoid a duplicate strlen().des2009-05-281-2/+3
* Remove spurious locking in pfs_write().des2009-04-081-2/+0
* Fix an inverted KASSERT. Add similar assertions in other similar places.des2009-04-071-2/+20
* Fix a logic bug that caused the pfs_attr method to be called only fordes2009-02-161-3/+6
* Add a VOP_VPTOCNP implementation for pseudofs which covers file systemsmarcus2008-12-301-0/+79
* Drop the pseudofs vnode lock around call to pfs_read handler. The handlerkib2008-12-291-15/+18
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-1/+1
* fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfskib2008-09-201-1/+1
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-2/+2
* 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
* Use the correct pid when checking to see whether or not the /proc/<pid>jhb2007-10-051-1/+1
* Fix off-by-one error (introduced in r1.60) that had the effect ofbmah2007-06-071-1/+1
* Avoid "unused variable" warning when building without PSEUDOFS_TRACE.des2007-04-151-0/+1
* Make pseudofs (and consequently procfs, linprocfs and linsysfs) MPSAFE.des2007-04-151-154/+189
* Further pseudofs improvements:des2007-04-141-9/+17
* Correctly calculate a buffer length. It was off by one so a read() returnednetchild2006-06-271-1/+1
* Close some races between procfs/ptrace and exit(2):jhb2006-02-221-0/+8
* Change pfs_visible() to optionally return a pointer to the processjhb2006-02-221-50/+44
* Eliminate an unnecessary bcopy().des2005-08-121-15/+15
* Fix an old pasto.des2005-04-301-1/+1
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-131-0/+2
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.jeff2005-03-281-21/+9
* Hook pfs_lookup() up to vfs_cachedlookup_desc instead of vfs_lookup_desc,des2005-03-141-21/+14
* Fix two long-standing bugs in pfs_readdir():des2005-03-141-11/+13
* If PSEUDOFS_TRACE is defined, create a sysctl knob to enable / disabledes2005-03-141-6/+14
* fbsdidize.des2005-03-141-2/+5
* Whitespace in vop_vector{} initializations.phk2005-01-131-0/+1
* Fix a typo in PFS_TRACE.kan2004-12-061-1/+1
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-32/+25
* Back out pseudo_vnops.c:1.45, which was a workaround for pfind()rwatson2004-09-021-11/+0
* Commit a work-around for a more general bug involving process state:rwatson2004-08-131-0/+11
* Accumulate directory entries in a fixed-length sbuf, and uiomove them indes2004-07-091-8/+10
* Fix a panic in pseudofs(9) that could occur when doing an I/Onectar2004-02-101-0/+5
OpenPOWER on IntegriCloud