| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
# cd /dev && ./MAKEDEV pty0 pty3
and/or
# rm -rf /dev/ptyp0
and expect all programs that use openpty() to still try to find available ptys.
|
| |
|
|
|
|
| |
openpty() to be called from a threaded application.
|
| |
|
|
|
|
|
|
|
| |
indent and make this compile -Wall clean like the
Makefile suggests that it should. :)
Pointed out by: Bruce Evans <bde@zeta.org.au>
|
|
|
|
| |
Submitted-By: Kent Vander Velden <graphix@iastate.edu>
|
|
|
|
|
|
|
|
| |
Install (optional) libutil.h with prototypes for the functions and
document this in the man page.
minor cleanups to the various routines, include the prototype file, declare
return codes etc.
|
|
|
|
|
|
| |
pty correctly (it was broken for calls to openpty() after the first
successful one)).
Obtained from: 4.4lite2
|
| |
|
|
|
|
| |
Submitted by: Heikki Suonsivu <hsu@cs.hut.fi>
|
|
|