From owner-freebsd-hackers@FreeBSD.ORG Wed Aug 2 23:21:43 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADD6616A4F1 for ; Wed, 2 Aug 2006 23:21:43 +0000 (UTC) (envelope-from artifact.one@googlemail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB84E43D7D for ; Wed, 2 Aug 2006 23:19:58 +0000 (GMT) (envelope-from artifact.one@googlemail.com) Received: by nf-out-0910.google.com with SMTP id n29so816664nfc for ; Wed, 02 Aug 2006 16:19:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=cfIKB5HpdASOfpbRvfoIHimYfQhFTgiZU/zWWz21xuKGfYqdl6JSxKoF1tMOiIiwkw7krPzvkwKPmj5YCONvqWLyXTygMF52NMmu9TPYo/SrQPxQHDv2pBrZpTHfJhe9MAq1ZwY18sjDHg4IEXmm6FZwKoqfhbADahW5CkC49i4= Received: by 10.78.107.8 with SMTP id f8mr553631huc; Wed, 02 Aug 2006 16:19:46 -0700 (PDT) Received: by 10.78.43.9 with HTTP; Wed, 2 Aug 2006 16:19:46 -0700 (PDT) Message-ID: <8e96a0b90608021619o67364f2cx59898ae2bf4db6d1@mail.gmail.com> Date: Thu, 3 Aug 2006 00:19:46 +0100 From: "mal content" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: systrace on FreeBSD 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: Wed, 02 Aug 2006 23:21:43 -0000 I believe this question was asked before (it may have even been asked by me, but I couldn't find record of it): What happened to the effort to port systrace to FreeBSD? The last known information I could find was this: http://techie.devnull.cz/systrace/ Which shows FreeBSD 5.1, at best. I thoroughly enjoy using systrace on OpenBSD, it'd be nice to see this in ports. Unfortunately, I don't trust myself with kernel code, but I'd be happy to help out with the userland stuff if I could. MC