summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/unix_grantpt.c
Commit message (Collapse)AuthorAgeFilesLines
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-16/+18
| | | | missing headers, other jump relocs removed
* Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ↵Peter S. Mazinger2005-12-161-3/+5
| | | | it back
* Convert internal users of chmod/*stat*, minimize change for __strsepPeter S. Mazinger2005-12-131-1/+2
|
* Hide morePeter S. Mazinger2005-12-071-2/+2
|
* Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger2005-12-071-0/+1
|
* More hiding, 300 leftPeter S. Mazinger2005-12-041-0/+1
|
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-0/+1
|
* Hide mostly used functionsPeter S. Mazinger2005-12-011-0/+1
|
* Hiding againPeter S. Mazinger2005-11-291-0/+1
|
* Hide some of mem* and str*Peter S. Mazinger2005-11-271-0/+2
|
* Eliminate wrapping of struct stat and use the kernel versionEric Andersen2002-08-191-1/+1
| | | | | | directly. Eliminate all the attendant baggage. Fix internal types to match kernel types more closely. -Erik
* Per discussion on the mailing list, simply vfork -> fork mapping to only applyEric Andersen2002-07-311-1/+1
| | | | | iff we do not have vfork available, which is simpler and more reasonable. -Erik
* When vfork is not available and we have an MMU, then use fork()Eric Andersen2002-02-211-7/+9
| | | | -Erik
* Update to accomodate the header file changesEric Andersen2001-09-271-1/+1
|
* Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen2001-06-121-0/+4
| | | | | | define, and set things up so nasty old coff toolchains can now compile things and should actually work again. -Erik
* Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutilEric Andersen2001-05-081-0/+197
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