Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Dec 1997 04:58:12 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/miscfs/fifofs fifo_vnops.c
Message-ID:  <199712131258.EAA03894@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1997/12/13 04:58:12 PST

  Modified files:
    sys/miscfs/fifofs    fifo_vnops.c 
  Log:
  Restored fifo_pathconf() from rev.1.32.  vop_stdpathconf() is too
  general to be of much use.  Using it here weakened the _PC_MAX_CANON,
  _PC_MAX_INPUT and _PC_VDISABLE cases.
  
  fifo_pathconf() is not quite correct either.  _PC_CHOWN_RESTRICTED
  and _PC_LINK_MAX should be handled by the host file system.  For
  directories, the host file system should let us handle _PC_PIPE_BUF.
  
  Revision  Changes    Path
  1.39      +32 -2     src/sys/miscfs/fifofs/fifo_vnops.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712131258.EAA03894>