Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compile problem when ASSUME_DEVPTS=false | Eric Andersen | 2002-03-20 | 1 | -0/+2 |
| | | | | | | | getpt.c: In function 'getpt': getpt.c:83: 'have_no_dev_ptmx' undeclared ... oops. -Erik | ||||
* | Patch from Brian Stafford <brian@stafford.uklinux.net> to fixup | Eric Andersen | 2002-01-14 | 1 | -7/+26 |
| | | | | support for Unix98 PTYs, and optionally exclude the older junk. | ||||
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 1 | -1/+1 |
| | |||||
* | Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutil | Eric Andersen | 2001-05-08 | 1 | -0/+89 |
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 |