summaryrefslogtreecommitdiffstats
path: root/libc/bionic/pty.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make ThreadLocalBuffer a class rather than a macro.Elliott Hughes2015-03-311-8/+8
| | | | | Bug: 19995392 Change-Id: I497c512648fbe66257da3fb3bcd5c9911f983705
* Fix ptsname(3) and ttyname(3) to use TLS.Elliott Hughes2014-12-091-4/+11
| | | | | | Be safe by default. Change-Id: I6c4a3f1fd4eee3a651b3162ce95b7e873de57521
* Implement <pty.h>.Elliott Hughes2014-12-031-2/+84
| | | | | | | Based on the package/apps/Terminal implementation. I'll switch them over shortly. This also lets us build the toybox version of netcat. Change-Id: Ia922a100141a67409264b43b937eeca07b21f344
* Fix linkage of grantpt(3).Elliott Hughes2014-07-251-0/+107
Also clean up the implementation of all the pty functions, add tests, and fix the stub implementations of ttyname(3) and ttyname_r(3). Bug: https://code.google.com/p/android/issues/detail?id=58888 Change-Id: I0fb36438cd1abf8d4e87c29415f03db9ba13c3c2