summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_tty.c
Commit message (Expand)AuthorAgeFilesLines
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-20/+2
* Simplify cdevsw registration.phk1999-05-311-4/+2
* This commit should be a extensive NO-OP:phk1999-05-301-7/+21
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-231-8/+10
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Don't depend on "implicit int" or bloat the data section in thebde1998-02-201-2/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+4
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-051-1/+2
* Get tty ioctl numbers by #including <sys/ttycom.h> instead ofbde1997-11-181-3/+2
* Fixed gratuitous ANSIisms.bde1997-09-161-2/+4
* Extend to use poll backend. If memory serves correctly, most of this waspeter1997-09-141-7/+9
* Removed unused #includes.bde1997-09-021-2/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-10/+10
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Switched from using devfs_add_devsw() to devfs_add_devswf()scrappy1996-03-281-3/+6
* Fixed permissions of /dev/tty.bde1995-12-221-2/+2
* Julian forgot to make the *devsw structures static.phk1995-12-081-1/+2
* Pass 3 of the great devsw changesjulian1995-12-081-24/+23
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+2
* OK, that's it..julian1995-11-291-1/+42
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* don't allow ctty to be set to ctty - infinite kernel recursionache1994-12-041-1/+3
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+5
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+147
OpenPOWER on IntegriCloud