summaryrefslogtreecommitdiffstats
path: root/sys/fs/fdescfs
Commit message (Expand)AuthorAgeFilesLines
* Revert r330897:eadler2018-03-293-6/+0
* MFC r330681: Fix Bad file descriptor error.ume2018-03-161-0/+2
* Partial merge of the SPDX changeseadler2018-03-143-0/+6
* MFC 320900,323882,324224,324226,324228,326986,326988,326989,326990,326993,jhb2018-01-231-1/+31
* MFC r321839:dchagin2017-08-103-3/+63
* MFC r321460:dchagin2017-08-101-2/+4
* MFC r320837:dchagin2017-07-301-1/+1
* MFC r320836:dchagin2017-07-301-2/+2
* MFC r320814:dchagin2017-07-292-14/+9
* MFC r303382:kib2016-08-261-0/+2
* Rationalize license numbering in fdescfs(5)emaste2016-04-303-3/+3
* ANSIfy fdescfs(5)emaste2016-04-302-58/+13
* Revert r295359:pfg2016-02-071-1/+1
* fdesc_setattr: unitialized pointer readpfg2016-02-071-1/+1
* fd: make 'rights' a manadatory argument to fget* functionsmjg2015-07-051-1/+2
* Replace struct filedesc argument in getvnode with struct threadmjg2015-06-161-1/+1
* Implement lockless resource limits.mjg2015-06-101-3/+1
* Some fixes for fdescfs lookup code.kib2015-02-281-10/+32
* Add allow.mount.fdescfs jail flag.jamie2015-01-281-1/+6
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* 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-022-2/+2
* Revert r246791 as it needs a security review firstbapt2013-02-141-1/+1
* Allow fdescfs to be mounted from inside a jailbapt2013-02-141-1/+1
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-3/+0
* Use NULL instead of 0kevlo2012-03-131-2/+2
* Make sure all intermediate variables holding mount flags (mnt_flag)mckusick2012-01-171-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
* Add RACCT_NOFILE accounting.trasz2011-04-061-0/+5
* 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-113-15/+16
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-232-4/+4
* 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-243-84/+199
* 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-102-3/+3
* Get rid of qaddr_t.alfred2007-10-161-1/+1
* Replace custom file descriptor array sleep lock constructed using a mutexrwatson2007-04-042-7/+7
OpenPOWER on IntegriCloud