From owner-freebsd-ports@freebsd.org Sun Jun 4 11:07:22 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFDE2AFFD09; Sun, 4 Jun 2017 11:07:22 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: from mail-pg0-x22f.google.com (mail-pg0-x22f.google.com [IPv6:2607:f8b0:400e:c05::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 92A4972241; Sun, 4 Jun 2017 11:07:22 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: by mail-pg0-x22f.google.com with SMTP id 8so23555506pgc.2; Sun, 04 Jun 2017 04:07:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=zdJ9TxVaGvhEgs2WVqCedKnb0E241BD0xH49bDhr+mE=; b=gzOPnXkW3KM1g5/LIgdO68TyIh9h2SqzYHW5KSEX7jFE9ugs7SqHjukc41TIqDmYXp bj+0n1vBuga3OIv4dZt5biH8OCV97TZMLyilk2oQbXrx7Lh39fjksavLNAe9V4Ykv4BE bP8zIgXC7zcGygr55utEgPHFlXIMdL8bVeYE6y2LEMT1myA1GzWfTE9ci8ACuzSOjdCu C0W1nNOTveUwn6/YX5ZqZPZFFV0JWnjjXtIQAwjPAo1Crmr6FqtIVOyibye9buYgoc2l ozKA/YZn44OpjhAqtIW/rrcuzM4fnlNHBDE8q6PGmJ1VzAQOFlVWLmkB5I7KgqNZvL92 ehHA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=zdJ9TxVaGvhEgs2WVqCedKnb0E241BD0xH49bDhr+mE=; b=MdUmLSMbVOUQxsw2sCMHddIS3nrDnYTTLK8422uekgPWT1oPWzCTLZ3yFeZP7eDRrw ihTJrBnzOB/iSzUdUGsu3N3A2oV4WdF/r4u8sALfM5T1v3UxcE4vEWxd89vzAwnfzBeS Kb1gjb30AEh47z1vjybDtyItAI8oWFHCgRStmKE4hzyXVXak/qh/VNTdi5NSKd32SfbH lml9yZyoukkUQVvhVRbbpqOTm12x6uhe2MedUwW3LIEr0kbe/cbLogqkz75d9P/7gmyo MqXgY7i7DWy9X0evq5PmPNEliB5ogiPvmm3ETqTsJ54TDOPTIRpIHe5clqGzxHQvxWc/ /wmw== X-Gm-Message-State: AODbwcDDi8mmE/nsAqgCdOMy3KqIVgW0MSYYvrJZ3u8X8E8MVrLFEl9F cJ/nRv/QJEkP3T7hq32py+wk5RcrzC9G X-Received: by 10.99.43.201 with SMTP id r192mr15401292pgr.135.1496574441836; Sun, 04 Jun 2017 04:07:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.168.79 with HTTP; Sun, 4 Jun 2017 04:07:21 -0700 (PDT) From: blubee blubeeme Date: Sun, 4 Jun 2017 19:07:21 +0800 Message-ID: Subject: [Help] Linux low level data structures < - > FreeBSD low level data structures To: FreeBSD current , freebsd-ports@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jun 2017 11:07:22 -0000 Hello Is there anyone on either of these lists that have experience with both linux low level data structures and their equivalents on FreeBSD? For instance the linux header file: which includes the header file: Then looking at that file: I'll be doing a lot of work trying to find these FreeBSD equivalent of these types of files to port some code. Does anyone here have experience with something like this? Is there any other projects that maps these low level data structures from Linux <-> FreeBSD, etc? Best, Owen