summaryrefslogtreecommitdiff
path: root/libc/stdlib/unix_grantpt.c
AgeCommit message (Expand)Author
2002-08-19Eliminate wrapping of struct stat and use the kernel versionEric Andersen
2002-07-31Per discussion on the mailing list, simply vfork -> fork mapping to only applyEric Andersen
2002-02-21When vfork is not available and we have an MMU, then use fork()Eric Andersen
2001-09-27Update to accomodate the header file changesEric Andersen
2001-06-12Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen
2001-05-08Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutilEric Andersen