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