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
/
ttyname.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add two new routines: fdevname() and fdevname_r().
ed
2009-02-11
1
-12
/
+2
*
Per Regents of the University of Calfornia letter, remove advertising
imp
2007-01-09
1
-4
/
+0
*
reduce strlen() call.
ume
2005-05-20
1
-4
/
+6
*
use reentrant.h and simplify.
ume
2005-05-20
1
-29
/
+20
*
check return value of ttyname_r().
ume
2005-05-20
1
-1
/
+2
*
ttyname_r() didn't pass correct buffer size to devname_r().
ume
2005-05-20
1
-1
/
+1
*
Revert to old ttyname_r behavior that when _ioctl() returns 0 (SUCCEEDED),
delphij
2005-05-14
1
-1
/
+1
*
Provide more POSIX-complaint ttyname_r(3) interface[1], which is slightly
delphij
2005-05-13
1
-11
/
+15
*
Have ttyname_r() try to ask DEVFS for the device name.
phk
2005-03-08
1
-35
/
+14
*
Remove unused variables and function declarations. Add missing headers.
nectar
2004-01-06
1
-3
/
+0
*
Don't statically initialize buf to _PATH_DEV, _PATH_DEV always copied to
ache
2003-06-24
1
-1
/
+1
*
ttyname(3) must return absolute pathnames.
phk
2003-06-21
1
-2
/
+8
*
Use devname(3) to do the task.
phk
2003-06-20
1
-66
/
+2
*
* Remove __P and convert to ANSI prototypes.
obrien
2002-02-01
1
-3
/
+3
*
Remove _THREAD_SAFE and make libc thread-safe by default by
deischen
2001-01-24
1
-69
/
+55
*
Implement compile time debug mode for thread locks.
jb
1998-06-09
1
-4
/
+4
*
Change in name of the static initializer define.
jb
1998-04-04
1
-1
/
+1
*
Submitted by: Jeremy Allison (jallison@whistle.com)
julian
1998-02-18
1
-3
/
+1
*
Submitted by: John Birrell
julian
1997-02-05
1
-1
/
+1
*
Parameters pthread_getspecific() changed.
hsu
1996-11-11
1
-1
/
+1
*
Submitted by: John Birrell <cimaxp1!jb@werple.net.au>
julian
1996-08-20
1
-1
/
+2
*
General -Wall warning cleanup, part I.
jkh
1996-07-12
1
-2
/
+2
*
Reviewed by: julian and (hsu?)
julian
1996-01-22
1
-0
/
+111
*
Make ttyname() use posix-style tcgetattr() to check to see that it's
peter
1995-09-22
1
-3
/
+3
*
BSD 4.4 Lite Lib Sources
rgrimes
1994-05-27
1
-0
/
+112