Ed Schouten 40d05103d8 Squash some small bugs in pts(4).
- Don't return a negative errno when using an unknown ioctl() on a
  pseudo-terminal master device. Be sure to convert ENOIOCTL to ENOTTY,
  just like the TTY layer does.

- Even though we should return st_rdev of the master device node when
  emulating pty(4) devices, FIODGNAME should still return the name of
  the slave device. Otherwise ptsname(3) and ttyname(3) return an
  invalid device name.
2009-02-19 17:54:42 +00:00
..
2009-02-16 18:02:32 +00:00
2009-01-25 16:52:41 +00:00
2009-02-19 15:37:43 +00:00
2009-02-15 23:40:29 +00:00
2009-02-19 17:54:42 +00:00
2009-02-16 15:10:03 +00:00
2009-02-16 15:10:51 +00:00
2009-02-15 23:40:29 +00:00
2009-02-15 23:40:29 +00:00
2009-02-15 23:40:29 +00:00