Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 1996 11:20:00 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/kern kern_descrip.c
Message-ID:  <199603271920.LAA19802@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         96/03/27 11:19:59

  Modified:    sys/kern  kern_descrip.c
  Log:
  Fixed the unit numbers of the devfs `fd' devices.
  
  Made the devfs `fd' devices bug for bug compatible with the ones created
  by MAKEDEV:
  - ownership is bin.bin, not root.wheel, except for std*.  The devfsext
    interface doesn't seem to allow specifying the ownership of /devfs/fd,
    so it's still incompatible.
  - std* aren't links to fd/[0-2].
  
  Revision  Changes    Path
  1.28      +16 -12    src/sys/kern/kern_descrip.c



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