summaryrefslogtreecommitdiff
path: root/lib/libc/gen/ttyname.c
AgeCommit message (Expand)Author
2012-06-12Prefix devname's buffer with /dev/ as ttyname is supposed to return thejoerg
2012-06-03Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) tojoerg
2008-06-25ttyname_r is another of the strange functions that returns its error codead
2006-03-22Coverity CID 1640: closedir on error.christos
2005-09-25ttyname_r returns int.christos
2005-09-25add getenv_r and ttyname_rchristos
2004-11-11Use ioctl to find the pty name directly instead of looking it up inchristos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2000-01-22Delint.mycroft
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1998-08-26fix bcopy->memcpy with memcpy->memmove -- not strictly needed, but...perry
1998-08-10bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-02-27changes to quiet lint.perry
1998-02-03remove obsolete register declarationsperry
1997-07-21If port provides __weak_alias(), provide an Standard C and POSIX purejtc
1997-07-13Fix RCSID'schristos
1995-05-02Use POSIX tty semantics.mycroft
1995-02-27merge with 4.4-Lite, keeping local changes. clean up Idscgd
1994-01-28patch from sms@WLV.IIPO.GTEGSC.COM (Steven M. Schultz) to kill mem leakcgd
1993-12-28#include <string.h> to bring function prototypes into scope.jtc
1993-08-26Declare rcsid strings so they are stored in text segment.jtc
1993-07-30Add even more RCS frobs.mycroft
1993-04-21Opps, dbopen doesn't have an underscore. Fixed.proven
1993-04-21Fixed these twon files to use db_open instead of hash_open.proven
1993-03-21initial import of 386bsd-0.1 sourcescgd