From owner-cvs-all Wed Nov 22 19:22: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 75B0637B4C5; Wed, 22 Nov 2000 19:21:59 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA83044; Wed, 22 Nov 2000 19:21:59 -0800 (PST) (envelope-from marcel@FreeBSD.org) Message-Id: <200011230321.TAA83044@freefall.freebsd.org> From: Marcel Moolenaar Date: Wed, 22 Nov 2000 19:21:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/linux linux_sysvec.c src/sys/i386/linux linux_sysvec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/11/22 19:21:59 PST Modified files: sys/alpha/linux linux_sysvec.c sys/i386/linux linux_sysvec.c Log: Don't unregister the ioctl handlers before we verified we can unload. Doing so leaves the linuxulator in a crippled state (no ioctl support) when Linux binaries are run at unload time. While here, consistently spell ELF in capitals and perform some minor style improvements. ELF spelling submitted by: asmodai Revision Changes Path 1.69 +14 -12 src/sys/alpha/linux/linux_sysvec.c 1.68 +15 -12 src/sys/i386/linux/linux_sysvec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message