summaryrefslogtreecommitdiff
path: root/lib/libc/gen/getttyent.c
Commit message (Expand)AuthorAgeFilesLines
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-3/+3
* Remove pseudo-terminals from ttys(5).Ed Schouten2010-01-271-36/+1
* Fix many "function declaration isn't a prototype" warnings in libc.Ed Schouten2009-12-051-16/+10
* Properly invalidate highest pts number when calling setttyent().Ed Schouten2009-02-121-5/+4
* In getttyent(3), if /etc/ttys doesn't end in a newline, don'tDavid Schultz2008-01-151-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Remove debug printf.Pawel Jakub Dawidek2006-01-261-1/+0
* Make getttyent() report what the pts ptys as well.Olivier Houchard2006-01-261-1/+38
* Move initialization above point of first possible reference toMatthew N. Dodd2005-07-251-3/+4
* * Remove __P and convert to ANSI prototypes.David E. O'Brien2002-02-011-12/+12
* Add unsigned char cast to isspace argAndrey A. Chernov1999-11-041-2/+4
* Fix typo.David Nugent1997-04-131-1/+1
* Implement two new keywords and status flags for entries in /etc/ttys;David Nugent1997-04-131-3/+42
* Allow commonly-used "insecure" as a valid keyword in /etc/ttys.David Nugent1997-02-151-0/+2
* Added group= facility to /etc/ttys for tty grouping for moreDavid Nugent1997-01-021-0/+3
* Don't free the line buffer, since getttynam(3) might still referenceJoerg Wunsch1996-12-121-5/+4
* Fix a potential memory leak i've introduced with my recent patch.Joerg Wunsch1996-10-211-2/+2
* Remove the arbitrary limit for the line length in /etc/ttys, and makeJoerg Wunsch1996-10-191-11/+33
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-3/+3
* Don't cast void functions to void.Jeffrey Hsu1995-06-201-1/+1
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+199