freebsd-src/sys/fs/fdescfs
Chris Costello 908a81d424 - Do not allow VOP_SETATTR to modify underlying vnodes at all. This caused
problems when fetch(1) was passed `-o -'.  The rationale of this change
  is that applications attempting to change underlying vnodes for /dev/fd
  nodes are improperly written and the use of this interface should not
  ever have been encouraged.  Proper alternatives are fchmod, fchown and
  others.

  PR:		18952

- Remove stale, unused fdescnode->fd_link structure member.
2000-06-02 07:02:45 +00:00
..
fdesc_vfsops.c Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
fdesc_vnops.c - Do not allow VOP_SETATTR to modify underlying vnodes at all. This caused 2000-06-02 07:02:45 +00:00
fdesc.h - Do not allow VOP_SETATTR to modify underlying vnodes at all. This caused 2000-06-02 07:02:45 +00:00