about summary refs log tree commit diff
path: root/src/unistd/ttyname_r.c
Commit message (Expand)AuthorAgeFilesLines
* improve error handling of ttyname_r and isattyBenjamin Peterson2018-09-151-1/+1
* move and deduplicate declarations of __procfdname to make it checkableRich Felker2018-09-121-2/+1
* make ttyname[_r] return ENODEV rather than ENOENTRich Felker2017-04-211-1/+1
* verify that ttyname refers to the same file as the fdSzabolcs Nagy2016-08-301-4/+11
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-2/+0
* debloat code that depends on /proc/self/fd/%d with shared functionRich Felker2013-08-021-1/+3
* fix broken ttyname[_r] (failure to null-terminate result)Rich Felker2012-09-061-1/+4
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+19