History log of /freebsd-10-stable/sys/fs/pseudofs/pseudofs_vnops.c
Revision Date Author Comments
# 297267 25-Mar-2016 kib

MFC r296652:
Do not perform unneccessary shared recursion on the allproc_lock in
pfs_visible().


# 259506 17-Dec-2013 kib

MFC r258088:
Add check for buflen overflow by comparing the buflen with both offset
and resid.

MFC r258397:
Redo r258088 to avoid relying on signed arithmetic overflow.


# 259506 17-Dec-2013 kib

MFC r258088:
Add check for buflen overflow by comparing the buflen with both offset
and resid.

MFC r258397:
Redo r258088 to avoid relying on signed arithmetic overflow.