From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,83146ab172572dc1 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Mon, 27 Mar 2006 20:45:16 -0600 Date: Mon, 27 Mar 2006 21:40:09 -0500 From: Jeffrey Creem User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Linux kernel bindings - at least sockets? References: <1143496814.083145.207360@i40g2000cwc.googlegroups.com> In-Reply-To: <1143496814.083145.207360@i40g2000cwc.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Host: 24.147.74.171 X-Trace: sv3-QpEdO0OgN+AjLjtIE/FK0xOFIlNYNQ8e868kVATn/5r9HnJeixIsfrWHapxd00/Om1kF5SrxNmAftWk!xs53nGcalQbsT0CO09FDFsQN68z+aYpCQPh+8Hx7oGdxyFkH4vTZaNcQXFeBjpgWaAVXx6dGY5Qw!vNQ= X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news1.google.com comp.lang.ada:3666 Date: 2006-03-27T21:40:09-05:00 List-Id: Le wrote: > I'm looking for and Ada(95) binding for the Linux kernel. In the short > term I need at least the BSD sockets interfaces - I don't desire Posix > I/F. > Do you really mean that you want to use BSD sockets from within Kernel code or do you simply mean that you want to use Sockets from user land code on a Linux system. If the former, you've got bigger issues than simply getting sockets interfaces since you need to figure out how to do Ada kernel modules (which several people have done). If the latter, then how about http://www.rfc1149.net/devel/adasockets