From owner-freebsd-hackers Sat Dec 5 10:05:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA27007 for freebsd-hackers-outgoing; Sat, 5 Dec 1998 10:05:13 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA27001 for ; Sat, 5 Dec 1998 10:05:09 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.1/8.9.1) id MAA75540; Sat, 5 Dec 1998 12:05:04 -0600 (CST) Date: Sat, 5 Dec 1998 12:05:03 -0600 From: Dan Nelson To: "David E. Cross" , hackers@FreeBSD.ORG Subject: Re: Control-Alt-Delete Message-ID: <19981205120503.A72564@emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.3i In-Reply-To: ; from "David E. Cross" on Sat Dec 5 12:18:07 GMT 1998 X-OS: FreeBSD 3.0-CURRENT Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Dec 05), David E. Cross said: > Where/how does FreeBSD handle CAD? I know that pressing the 3 finger > salute will trigger a clean reboot on my system, but I don't know the > execution path. C-A-D's default keyboard mapping is "boot", which is handled around line 3700 on a -current copy of syscons.c (case RBT). It can be disabled with "options SC_DISABLE_REBOOT" in your kernel config file, or by editing the keyboard map and removing all the "boot" entries. -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message