From owner-freebsd-hackers Wed Nov 8 20:18:40 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from hkgmss11.cwhkt.com (unknown [202.84.162.93]) by hub.freebsd.org (Postfix) with SMTP id DF7AF37B479; Wed, 8 Nov 2000 20:18:34 -0800 (PST) Received: by mail.cwhkt.com with Internet Mail Service (5.5.2650.21) id ; Thu, 9 Nov 2000 12:20:52 +0800 From: "Tsang, Victor YF" To: "'questions@freebsd.org'" , "'hackers@freebsd.org'" Subject: programming: how to send signal to other program Date: Thu, 9 Nov 2000 11:31:10 +0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="big5" Message-Id: <20001109041834.DF7AF37B479@hub.freebsd.org> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, How can I send a signal (say, SIGUSR1) to another program with known pid? I used to do so in Solaris using sigsend() but this call seems not available in FreeBSD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message