aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/ttyname.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variables and function declarations. Add missing headers.Jacques Vidrine2004-01-061-3/+0
* Don't statically initialize buf to _PATH_DEV, _PATH_DEV always copied toAndrey A. Chernov2003-06-241-1/+1
* ttyname(3) must return absolute pathnames.Poul-Henning Kamp2003-06-211-2/+8
* Use devname(3) to do the task.Poul-Henning Kamp2003-06-201-66/+2
* * Remove __P and convert to ANSI prototypes.David E. O'Brien2002-02-011-3/+3
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-69/+55
* Implement compile time debug mode for thread locks.John Birrell1998-06-091-4/+4
* Change in name of the static initializer define.John Birrell1998-04-041-1/+1
* Submitted by: Jeremy Allison (jallison@whistle.com)Julian Elischer1998-02-181-3/+1
* Submitted by: John BirrellJulian Elischer1997-02-051-1/+1
* Parameters pthread_getspecific() changed.Jeffrey Hsu1996-11-111-1/+1
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>Julian Elischer1996-08-201-1/+2
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-2/+2
* Reviewed by: julian and (hsu?)Julian Elischer1996-01-221-0/+111
* Make ttyname() use posix-style tcgetattr() to check to see that it'sPeter Wemm1995-09-221-3/+3
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+112