看板 DFBSD_commit 關於我們 聯絡資訊
commit 153589f177d689b1109a6ce97540b397480ad990 Author: Alex Hornung <ahornung@gmail.com> Date: Tue Aug 18 18:50:26 2009 +0100 openpty(3) - change to use unix98 ptys * Try, by default, to use unix98 ptys first. If they fail at any point, fall back to bsd ptys (/dev/[pt]ty*). Partially-Obtained-From: FreeBSD Summary of changes: lib/libutil/pty.c | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 45 insertions(+), 0 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/153589f177d689b1109a6ce97540b397480ad990 -- DragonFly BSD source repository