Re: Weirdness in TTY & VT

From: Lundberg, Johannes <johannes_at_brilliantservice.co.jp>
Date: Thu, 8 Sep 2016 10:41:02 -0700
Thanks for the feedback. I solved it by asking for next free vt (#nr) and
then simply opening /dev/ttyv[#nr+1].


On Thu, Sep 8, 2016 at 10:36 AM, Jilles Tjoelker <jilles_at_stack.nl> wrote:

> On Fri, Sep 02, 2016 at 05:12:12PM -0700, Lundberg, Johannes wrote:
> > I'm porting some Linux code and have some weird behavior.
>
> > In this (Linux) code fstat() and minor() is used on a /dev/tty file
> > descriptor to get a tty number to map to. In FreeBSD this returns a
> number
> > around 60-70 for st_rdev which means VT_ACTIVATE ioctl call will fail
> > because it only allows values 0-12.
>
> > Should not this be compatible with FreeBSD? If not, what is the FreeBSD
> way
> > to do this?
>
> > Is there some implementation missing in vt?
>
> minor() and major() are obsolete in FreeBSD. A (userland) dev_t is an
> opaque identifier.
>
> The direct equivalent is devname_r() or fdevname_r() followed by parsing
> the resulting string.
>
> There is also a VT_GETINDEX ioctl but I don't know whether it works.
>
> --
> Jilles Tjoelker
>

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
秘密保持について:この電子メールは、名宛人に送信したものであり、秘匿特権の対象となる情報を含んでいます。
もし、名宛人以外の方が受信された場合、このメールの破棄、およびこのメールに関する一切の開示、
複写、配布、その他の利用、または記載内容に基づくいかなる行動もされないようお願い申し上げます。
---
CONFIDENTIALITY NOTE: The information in this email is confidential
and intended solely for the addressee.
Disclosure, copying, distribution or any other action of use of this
email by person other than intended recipient, is prohibited.
If you are not the intended recipient and have received this email in
error, please destroy the original message.
Received on Thu Sep 08 2016 - 15:41:19 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:07 UTC