|
NAMEsnp —
tty snoop interface
SYNOPSIS#include <sys/snoop.h>
int
int
int
DESCRIPTION/dev/snp is a snoop device which allows users to attach to any tty and watch activities on it. The kernel must be compiled withdevice snp , or the snp module
must be loaded, for these devices to be available.
To associate a given The The
SEE ALSOpty(4), kldload(8), watch(8)HISTORYThesnp device first appeared in
FreeBSD 2.1. In FreeBSD 8.0
the snp driver was rewritten to work with the replaced
TTY subsystem.
AUTHORSThe author of the current implementation is Ed Schouten <ed@FreeBSD.org>. Previous versions ofsnp were based on code written by
Ugen J.S. Antsilevich
<ugen@NetVision.net.il>.
BUGSThis version ofsnp does not return proper error codes
when calling FIONREAD . It also does not allow
SNPSTTY to detach itself from the TTY.
Visit the GSP FreeBSD Man Page Interface. |