Searched hist:211226 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/sys/fs/devfs/
H A Ddevfs.hdiff 211226 Thu Aug 12 15:34:53 MDT 2010 jh Allow user created symbolic links to cover device files and directories
if the device file appears during or after the link creation.

User created symbolic links are now inserted at the head of the
directory entry list after the "." and ".." entries. A new directory
entry flag DE_COVERED indicates that an entry is covered by a symbolic
link.

PR: kern/114057
Reviewed by: kib
Idea from: kib
Discussed on: freebsd-current (mostly silence)
H A Ddevfs_devs.cdiff 211226 Thu Aug 12 15:34:53 MDT 2010 jh Allow user created symbolic links to cover device files and directories
if the device file appears during or after the link creation.

User created symbolic links are now inserted at the head of the
directory entry list after the "." and ".." entries. A new directory
entry flag DE_COVERED indicates that an entry is covered by a symbolic
link.

PR: kern/114057
Reviewed by: kib
Idea from: kib
Discussed on: freebsd-current (mostly silence)
H A Ddevfs_vnops.cdiff 211226 Thu Aug 12 15:34:53 MDT 2010 jh Allow user created symbolic links to cover device files and directories
if the device file appears during or after the link creation.

User created symbolic links are now inserted at the head of the
directory entry list after the "." and ".." entries. A new directory
entry flag DE_COVERED indicates that an entry is covered by a symbolic
link.

PR: kern/114057
Reviewed by: kib
Idea from: kib
Discussed on: freebsd-current (mostly silence)

Completed in 110 milliseconds