index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
fs
/
fdescfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rationalize license numbering in fdescfs(5)
emaste
2016-04-30
3
-3
/
+3
*
ANSIfy fdescfs(5)
emaste
2016-04-30
2
-58
/
+13
*
Revert r295359:
pfg
2016-02-07
1
-1
/
+1
*
fdesc_setattr: unitialized pointer read
pfg
2016-02-07
1
-1
/
+1
*
fd: make 'rights' a manadatory argument to fget* functions
mjg
2015-07-05
1
-1
/
+2
*
Replace struct filedesc argument in getvnode with struct thread
mjg
2015-06-16
1
-1
/
+1
*
Implement lockless resource limits.
mjg
2015-06-10
1
-3
/
+1
*
Some fixes for fdescfs lookup code.
kib
2015-02-28
1
-10
/
+32
*
Add allow.mount.fdescfs jail flag.
jamie
2015-01-28
1
-1
/
+6
*
Update kernel inclusions of capability.h to use capsicum.h instead; some
rwatson
2014-03-16
1
-1
/
+1
*
Handle cases where capability rights are not provided.
pjd
2013-09-05
1
-1
/
+1
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
1
-1
/
+3
*
Fix several typos
eadler
2013-05-12
1
-1
/
+1
*
fdescfs: Supply a real value for d_type in readdir.
jilles
2013-05-12
1
-1
/
+1
*
Merge Capsicum overhaul:
pjd
2013-03-02
2
-2
/
+2
*
Revert r246791 as it needs a security review first
bapt
2013-02-14
1
-1
/
+1
*
Allow fdescfs to be mounted from inside a jail
bapt
2013-02-14
1
-1
/
+1
*
Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.
attilio
2012-11-09
1
-3
/
+0
*
Use NULL instead of 0
kevlo
2012-03-13
1
-2
/
+2
*
Make sure all intermediate variables holding mount flags (mnt_flag)
mckusick
2012-01-17
1
-1
/
+1
*
Second-to-last commit implementing Capsicum capabilities in the FreeBSD
rwatson
2011-08-11
1
-2
/
+6
*
Linuxolator calls VOP_READDIR with ncookies pointer. Implement a
kib
2011-04-09
1
-7
/
+3
*
Add RACCT_NOFILE accounting.
trasz
2011-04-06
1
-0
/
+5
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
1
-1
/
+1
*
Fix a long standing regression of readdir(3) in fdescfs(5) introduced
jkim
2010-03-16
1
-16
/
+13
*
Report all fdescfs vnodes as VCHR for stat(2). Fake the unique
kib
2009-05-12
1
-65
/
+20
*
Return controlled EINVAL when the fdescfs lookup routine is given string
kib
2009-05-12
1
-2
/
+7
*
Remove the thread argument from the FSD (File-System Dependent) parts of
attilio
2009-05-11
3
-15
/
+16
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
2
-4
/
+4
*
Fix Vflags abuse in fdescfs. There should be no functional changes.
trasz
2008-10-03
1
-3
/
+1
*
fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfs
kib
2008-09-20
1
-3
/
+3
*
Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().
kib
2008-09-20
1
-1
/
+1
*
Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread
attilio
2008-08-28
1
-8
/
+8
*
- Add locking to all filesystem operations in fdescfs and flag it as MPSAFE.
lulf
2008-05-24
3
-84
/
+199
*
The temporary workaround for the call to the vget() without lock type in
kib
2008-04-04
1
-1
/
+3
*
Rename fdescfs vnode from "fdesc" to "fdescfs" to avoid name collision
kib
2008-02-26
1
-1
/
+1
*
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
attilio
2008-01-13
1
-1
/
+1
*
vn_lock() is currently only used with the 'curthread' passed as argument.
attilio
2008-01-10
2
-3
/
+3
*
Get rid of qaddr_t.
alfred
2007-10-16
1
-1
/
+1
*
Replace custom file descriptor array sleep lock constructed using a mutex
rwatson
2007-04-04
2
-7
/
+7
*
Make insmntque() externally visibile and allow it to fail (e.g. during
tegge
2007-03-13
1
-0
/
+7
*
Restore the ability to mount procfs and fdescfs filesystems via the
kbyanc
2006-05-15
1
-0
/
+11
*
Call vn_start_write() before locking vnode.
tegge
2006-03-19
1
-2
/
+2
*
Correct the vnode locking in fdescfs.
kris
2006-02-28
1
-4
/
+2
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-1
/
+1
*
Remove the need to forward declare statics by moving them around.
obrien
2005-08-10
1
-15
/
+13
*
- Update vfs_root implementations to match the new prototype. None of
jeff
2005-03-24
1
-1
/
+2
*
- The VI_DOOMED flag now signals the end of a vnode's relationship with
jeff
2005-03-13
1
-1
/
+0
*
Make fdesc_root static
phk
2005-02-10
2
-2
/
+2
*
Whitespace in vop_vector{} initializations.
phk
2005-01-13
1
-0
/
+1
[next]