summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getttyent.c
Commit message (Expand)AuthorAgeFilesLines
* Add a new flag to /etc/ttys: onifconsole. This is equivalent to "on" if thenwhitehorn2014-01-201-0/+35
* libc: Make various internal file descriptors close-on-exec.jilles2012-12-101-1/+1
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-3/+3
* Remove pseudo-terminals from ttys(5).ed2010-01-271-36/+1
* Fix many "function declaration isn't a prototype" warnings in libc.ed2009-12-051-16/+10
* Properly invalidate highest pts number when calling setttyent().ed2009-02-121-5/+4
* In getttyent(3), if /etc/ttys doesn't end in a newline, don'tdas2008-01-151-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* Remove debug printf.pjd2006-01-261-1/+0
* Make getttyent() report what the pts ptys as well.cognet2006-01-261-1/+38
* Move initialization above point of first possible reference tomdodd2005-07-251-3/+4
* * Remove __P and convert to ANSI prototypes.obrien2002-02-011-12/+12
* 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
* Allow commonly-used "insecure" as a valid keyword in /etc/ttys.davidn1997-02-151-0/+2
* Added group= facility to /etc/ttys for tty grouping for moredavidn1997-01-021-0/+3
* Don't free the line buffer, since getttynam(3) might still referencejoerg1996-12-121-5/+4
* Fix a potential memory leak i've introduced with my recent patch.joerg1996-10-211-2/+2
* Remove the arbitrary limit for the line length in /etc/ttys, and makejoerg1996-10-191-11/+33
* General -Wall warning cleanup, part I.jkh1996-07-121-3/+3
* Don't cast void functions to void.hsu1995-06-201-1/+1
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+199
OpenPOWER on IntegriCloud