[Bug 259319] openpty(3) and forkpty(3) don't work under Linux compat

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 20 Oct 2021 16:07:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259319

--- Comment #5 from Julio Merino,+1 347 694 0576,New York City <jmmv@FreeBSD.org> ---
Another thing that seems strange is that the Linux binary is trying to access
/dev/ptyp0 on FreeBSD, but it gets a /dev/pts/? device on Linux.

By looking at the FreeBSD kernel sources, I notice that
sys/compat/linux/linux_util.c has some special code to handle device paths that
start with pts/, but obviously that's not going to work for the /dev/pty?
devices. Maybe that's the issue?

-- 
You are receiving this mail because:
You are the assignee for the bug.