summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_export.c
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2008-06-09 08:43:27 +0000
committered <ed@FreeBSD.org>2008-06-09 08:43:27 +0000
commitddedce6cba4853ca9bad0a4c6bdedcc7b504a9eb (patch)
tree106a178fd1ac22dbaf41e12f2e542a4ac909c9f7 /sys/kern/vfs_export.c
parent2113c65a2d303223df8c593ee8523076e3e99ed8 (diff)
downloadFreeBSD-src-ddedce6cba4853ca9bad0a4c6bdedcc7b504a9eb.zip
FreeBSD-src-ddedce6cba4853ca9bad0a4c6bdedcc7b504a9eb.tar.gz
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)
Diffstat (limited to 'sys/kern/vfs_export.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud