From owner-freebsd-hackers Fri Jan 13 16:47:36 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id QAA22230 for hackers-outgoing; Fri, 13 Jan 1995 16:47:36 -0800 Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id QAA22224 for ; Fri, 13 Jan 1995 16:47:34 -0800 Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.8/jtpda-5.0) with SMTP id BAA27440 for ; Sat, 14 Jan 1995 01:48:18 +0100 Received: by blaise.ibp.fr (4.1/SMI-4.1) id AA27458; Sat, 14 Jan 95 01:48:22 +0100 Received: (from roberto@localhost) by keltia.frmug.fr.net (8.6.9/keltia-uucp-1.21) id BAA00233 for freebsd-hackers@FreeBSD.ORG; Sat, 14 Jan 1995 01:42:06 +0100 From: Ollivier Robert Message-Id: <199501140042.BAA00233@keltia.frmug.fr.net> Subject: Take UCONSOLE back in please... To: freebsd-hackers@FreeBSD.org (FreeBSD Hackers' list) Date: Sat, 14 Jan 1995 01:42:05 +0100 (MET) Reply-To: roberto@blaise.ibp.fr (Ollivier Robert) X-Operating-System: FreeBSD 2.1.0-Development ctm#277 X-Mailer: ELM [version 2.4 PL24] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 805 Sender: hackers-owner@FreeBSD.org Precedence: bulk I'm afraid you were wrong Jordan... Could you please add UCONSOLE back ? jkh 95/01/12 07:37:17 Modified: sys/i386/conf GENERIC LINT Log: 1. Remove UCONSOLE. This appears to be well and truly dead (unless it's hiding someplace in /sys I can't find). Look into /sys/kern/tty.c: if (*(int *)data) { if (constty && constty != tp && ISSET(constty->t_state, TS_CARR_ON | TS_ISOPEN) == (TS_CARR_ON | TS_ISOPEN)) return (EBUSY); #ifndef UCONSOLE if (error = suser(p->p_ucred, &p->p_acflag)) return (error); #endif I don't want to have xconsole (which now fail with "Couldn't open console") setuid root. -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net FreeBSD keltia 2.1.0-Development #0: Thu Jan 12 00:41:32 MET 1995