aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/fdescfs
Commit message (Expand)AuthorAgeFilesLines
* vfs: remove cn_threadMateusz Guzik2021-10-111-1/+1
* fdescfs: add an option to return underlying file vnode on lookupKonstantin Belousov2021-06-043-1/+14
* fdescfs: allow shared locking of root vnodeMateusz Guzik2021-05-191-1/+12
* Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik2021-01-121-1/+1
* 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-162-3/+3
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-032-5/+5
* 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
* Make it easier for filesystems to count themselves as jail-enabled,Jamie Gritton2018-05-041-4/+0
* 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-203-0/+6
* Implement proper Linux /dev/fd and /proc/self/fd behavior by addingDmitry Chagin2017-08-013-3/+63
* Replace unnecessary _KERNEL by double-include protection.Dmitry Chagin2017-07-251-2/+4
* 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
* Eliminate the bogus cast.Dmitry Chagin2017-07-081-1/+1
* Eliminate the bogus cast.Dmitry Chagin2017-07-081-1/+1
* Don't take a lock around atomic operation.Dmitry Chagin2017-07-081-8/+2
* Remove init from declaration, collapse two int vars declarations into single.Dmitry Chagin2017-07-081-2/+2
* Remove init from declaration.Dmitry Chagin2017-07-081-1/+1
* Style(9). Add blank line aftr {.Dmitry Chagin2017-07-081-0/+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-303-3/+3
* ANSIfy fdescfs(5)Ed Maste2016-04-302-58/+13
* 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
* Implement lockless resource limits.Mateusz Guzik2015-06-101-3/+1
* Some fixes for fdescfs lookup code.Konstantin Belousov2015-02-281-10/+32
* Add allow.mount.fdescfs jail flag.Jamie Gritton2015-01-281-1/+6
* 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-022-2/+2
* Revert r246791 as it needs a security review firstBaptiste Daroussin2013-02-141-1/+1
* Allow fdescfs to be mounted from inside a jailBaptiste Daroussin2013-02-141-1/+1
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.Attilio Rao2012-11-091-3/+0
* Use NULL instead of 0Kevin Lo2012-03-131-2/+2