Replies: 1 comment 1 reply
-
The work you found is not integrated into illumos yet. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Anyone knows if this was implemented?
https://www.illumos.org/issues/5386
I'm trying (in my spare time) build and run VSCodium on OpenIndiana. To do it, i've been create some patches on Node.JS native modules that support Linux, macOS and FreeBSD only. Things like this: mongodb-js/kerberos#166
Now, i need make a patch to node-pty (https://github.com/microsoft/node-pty), and i'm not finding these methods (openpty, forkpty and login_tty). Anyone knows anything about these methods?
I found it https://code.illumos.org/c/illumos-gate/+/1343/8/usr/src/uts/common/sys/termios.h, but on searching about termios.h on IPS of OpenIndiana, i have two results:
But none have openpty, forkpty or login_tty methods.
Beta Was this translation helpful? Give feedback.
All reactions