summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/ttyname.c
Commit message (Expand)AuthorAgeFilesLines
* Add two new routines: fdevname() and fdevname_r().ed2009-02-111-12/+2
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* reduce strlen() call.ume2005-05-201-4/+6
* use reentrant.h and simplify.ume2005-05-201-29/+20
* check return value of ttyname_r().ume2005-05-201-1/+2
* ttyname_r() didn't pass correct buffer size to devname_r().ume2005-05-201-1/+1
* Revert to old ttyname_r behavior that when _ioctl() returns 0 (SUCCEEDED),delphij2005-05-141-1/+1
* Provide more POSIX-complaint ttyname_r(3) interface[1], which is slightlydelphij2005-05-131-11/+15
* Have ttyname_r() try to ask DEVFS for the device name.phk2005-03-081-35/+14
* Remove unused variables and function declarations. Add missing headers.nectar2004-01-061-3/+0
* Don't statically initialize buf to _PATH_DEV, _PATH_DEV always copied toache2003-06-241-1/+1
* ttyname(3) must return absolute pathnames.phk2003-06-211-2/+8
* Use devname(3) to do the task.phk2003-06-201-66/+2
* * Remove __P and convert to ANSI prototypes.obrien2002-02-011-3/+3
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-69/+55
* Implement compile time debug mode for thread locks.jb1998-06-091-4/+4
* Change in name of the static initializer define.jb1998-04-041-1/+1
* Submitted by: Jeremy Allison (jallison@whistle.com)julian1998-02-181-3/+1
* Submitted by: John Birrelljulian1997-02-051-1/+1
* Parameters pthread_getspecific() changed.hsu1996-11-111-1/+1
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>julian1996-08-201-1/+2
* General -Wall warning cleanup, part I.jkh1996-07-121-2/+2
* Reviewed by: julian and (hsu?)julian1996-01-221-0/+111
* Make ttyname() use posix-style tcgetattr() to check to see that it'speter1995-09-221-3/+3
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+112
OpenPOWER on IntegriCloud