From owner-freebsd-hackers@FreeBSD.ORG Sun Jan 23 03:49:26 2011 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 7306C106566C for ; Sun, 23 Jan 2011 03:49:26 +0000 (UTC) (envelope-from mashtizadeh@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3E17A8FC0A for ; Sun, 23 Jan 2011 03:49:25 +0000 (UTC) Received: by iyb26 with SMTP id 26so3028515iyb.13 for ; Sat, 22 Jan 2011 19:49:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=PPSfQ3quxlIrnCXDhAh8nPrPZARcbVo6mTkhT0uHob4=; b=CfEG++OWaV3NK5RdDXTPYR8A2wbg/3uHhKdVsSTAeUDlaLyZ2JxSHQBXhT1E6yQ0Gx DWJMdQLSnbgR/hFCxjEqnwlDoREDUCl+5iQ8lXRaKTXMnc8tbwk9hMXfFIf/i64COHGH 8ayuZgW1AZp2D332c0hS/YWeJWO8TMQhQkHJc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=jjnKYMpkEB60xEi5r94S5Bd4cheJvcmjbJAnrPGJMubr0Fdh3kZIE6BeK4vbIib3we o4CsMYxRLfyShfiIKbBT43fV5f1VtAON4IkiIE1YLRO7FlBxQkJW6i8xNwf951+Dj2Qp 79OVL6VeHACfo0YpXHbk6kADInXX7y3KxHVaY= MIME-Version: 1.0 Received: by 10.231.191.16 with SMTP id dk16mr2907561ibb.23.1295752820256; Sat, 22 Jan 2011 19:20:20 -0800 (PST) Received: by 10.231.200.210 with HTTP; Sat, 22 Jan 2011 19:20:20 -0800 (PST) Date: Sun, 23 Jan 2011 03:20:20 +0000 Message-ID: From: Ali Mashtizadeh To: FreeBSD Hackers Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Exporting kernel symbols 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: Sun, 23 Jan 2011 03:49:26 -0000 Hi Folks, I tried to build a geom kernel module that uses the alq(9) facility to log some data. The module builds fine but it seems that the kernel isn't exporting the alq(9) symbols. Could someone point me how I can export particular symbols? --=20 Ali Mashtizadeh =D8=B9=D9=84=DB=8C =D9=85=D8=B4=D8=AA=DB=8C =D8=B2=D8=A7=D8=AF=D9=87