summaryrefslogtreecommitdiffstats
path: root/include/sgtty.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove <sgtty.h> now it has no practical usage.ed2008-07-251-3/+0
| | | | | | | | | | When I turned sgtty into a binary-only interface (last month), I added this explicit #error to the header file, to make sure nobody forgot to remove the header file after updating world. I think it is now a good moment to remove this header file. Approved by: philip (mentor)
* Turn sgtty into a binary-only compatibility interface.ed2008-06-141-39/+3
| | | | | | | | | | | | | | | | sgtty was the original interface to configure terminal attributes on my UNIX-like operating systems. It has been deprecated by the POSIX termios interface, which is implemented in almost any modern system. An advantage of turning this into a binary compatibility interface, is that we can now eventually remove the COMPAT_43TTY switch from kernel configurations. This removes many ioctl()'s from the TTY layer. While there, increase the __FreeBSD_version, which may be useful for the people working on the Ports tree. Reviewed by: kib Approved by: philip (mentor)
* BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+39
OpenPOWER on IntegriCloud