Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 21 Nov 2001 03:45:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 21 Nov 2001 03:44:59 -0500 Received: from wallext.webflex.nl ([212.115.150.250]:32430 "EHLO palm.webflex.nl") by vger.kernel.org with ESMTP id ; Wed, 21 Nov 2001 03:44:43 -0500 Message-ID: X-Mailer: XFMail 1.5.1 on Linux X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 21 Nov 2001 09:43:25 +0100 (CET) From: Mathijs Mohlmann To: Luis Miguel Correia Henriques Subject: RE: copy to user Cc: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On 20-Nov-2001 Luis Miguel Correia Henriques wrote: > I suppose now you can understand why SIGSTOP won't work. Hope you can help > me :) how about making a signal handler for SIGUSR1 that checks a global variable and loops. an other signal handler for SIGUSR2 to clear the variable so the SIGUSR1 handler can exit. All in user space. (to delay execution kill -USR1 $pid, to continue: kill -USR2 $pid) me -- me - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/