summaryrefslogtreecommitdiff
path: root/sys/fs/fdescfs/fdesc_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* cache: drop the always curthread argument from reverse lookup routinesMateusz Guzik2020-08-241-1/+1
* vfs: remove the thread argument from vgetMateusz Guzik2020-08-161-2/+2
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-4/+4
* vfs: flatten vop vectorsMateusz Guzik2019-12-161-0/+1
* vfs: introduce v_irflag and make v_type smallerMateusz Guzik2019-12-081-1/+1
* Ensure that directory entry padding bytes are zeroed.Mark Johnston2018-11-231-1/+2
* Add d_off support for multiple filesystems.Konstantin Belousov2018-11-141-0/+2
* Eliminate the overhead of gratuitous repeated reinitialization of cap_rightsMatt Macy2018-05-091-4/+2
* Fix Bad file descriptor error.Hajimu UMEMOTO2018-03-091-0/+2
* Use long for the last argument to VOP_PATHCONF rather than a register_t.John Baldwin2018-01-171-1/+1
* Add a custom VOP_PATHCONF method for fdescfs.John Baldwin2017-12-191-1/+31
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Implement proper Linux /dev/fd and /proc/self/fd behavior by addingDmitry Chagin2017-08-011-2/+58
* Style(9). Whitespace.Dmitry Chagin2017-07-091-1/+1
* Eliminate the bogus casts.Dmitry Chagin2017-07-091-2/+2
* Don't initialize error in declaration.Dmitry Chagin2017-07-081-1/+1
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-1/+1
* Hide the boottime and bootimebin globals, provide the getboottime(9)Konstantin Belousov2016-07-271-0/+2
* Rationalize license numbering in fdescfs(5)Ed Maste2016-04-301-1/+1
* ANSIfy fdescfs(5)Ed Maste2016-04-301-48/+10
* Revert r295359:Pedro F. Giffuni2016-02-071-1/+1
* fdesc_setattr: unitialized pointer readPedro F. Giffuni2016-02-071-1/+1
* fd: make 'rights' a manadatory argument to fget* functionsMateusz Guzik2015-07-051-1/+2
* Replace struct filedesc argument in getvnode with struct threadMateusz Guzik2015-06-161-1/+1
* Some fixes for fdescfs lookup code.Konstantin Belousov2015-02-281-10/+32
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* Handle cases where capability rights are not provided.Pawel Jakub Dawidek2013-09-051-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-1/+3
* Fix several typosEitan Adler2013-05-121-1/+1
* fdescfs: Supply a real value for d_type in readdir.Jilles Tjoelker2013-05-121-1/+1
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-021-1/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-2/+6
* Linuxolator calls VOP_READDIR with ncookies pointer. Implement aKonstantin Belousov2011-04-091-7/+3
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Fix a long standing regression of readdir(3) in fdescfs(5) introducedJung-uk Kim2010-03-161-16/+13
* Report all fdescfs vnodes as VCHR for stat(2). Fake the uniqueKonstantin Belousov2009-05-121-65/+20
* Return controlled EINVAL when the fdescfs lookup routine is given stringKonstantin Belousov2009-05-121-2/+7
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-3/+4
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-3/+3
* Fix Vflags abuse in fdescfs. There should be no functional changes.Edward Tomasz Napierala2008-10-031-3/+1
* fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfsKonstantin Belousov2008-09-201-3/+3
* Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().Konstantin Belousov2008-09-201-1/+1
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-8/+8
* - Add locking to all filesystem operations in fdescfs and flag it as MPSAFE.Ulf Lilleengen2008-05-241-72/+158
* The temporary workaround for the call to the vget() without lock type inKonstantin Belousov2008-04-041-1/+3
* Rename fdescfs vnode from "fdesc" to "fdescfs" to avoid name collisionKonstantin Belousov2008-02-261-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-131-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-101-2/+2
* Replace custom file descriptor array sleep lock constructed using a mutexRobert Watson2007-04-041-5/+5