aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/tty_snoop.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* KNFize, by bde.Eivind Eklund1999-01-101-3/+2
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT asEivind Eklund1999-01-081-7/+4
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-1/+1
* Don't depend on "implicit int" or bloat the data section in theBruce Evans1998-02-201-1/+1
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-1/+0
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-0/+1
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-0/+1
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-161-0/+2
* Removed unused #includes. Ifdefed a conditionally used #include.Bruce Evans1997-11-181-14/+7
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-1/+1
* Fixed gratuitous ANSIisms.Bruce Evans1997-09-161-1/+3
* Convert select handler to poll stylePeter Wemm1997-09-141-14/+13
* Don't include <sys/ioctl.h> in the kernel. Stage 3: includeBruce Evans1997-03-241-1/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-1/+1
* Fixed null pointer panic in devtotty(). Fixed bounds checking inBruce Evans1997-03-161-7/+13
* Switched from using devfs_add_devsw() to devfs_add_devswf()Marc G. Fournier1996-03-281-4/+6
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-3/+2
* devsw tables are now arrays of POINTERS to struct [cb]devswJulian Elischer1995-12-131-1/+1
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-1/+1
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-27/+33
* Completed function declarations and/or added prototypes.Bruce Evans1995-12-021-0/+2
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-1/+1
* OK, that's it..Julian Elischer1995-11-291-0/+39
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-291-2/+1
* Fix benign type mismatches in devsw functions. 82 out of 299 devswBruce Evans1995-09-081-4/+7
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-7/+7
* sameUgen J.S. Antsilevich1995-02-271-8/+73
* (a) remove the pointer to each driver's tty structure array from cdevswPaul Traina1995-02-251-118/+50
* More changes to support user calls.Ugen J.S. Antsilevich1995-02-151-13/+31
* Fix couple of nasty bugs..Ugen J.S. Antsilevich1995-02-151-216/+224
* Here it came-the all-brand-new snoop device..Ugen J.S. Antsilevich1995-02-141-0/+469