freebsd-dev/usr.sbin/sicontrol
Ed Schouten 2ae1fdab5a Remove sicontrol(8)'s "ttystat".
In the FreeBSD base system, there are only two utilities that use struct
tty, namely pstat and sicontrol. The sicontrol utility calls the
TCSI_TTY ioctl(), which copies struct tty back to userspace.

sicontrol should not have this functionality. The same data is already
provided by pstat. If we really want to be able to export these numbers
through a file descriptor to userspace, we can export struct xtty, which
should provide a better abstraction. The ttystat option was only used as
a debugging aid.

This makes sicontrol compile in the mpsafetty branch.

Reviewed by:	peter
Approved by:	philip (mentor)
2008-06-09 08:43:27 +00:00
..
Makefile Add more card state dump routines. Decode more bitfields etc. 2008-06-06 03:23:34 +00:00
sicontrol.8 Remove sicontrol(8)'s "ttystat". 2008-06-09 08:43:27 +00:00
sicontrol.c Remove sicontrol(8)'s "ttystat". 2008-06-09 08:43:27 +00:00