aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/getttyent.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up the vcs ID strings in libc's gen/ directory.John Baldwin2018-07-031-3/+1
* Improve missing tty handling in init(8). This removes a check that didEdward Tomasz Napierala2018-02-271-6/+9
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Simplify the code a little.Warner Losh2017-03-221-3/+1
* Unbreak world by adding sys/stat.h for stat(2)Enji Cooper2017-03-221-0/+1
* style(9): sort #includesEnji Cooper2017-03-221-5/+5
* Impelemnt ttys onifexists in init.Warner Losh2017-03-221-0/+22
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Add a new flag to /etc/ttys: onifconsole. This is equivalent to "on" if theNathan Whitehorn2014-01-201-0/+35
* libc: Make various internal file descriptors close-on-exec.Jilles Tjoelker2012-12-101-1/+1
* 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