summaryrefslogtreecommitdiff
path: root/src/unistd/ttyname_r.c
AgeCommit message (Expand)AuthorLines
2018-09-15improve error handling of ttyname_r and isattyBenjamin Peterson-1/+1
2018-09-12move and deduplicate declarations of __procfdname to make it checkableRich Felker-2/+1
2017-04-21make ttyname[_r] return ENODEV rather than ENOENTRich Felker-1/+1
2016-08-30verify that ttyname refers to the same file as the fdSzabolcs Nagy-4/+11
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-2/+0
2013-08-02debloat code that depends on /proc/self/fd/%d with shared functionRich Felker-1/+3
2012-09-06fix broken ttyname[_r] (failure to null-terminate result)Rich Felker-1/+4
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+19