index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
gen
/
getttyent.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r315734:
ngie
2017-03-30
1
-5
/
+5
*
MFC r260913,266895:
nwhitehorn
2014-06-08
1
-0
/
+35
*
libc: Make various internal file descriptors close-on-exec.
jilles
2012-12-10
1
-1
/
+1
*
Replace index() and rindex() calls with strchr() and strrchr().
ed
2012-01-03
1
-3
/
+3
*
Remove pseudo-terminals from ttys(5).
ed
2010-01-27
1
-36
/
+1
*
Fix many "function declaration isn't a prototype" warnings in libc.
ed
2009-12-05
1
-16
/
+10
*
Properly invalidate highest pts number when calling setttyent().
ed
2009-02-12
1
-5
/
+4
*
In getttyent(3), if /etc/ttys doesn't end in a newline, don't
das
2008-01-15
1
-1
/
+1
*
Per Regents of the University of Calfornia letter, remove advertising
imp
2007-01-09
1
-4
/
+0
*
Remove debug printf.
pjd
2006-01-26
1
-1
/
+0
*
Make getttyent() report what the pts ptys as well.
cognet
2006-01-26
1
-1
/
+38
*
Move initialization above point of first possible reference to
mdodd
2005-07-25
1
-3
/
+4
*
* Remove __P and convert to ANSI prototypes.
obrien
2002-02-01
1
-12
/
+12
*
Add unsigned char cast to isspace arg
ache
1999-11-04
1
-2
/
+4
*
Fix typo.
davidn
1997-04-13
1
-1
/
+1
*
Implement two new keywords and status flags for entries in /etc/ttys;
davidn
1997-04-13
1
-3
/
+42
*
Allow commonly-used "insecure" as a valid keyword in /etc/ttys.
davidn
1997-02-15
1
-0
/
+2
*
Added group= facility to /etc/ttys for tty grouping for more
davidn
1997-01-02
1
-0
/
+3
*
Don't free the line buffer, since getttynam(3) might still reference
joerg
1996-12-12
1
-5
/
+4
*
Fix a potential memory leak i've introduced with my recent patch.
joerg
1996-10-21
1
-2
/
+2
*
Remove the arbitrary limit for the line length in /etc/ttys, and make
joerg
1996-10-19
1
-11
/
+33
*
General -Wall warning cleanup, part I.
jkh
1996-07-12
1
-3
/
+3
*
Don't cast void functions to void.
hsu
1995-06-20
1
-1
/
+1
*
BSD 4.4 Lite Lib Sources
rgrimes
1994-05-27
1
-0
/
+199