summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getttyent.c
Commit message (Collapse)AuthorAgeFilesLines
* * Remove __P and convert to ANSI prototypes.obrien2002-02-011-12/+12
| | | | | * Remove 'register'. (some functions had 7+ register functions...) * Fix SCM ID's.
* Add unsigned char cast to isspace argache1999-11-041-2/+4
|
* Fix typo.davidn1997-04-131-1/+1
|
* Implement two new keywords and status flags for entries in /etc/ttys;davidn1997-04-131-3/+42
| | | | | | | TTY_NETWORK (network), TTY_DIALUP (dialup), which determine a basic connection type. TTY_DIALUP in particular will replace the old out of date heuristic "tty[dD]*" in login.c (and better than the current hard-coded method).
* Allow commonly-used "insecure" as a valid keyword in /etc/ttys.davidn1997-02-151-0/+2
| | | | | This prevents keywords after "insecure" occurs being errnoeously parsed as comments.
* Added group= facility to /etc/ttys for tty grouping for moredavidn1997-01-021-0/+3
| | | | | | | | more manageable and convenient referencing by login.conf (login class database) and (e.g.) login.access. This is the first of a group of commits which implements the login class capabilities database.
* Don't free the line buffer, since getttynam(3) might still referencejoerg1996-12-121-5/+4
| | | | | | | | it. Closes PR # bin/2196: Bug in src/libc/gen/gettty... Submitted by: davidn@blaze.net.au (David Nugent)
* Fix a potential memory leak i've introduced with my recent patch.joerg1996-10-211-2/+2
| | | | Reviewed by: bde
* Remove the arbitrary limit for the line length in /etc/ttys, and makejoerg1996-10-191-11/+33
| | | | | | the buffer dynamic. Closes PR # misc/1838: getttyent() arbitrary 100...
* General -Wall warning cleanup, part I.jkh1996-07-121-3/+3
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* Don't cast void functions to void.hsu1995-06-201-1/+1
| | | | Obtained from: NetBSD commit by jtc on June 16, 1995.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+199
OpenPOWER on IntegriCloud