summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/ptsname.c
Commit message (Collapse)AuthorAgeFilesLines
* Swap in the new stdio code.Manuel Novoa III2002-03-121-7/+6
|
* Clearify error messageEric Andersen2002-01-161-1/+1
|
* Patch from Brian Stafford <brian@stafford.uklinux.net> to fixupEric Andersen2002-01-141-17/+36
| | | | support for Unix98 PTYs, and optionally exclude the older junk.
* Update to accomodate the header file changesEric Andersen2001-09-271-1/+1
|
* Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutilEric Andersen2001-05-081-0/+171
port. I have reworked the code quite a bit so that the stuff that is supposed to be in libc is in libc, and I added a bunch of missing stuff so the libutil interface matches that of glibc's libutil. The only caveat is that libutil/login.c is currently a stub. -Erik