aboutsummaryrefslogtreecommitdiff
path: root/getty.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make it compile with uClibcEric Andersen2001-08-221-4/+6
|
* Initial merge of all tinylogin applets that do not require crypt.Eric Andersen2001-08-211-0/+1230
There is some optimization that can be done to better use libbb in these applets. There is also redundancy between stty and getty which could be eliminated. -Erik