aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/snoop.h
Commit message (Expand)AuthorAgeFilesLines
* Slightly change the API for the SNPSTTY ioctl so that the userland nowOlivier Houchard2005-09-181-4/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-2/+2
* Declare the snp ioctl()s to work on udev_t, since that is what theyThomas Moestl2002-11-111-2/+2
* - Spell "these" properly.Andrew R. Reiter2002-09-101-2/+2
* Include <sys/types.h> in the !_KERNEL case so that this file isBruce Evans2002-06-241-0/+3
* Move the kernel stuff out of snoop.h. It was only there because someDima Dorfman2001-07-251-39/+0
* Keep track of all "struct snoop"'s so that snp_modevent can fail withDima Dorfman2001-07-181-0/+1
* Style and cosmetic cleanups. This driver is now reasonably stlye(9)Dima Dorfman2001-06-051-4/+0
* Remove unused includes, use *min() inline functions rather than aDima Dorfman2001-06-031-1/+0
* Add snp_olddisc member to struct snoop; the linedisc'ized snp(4) uses this.Dima Dorfman2001-05-241-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-3/+5
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-1/+1
* Fixed nonblocking mode. It was per-device instead of per-file.Bruce Evans1997-11-181-1/+0
* Only export ioctl-related stuff to applications. Include prerequisiteBruce Evans1997-03-191-10/+15
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-1/+0
* Moved prototypes for devswitch functions from conf.c and driver sourcesBruce Evans1995-11-041-6/+0
* Fix benign type mismatches in devsw functions. 82 out of 299 devswBruce Evans1995-09-081-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-281-3/+17
* sameUgen J.S. Antsilevich1995-02-271-6/+7
* (a) remove the pointer to each driver's tty structure array from cdevswPaul Traina1995-02-251-23/+6
* More changes to support user calls.Ugen J.S. Antsilevich1995-02-151-1/+15
* Add more flags to snoop deviceUgen J.S. Antsilevich1995-02-151-2/+11
* TS_SNOOP flag added to identify tty is begin snooppedUgen J.S. Antsilevich1995-02-141-0/+64