summaryrefslogtreecommitdiff
path: root/libexec/getty/extern.h
Commit message (Collapse)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-211-1/+1
| | | | | | Approved by: re (implicit) This commit was manufactured to restore the state of the 7.3-RELEASE image.
* Include gettytab.h before extern.h so that the declarations of structStefan Farfeleder2005-04-061-3/+0
| | | | | | | gettyflags, gettynums and gettystrs are available. Notes: svn path=/head/; revision=144716
* o __P removalWarner Losh2002-02-061-14/+14
| | | | | | | | o remove register o use strict prototypes Notes: svn path=/head/; revision=90301
* Changed setflags() to set_flags(). This fixes world breakage due toBruce Evans2000-01-281-1/+1
| | | | | | | recently incremented namespace pollution in <unistd.h>. Notes: svn path=/head/; revision=56725
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22989
* Added:David Nugent1997-02-021-0/+1
| | | | | | | | | | | | | | | ic=expect/send script modem init script ac=expect/send script modem answer script ct#val chat script timeout (seconds) rt#val recycle timeout (seconds) if 'ac' set dc#val debug bitmask for debugging chat scripts hw (boolean) enable crtscts handshaking if=path 'issue' file sent prior login prompt chat.c is a simplistic expect/send chat module. Notes: svn path=/head/; revision=22208
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Finally commit the changes that make getty(8) no longer depend on theJoerg Wunsch1996-05-051-11/+16
| | | | | | | | | | | | | | | COMPAT_43 cruft. This is supposedly the last core utility that has been using it! (So now, one should be able to remove this option from the config files. Be aware that the last officially released xterm however still requires it.) The getty has been running now for several weeks on my modem line, so i feel safe about it. Obtained from: mostly from the NetBSD vendor-branch Notes: svn path=/head/; revision=15645
* Import NetBSD's termios'ed getty into a vendor branch.Joerg Wunsch1996-04-131-0/+57
Obtained from: NetBSD 1.1R Notes: svn path=/vendor/NetBSD/dist/; revision=15249