Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!utah-cs!utah-gr!thomas From: thomas@utah-gr.UUCP (Spencer W. Thomas) Newsgroups: net.unix-wizards Subject: Re: signal handling in 4.2: Is this still UNIX? Message-ID: <1010@utah-gr.UUCP> Date: Sun, 4-Dec-83 15:52:16 EST Article-I.D.: utah-gr.1010 Posted: Sun Dec 4 15:52:16 1983 Date-Received: Mon, 5-Dec-83 22:47:04 EST References: <651@cbosgd.uucp> utcsstat.1502 Lines: 8 So they "broke" the signal handling in 4.2. Assuming that the new implementation is correct (i.e., bug-free), I like it better. It certainly more closely models interrupt handling. You wouldn't expect a hardware interrupt to kill off your system call, so why should a software interrupt? If you really want to quit out of whatever was going on, then use longjmp. =Spencer