]> Zhao Yanbai Git Server - minix.git/commit
PTY: split off from TTY
authorDavid van Moolenbroek <david@minix3.org>
Mon, 24 Feb 2014 22:28:12 +0000 (23:28 +0100)
committerLionel Sambuc <lionel@minix3.org>
Mon, 28 Jul 2014 15:05:12 +0000 (17:05 +0200)
commit760f3d62d7c86d5c00f90cc98e016a71b5659b61
tree3648b52e73c7d5cc7d09185ec2287ee3855cc3c9
parentfad76abe45e5f794490f55860702b0f149087fd8
PTY: split off from TTY

Requires recreation of /dev/tty[pq]*, /dev/pty[pq]* device nodes.

Change-Id: I0e5a28d82faa934497fd3b97d619e506bcb5f439
14 files changed:
commands/DESCRIBE/DESCRIBE.sh
commands/MAKEDEV/MAKEDEV.sh
distrib/sets/lists/minix/mi
drivers/Makefile
drivers/pty/Makefile [new file with mode: 0644]
drivers/pty/pty.c [moved from drivers/tty/pty.c with 99% similarity]
drivers/pty/tty.c [new file with mode: 0644]
drivers/pty/tty.h [new file with mode: 0644]
drivers/tty/Makefile
drivers/tty/tty.c
drivers/tty/tty.h
etc/system.conf
etc/usr/rc
include/minix/dmap.h