aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/ttyname.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up the vcs ID strings in libc's gen/ directory.John Baldwin2018-07-031-3/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Fix an out-of-bounds write when a zero-length buffer is passed.Brooks Davis2017-04-131-0/+4
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* ttyname_r(): Return actual error, not always [ENOTTY].Jilles Tjoelker2015-02-011-2/+2
* Add two new routines: fdevname() and fdevname_r().Ed Schouten2009-02-111-12/+2
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* reduce strlen() call.Hajimu UMEMOTO2005-05-201-4/+6
* use reentrant.h and simplify.Hajimu UMEMOTO2005-05-201-29/+20
* check return value of ttyname_r().Hajimu UMEMOTO2005-05-201-1/+2
* ttyname_r() didn't pass correct buffer size to devname_r().Hajimu UMEMOTO2005-05-201-1/+1
* Revert to old ttyname_r behavior that when _ioctl() returns 0 (SUCCEEDED),Xin LI2005-05-141-1/+1
* Provide more POSIX-complaint ttyname_r(3) interface[1], which is slightlyXin LI2005-05-131-11/+15
* Have ttyname_r() try to ask DEVFS for the device name.Poul-Henning Kamp2005-03-081-35/+14
* 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