Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2002 11:45:22 +0100
From:      "Duncan Barclay" <dmlb@dmlb.org>
To:        "Marcel Moolenaar" <marcel@xcllnt.net>
Cc:        <emulation@FreeBSD.org>
Subject:   Re: TIOCSCTTY not implemented in linuxulator?
Message-ID:  <001601c25400$2b8a6ae0$6d6020c2@pc598cam>
References:  <XFMail.20020903224917.dmlb@computer.my.domain> <20020904020952.GB7157@dhcp01.pn.xcllnt.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> [moved to -emulation]
>
> On Tue, Sep 03, 2002 at 10:49:17PM +0100, Duncan Barclay wrote:
> >
> > Does anyone know why TIOCSCTTY isn't implemented in
compat/linux_ioctl.c?
>
> There was no immediate need for it. Please file a CR and I'm sure
> someone will find the time to implement it.

PR filed, kern/42404
Is this enough? If it is I can add it.

case LINUX_TIOCSCTTY:
    args->cmd = TIOCSCTTY;
    return (ioctl(p, (struct ioctl_args *)args));

(I know nothing about kernel handling of controlling terminals..).

> HTH,
>
> --
>  Marcel Moolenaar   USPA: A-39004 marcel@xcllnt.net
>

________________________________________________________________________
Duncan Barclay  | God smiles upon the little children,
dmlb@dmlb.org   | the alcoholics, and the permanently stoned.
dmlb@freebsd.org| Steven King
________________________________________________________________________


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-emulation" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001601c25400$2b8a6ae0$6d6020c2>