From owner-freebsd-hackers@FreeBSD.ORG Fri Jun 19 12:38:51 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0AD721065672 for ; Fri, 19 Jun 2009 12:38:51 +0000 (UTC) (envelope-from vasanth.raonaik@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id BB5FF8FC14 for ; Fri, 19 Jun 2009 12:38:50 +0000 (UTC) (envelope-from vasanth.raonaik@gmail.com) Received: by an-out-0708.google.com with SMTP id c3so739295ana.13 for ; Fri, 19 Jun 2009 05:38:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=rLvmS29KESTjDRk+RK61Od7gjjJKYH6RxUAH6rYdkhI=; b=YzK0Q0z4ur3YHR6GYGfnqxQ0FvZotf04EuejxKggHIpH+b0Y/f3CTggPXnR9KAYmCk S6U/raqS8kWkuaFg/SQXcwUlG20+8MDGL8FpRJIwHlNGkTCmgvzqZiCp+3lQuiMu+DZQ BkmsuAkL7BDlWY07H4PLzq08Coyh6OuGqsMQk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=bj3QOu9UqzaTANHHHeKWjNQnRfqNWCVfhoiL2HZNdn/RQRmp+ZtEY1Zpc4MrH7B/hi EKIkb+whc7y/GASQqUGM3+6F8+piUi8yXLShCbTOz9fUiCQyWijiuBfjFveC9Lw+kl7u KrKo2sir7CoLewZ9z7TzJP9AaY/zlW40EN46o= MIME-Version: 1.0 Received: by 10.100.231.8 with SMTP id d8mr3703170anh.196.1245413523696; Fri, 19 Jun 2009 05:12:03 -0700 (PDT) Date: Fri, 19 Jun 2009 17:42:03 +0530 Message-ID: From: vasanth raonaik To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Regarding Signal IPC X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jun 2009 12:38:51 -0000 Hello Hackers, I want to print out the process ID of the process which is sending the Signal. Is it possible. if yes, can you please point me to any related documents. Thanks, Vasanth