From owner-freebsd-ports@FreeBSD.ORG Mon Nov 19 13:16:14 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A48E16A480 for ; Mon, 19 Nov 2007 13:16:14 +0000 (UTC) (envelope-from bubblereading@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.248]) by mx1.freebsd.org (Postfix) with ESMTP id 5EFA413C44B for ; Mon, 19 Nov 2007 13:16:14 +0000 (UTC) (envelope-from bubblereading@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so357182anc for ; Mon, 19 Nov 2007 05:16:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:mime-version:content-type; bh=IxJQOQRYccOv6ucaEWUoHehb9ayyKOzmPNkoBJwSeoQ=; b=PcFkPMdt91BxlskxmoLIoJse/5fcrUXPj0zi4A3PzwpBjX7GwfoPO8RLOuuP2eRL/wBSPowtf5IN7+grngwbAWmUU3SNyCH4css/1KVGAabu5lhpj192UvIdLWG/L2PzTBnnke1Ecy6fm/z/1/JbC4uvn5NFoBjd1mC8by1vEAU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:mime-version:content-type; b=YMBdyksT+DVFsjTGaDjzYkyvTe0HD7x+mjOTfC8r4f4hI6dvMjV+uu5zA84rjSDVorLDjCnnYkuaqVPZzWN9ZORNyOmGkVhH8wtWB7nLy2CVSbrt08dE7fDbt/MeGQNDtBpGyBVdK5gylC4NuSbJiRxY86O6SK29v7PHOkKPLDo= Received: by 10.142.148.7 with SMTP id v7mr1003439wfd.1195476469757; Mon, 19 Nov 2007 04:47:49 -0800 (PST) Received: by 10.142.238.21 with HTTP; Mon, 19 Nov 2007 04:47:49 -0800 (PST) Message-ID: Date: Mon, 19 Nov 2007 12:47:49 +0000 From: "Bubble Reading" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: bubblereading@gmail.com Subject: Porting Linux Kernel modules to FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Nov 2007 13:16:14 -0000 Hi, Are there good documents/websites which discuss about porting kernel level software from Linux to FreeBSD ? On the other note, Linux has a type called "wait_queue_head_t". How do I port this stuff on FreeBSD ? What is the equivalent ? -- Regards, Bubble