summaryrefslogtreecommitdiff
path: root/lib/libc/gen/ttyname.c
AgeCommit message (Expand)Author
2024-07-13include: ssp: round out fortification of current set of headersKyle Evans
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2018-07-03Clean up the vcs ID strings in libc's gen/ directory.John Baldwin
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-04-13Fix an out-of-bounds write when a zero-length buffer is passed.Brooks Davis
2017-02-28Renumber copyright clause 4Warner Losh
2015-02-01ttyname_r(): Return actual error, not always [ENOTTY].Jilles Tjoelker
2009-02-11Add two new routines: fdevname() and fdevname_r().Ed Schouten
2007-01-09Per Regents of the University of Calfornia letter, remove advertisingWarner Losh
2005-05-20reduce strlen() call.Hajimu UMEMOTO
2005-05-20use reentrant.h and simplify.Hajimu UMEMOTO
2005-05-20check return value of ttyname_r().Hajimu UMEMOTO
2005-05-20ttyname_r() didn't pass correct buffer size to devname_r().Hajimu UMEMOTO
2005-05-14Revert to old ttyname_r behavior that when _ioctl() returns 0 (SUCCEEDED),Xin LI
2005-05-13Provide more POSIX-complaint ttyname_r(3) interface[1], which is slightlyXin LI
2005-03-08Have ttyname_r() try to ask DEVFS for the device name.Poul-Henning Kamp
2004-01-06Remove unused variables and function declarations. Add missing headers.Jacques Vidrine
2003-06-24Don't statically initialize buf to _PATH_DEV, _PATH_DEV always copied toAndrey A. Chernov
2003-06-21ttyname(3) must return absolute pathnames.Poul-Henning Kamp
2003-06-20Use devname(3) to do the task.Poul-Henning Kamp
2002-02-01* Remove __P and convert to ANSI prototypes.David E. O'Brien
2001-01-24Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen
1998-06-09Implement compile time debug mode for thread locks.John Birrell
1998-04-04Change in name of the static initializer define.John Birrell
1998-02-18Submitted by: Jeremy Allison (jallison@whistle.com)Julian Elischer
1997-02-05Submitted by: John BirrellJulian Elischer
1996-11-11Parameters pthread_getspecific() changed.Jeffrey Hsu
1996-08-20Submitted by: John Birrell <cimaxp1!jb@werple.net.au>Julian Elischer
1996-07-12General -Wall warning cleanup, part I.Jordan K. Hubbard
1996-01-22Reviewed by: julian and (hsu?)Julian Elischer
1995-09-22Make ttyname() use posix-style tcgetattr() to check to see that it'sPeter Wemm
1994-05-27BSD 4.4 Lite Lib SourcesRodney W. Grimes