summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_snoop.c
Commit message (Expand)AuthorAgeFilesLines
* Add a line discipline close routine which restores some functionalitydd2001-06-051-5/+21
* Style and cosmetic cleanups. This driver is now reasonably stlye(9)dd2001-06-051-111/+127
* Use the l_nullioctl exported from tty_conf.c rather than rolling our own.dd2001-06-041-10/+0
* Remove unused includes, use *min() inline functions rather than add2001-06-031-26/+8
* Convert this driver to (ab?)use line disciplines to get the input itdd2001-05-221-17/+84
* Make this driver play ball with devfs(5).dd2001-04-171-3/+19
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Remove unused #include "snp.h"peter2001-01-291-1/+0
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Unstaticize this driver. You can have as many snoop devices as you cangreen2000-04-021-65/+61
* Remove cdevsw_add() - the make_dev() calls are already there.peter1999-11-181-8/+1
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* This patch clears the way for removing a number of tty relatedphk1999-09-251-3/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-24/+5
* Add Id stringsgpalmer1999-06-171-0/+2
* Fixed a missing userland dev_t to kernel dev_t conversion.bde1999-06-171-1/+1
* Simplify cdevsw registration.phk1999-05-311-7/+1
* This commit should be a extensive NO-OP:phk1999-05-301-4/+21
* Use NODEV instead of -1phk1999-05-101-4/+4
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-1/+1
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-2/+2
* Suser() simplification:phk1999-04-271-1/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* KNFize, by bde.eivind1999-01-101-3/+2
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT aseivind1999-01-081-7/+4
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+1
* Don't depend on "implicit int" or bloat the data section in thebde1998-02-201-1/+1
* Back out DIAGNOSTIC changes.eivind1998-02-061-1/+0
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-0/+1
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-0/+1
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-0/+2
* Removed unused #includes. Ifdefed a conditionally used #include.bde1997-11-181-14/+7
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+1
* Fixed gratuitous ANSIisms.bde1997-09-161-1/+3
* Convert select handler to poll stylepeter1997-09-141-14/+13
* Don't include <sys/ioctl.h> in the kernel. Stage 3: includebde1997-03-241-1/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-1/+1
* Fixed null pointer panic in devtotty(). Fixed bounds checking inbde1997-03-161-7/+13
* Switched from using devfs_add_devsw() to devfs_add_devswf()scrappy1996-03-281-4/+6
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-141-3/+2
* devsw tables are now arrays of POINTERS to struct [cb]devswjulian1995-12-131-1/+1
* Julian forgot to make the *devsw structures static.phk1995-12-081-1/+1
* Pass 3 of the great devsw changesjulian1995-12-081-27/+33
* Completed function declarations and/or added prototypes.bde1995-12-021-0/+2
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-1/+1
* OK, that's it..julian1995-11-291-0/+39
* Second batch of cleanup changes.phk1995-10-291-2/+1
OpenPOWER on IntegriCloud