]> Zhao Yanbai Git Server - minix.git/commit
. Safe I/O, ioctl() and DIAGNOSTICS variants conversion - safe copies,
authorBen Gras <ben@minix3.org>
Tue, 20 Jun 2006 09:02:54 +0000 (09:02 +0000)
committerBen Gras <ben@minix3.org>
Tue, 20 Jun 2006 09:02:54 +0000 (09:02 +0000)
commit1c8b206a5d97365b0ef8edb14e54002750fd38e7
treeb8c142049c71f6d76683f8cd59c119eee4aa426b
parent9fa06d5e3f036f51cf1e3941d141e4ff4d86286d
. Safe I/O, ioctl() and DIAGNOSTICS variants conversion - safe copies,
  include grant id in DEV_REVIVE messages.
. Removal of TTY_FLAGS field (and so O_NONBLOCK support).
. Fixed CANCEL behaviour and return code on blocking I/O,
  previously handled by O_NONBLOCK
. Totally removed REVIVE replies, previously still possible on
  blocking ioctls (REVIVE directly called) and ptys (missing TTY_REVIVE
  check), removes deadlock bug with FS
. Removed obsolete *COMPAT options and associated code
drivers/tty/Makefile
drivers/tty/console.c
drivers/tty/keyboard.c
drivers/tty/pty.c
drivers/tty/rs232.c
drivers/tty/tty.c
drivers/tty/tty.h