Searched hist:190529 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.cdiff 190529 Sun Mar 29 18:18:01 MDT 2009 ed Emulate the FIODGNAME ioctl in our 32-bit emulator.

It's quite strange that nobody reported this issue before. It turns out
functions like ttyname(), ptsname() and fdevname() don't work in
compat32. This means it't not even possible to run applications like
script(1) inside a 32-bit FreeBSD jail.

Fix this by converting 32-bit fiodgname_arg structures to their 64-bit
equivalent.

Reported by: kris
Tested by: kris

Completed in 167 milliseconds