From owner-freebsd-arch@FreeBSD.ORG Mon May 15 14:05:07 2006 Return-Path: X-Original-To: arch@FreeBSD.org Delivered-To: freebsd-arch@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEF7316A449; Mon, 15 May 2006 14:05:07 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEB4A43D78; Mon, 15 May 2006 14:04:51 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from gothmog.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.6/8.13.6/Debian-1) with ESMTP id k4FE4Tc3003965 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 15 May 2006 17:04:36 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.6/8.13.6) with ESMTP id k4FE6crc018009; Mon, 15 May 2006 17:06:38 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Received: (from giorgos@localhost) by gothmog.pc (8.13.6/8.13.6/Submit) id k4FE6bN6018008; Mon, 15 May 2006 17:06:37 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Date: Mon, 15 May 2006 17:06:37 +0300 From: Giorgos Keramidas To: Rink Springer Message-ID: <20060515140636.GA17196@gothmog.pc> References: <20060328070332.GA53789@rink.nu> <20060328205625.658396e8.trhodes@FreeBSD.org> <20060513132917.GC79186@rink.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060513132917.GC79186@rink.nu> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.996, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.40, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: Tom Rhodes , arch@FreeBSD.org Subject: Re: [RFC] Syslogd service patch X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 14:05:10 -0000 On 2006-05-13 15:29, Rink Springer wrote: > Hi Tom, > > Sorry for the extremely long delay (I was moving...). A new patch > can be found at http://rink.nu/tmp/syslogd2.diff. > > As per your comments: > [...] > > ?? *cp++ = 0? > > > > Perhaps I'm just lost. > > This is used to null-terminate the host name; this avoids using the > 'host:service' pair as the hostname. This part should probably be written as: *cp++ = '\0'; I know this is just a style-change, but it conveys more clearly the meaning of terminating a string with '\0', so I tend to like it better this way. - Giorgos From owner-freebsd-arch@FreeBSD.ORG Mon May 15 17:54:56 2006 Return-Path: X-Original-To: arch@freebsd.org Delivered-To: freebsd-arch@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F104016AB7F for ; Mon, 15 May 2006 17:54:56 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7A6E43D77 for ; Mon, 15 May 2006 17:54:49 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5D814.dip.t-dialin.net [84.165.216.20]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.4/8.13.1) with ESMTP id k4FHiM0X031568; Mon, 15 May 2006 19:44:22 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k4FHsPkG030232; Mon, 15 May 2006 19:54:25 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Mon, 15 May 2006 19:55:33 +0200 From: Alexander Leidinger To: "David Kirchner" Message-ID: <20060515195533.70ebea2c@Magellan.Leidinger.net> In-Reply-To: <35c231bf0604191339m598d9b7n6681421403d5d4e1@mail.gmail.com> References: <35c231bf0604191339m598d9b7n6681421403d5d4e1@mail.gmail.com> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: arch@freebsd.org Subject: Re: Add some more information in the ktrace(1)/kdump(1) output X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 17:54:57 -0000 Quoting "David Kirchner" (Wed, 19 Apr 2006 13:39:52 -0700): > I'm working with Alexander Leidinger on the > ktrace project mentioned on the ideas page. I've attached a patch, > made against 6.1-RC (and should work against -CURRENT). The patch > modifies kdump output to use strings instead of numbers for every(I > believe) relevant syscall. [example] > I'd appreciate any feedback you may have. This is just one half of the > project; the other half will involve updating the kernel to include > more data in the dump output. I'm thinking, specifically, adding > KTR_STAT for stat() results and KTR_SOCKADDR for connect(), bind() > arguments, and accept() results. Because lack of time David isn't able to work further on this. Shall we commit the code as is and change the entry on the ideas page to read this thread and implement the suggested changes? Or shall we just change the ideas page and wait until someone picks this up and makes the changes, before we commit this? Bye, Alexander. -- Press every key to continue. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 WL http://www.amazon.de/exec/obidos/registry/1FZ4DTHQE9PQ8/ref=wl_em_to/ From owner-freebsd-arch@FreeBSD.ORG Mon May 15 22:32:23 2006 Return-Path: X-Original-To: arch@freebsd.org Delivered-To: freebsd-arch@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 525B116A4AC for ; Mon, 15 May 2006 22:32:23 +0000 (UTC) (envelope-from jb@what-creek.com) Received: from what-creek.com (what-creek.com [66.111.37.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 042C943D49 for ; Mon, 15 May 2006 22:32:22 +0000 (GMT) (envelope-from jb@what-creek.com) Received: by what-creek.com (Postfix, from userid 102) id 02E3D78C1D; Mon, 15 May 2006 22:32:21 +0000 (GMT) Date: Mon, 15 May 2006 22:32:21 +0000 From: John Birrell To: Alexander Leidinger Message-ID: <20060515223221.GA39581@what-creek.com> References: <35c231bf0604191339m598d9b7n6681421403d5d4e1@mail.gmail.com> <20060515195533.70ebea2c@Magellan.Leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060515195533.70ebea2c@Magellan.Leidinger.net> User-Agent: Mutt/1.4.2.1i Cc: arch@freebsd.org, David Kirchner Subject: Re: Add some more information in the ktrace(1)/kdump(1) output X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 22:32:24 -0000 On Mon, May 15, 2006 at 07:55:33PM +0200, Alexander Leidinger wrote: > > I'd appreciate any feedback you may have. This is just one half of the > > project; the other half will involve updating the kernel to include > > more data in the dump output. I'm thinking, specifically, adding > > KTR_STAT for stat() results and KTR_SOCKADDR for connect(), bind() > > arguments, and accept() results. > > Because lack of time David isn't able to work further on this. > > Shall we commit the code as is and change the entry on the ideas page > to read this thread and implement the suggested changes? > > Or shall we just change the ideas page and wait until someone picks > this up and makes the changes, before we commit this? I have to say this: "Anything ktrace can do, DTrace can do better!". My DTrace project already has access to *ALL* syscall parameters with all the extra DTrace whiz-bang stuff included. DTrace looks at type information from the kernel and modules in CTF ELF sections, so you can access fields in structures that are referenced via syscalls. Take the stat() syscall as an example. You can trace the return from that syscall like this: syscall::stat:return /execname == "make" && errno == 0/ { ptr = (struct stat *) arg1; printf("File '%s' size = %ld", copyinstr(arg0), (long) ptr->st_size); } And the output will look like this (from a buildworld): CPU ID FUNCTION:NAME 0 381 stat:return File '/freebsd2/u2/p4/dtrace/src' size = 512 0 381 stat:return File '/usr/obj/freebsd2/u2/p4/dtrace/src' size = 512 0 381 stat:return File '.' size = 512 0 381 stat:return File '/freebsd2/u2/p4/dtrace/src' size = 512 0 381 stat:return File '/usr/share/mk' size = 1024 0 381 stat:return File '/etc/make.conf' size = 220 0 381 stat:return File '/u2/freebsd/obj/freebsd2/u2/p4/dtrace/src' size = 512 0 381 stat:return File '.' size = 512 0 381 stat:return File '/usr/share/mk' size = 1024 0 381 stat:return File '/etc/make.conf' size = 220 0 381 stat:return File '/freebsd2/u2/p4/dtrace/src/share/mk' size = 1024 0 381 stat:return File '/freebsd2/u2/p4/dtrace/src/tools/build/make_check' size = 512 0 381 stat:return File '/usr/obj/freebsd2/u2/p4/dtrace/src/tools/build/make_check' size = 512 0 381 stat:return File '.' size = 512 0 381 stat:return File '/freebsd2/u2/p4/dtrace/src/tools/build/make_check' size = 512 0 381 stat:return File '/etc/make.conf' size = 220 0 381 stat:return File '/usr/obj/freebsd2/u2/p4/dtrace/src/tools/build/make_check/' size = 512 0 381 stat:return File '/freebsd2/u2/p4/dtrace/src/share/mk' size = 1024 0 381 stat:return File '/freebsd2/u2/p4/dtrace/src/tools/build/make_check' size = 512 Can you do that with ktrace? The project is in P4 under: //depot/projects/dtrace And it works! For what it's worth, the example I've given above is something you can't do on Solaris! I'm haggling with their main DTrace developer about the semantics of their implementation. Sigh. -- John Birrell From owner-freebsd-arch@FreeBSD.ORG Tue May 16 07:49:53 2006 Return-Path: X-Original-To: arch@freebsd.org Delivered-To: freebsd-arch@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72D7716A428 for ; Tue, 16 May 2006 07:49:53 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id C183643D72 for ; Tue, 16 May 2006 07:49:52 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5ED34.dip.t-dialin.net [84.165.237.52]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.4/8.13.1) with ESMTP id k4G7cxXt039600; Tue, 16 May 2006 09:39:00 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k4G7n9Uu050501; Tue, 16 May 2006 09:49:09 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Tue, 16 May 2006 09:49:08 +0200 Message-ID: <20060516094908.g2e3ay7fkg8wow4g@netchild.homeip.net> X-Priority: 3 (Normal) Date: Tue, 16 May 2006 09:49:08 +0200 From: Alexander Leidinger To: John Birrell References: <35c231bf0604191339m598d9b7n6681421403d5d4e1@mail.gmail.com> <20060515195533.70ebea2c@Magellan.Leidinger.net> <20060515223221.GA39581@what-creek.com> In-Reply-To: <20060515223221.GA39581@what-creek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: arch@freebsd.org, David Kirchner Subject: Re: Add some more information in the ktrace(1)/kdump(1) output X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 07:49:54 -0000 Quoting John Birrell (from Mon, 15 May 2006 =20 22:32:21 +0000): > On Mon, May 15, 2006 at 07:55:33PM +0200, Alexander Leidinger wrote: >> > I'd appreciate any feedback you may have. This is just one half of the >> > project; the other half will involve updating the kernel to include >> > more data in the dump output. I'm thinking, specifically, adding >> > KTR_STAT for stat() results and KTR_SOCKADDR for connect(), bind() >> > arguments, and accept() results. >> >> Because lack of time David isn't able to work further on this. >> >> Shall we commit the code as is and change the entry on the ideas page >> to read this thread and implement the suggested changes? >> >> Or shall we just change the ideas page and wait until someone picks >> this up and makes the changes, before we commit this? > > I have to say this: "Anything ktrace can do, DTrace can do better!". I agree, and I'm awaiting the arrival of it in the tree. Unless then, =20 ktrace is the tool of choice. And even when dtrace hits the tree, alot =20 of people will still use ktrace for a quick look at the problem. So =20 why not polish it a little bit for the easy stuff and let people use =20 dtrace for the hard stuff? Bye, Alexander. --=20 http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 I sense millions of minds focused on my cleavage. =09=09=09=09=09-- Troi From owner-freebsd-arch@FreeBSD.ORG Tue May 16 09:26:44 2006 Return-Path: X-Original-To: arch@freebsd.org Delivered-To: freebsd-arch@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B19F16A672 for ; Tue, 16 May 2006 09:26:44 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B13943D48 for ; Tue, 16 May 2006 09:26:43 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 65C482085; Tue, 16 May 2006 11:26:38 +0200 (CEST) X-Spam-Tests: AWL,BAYES_00,FORGED_RCVD_HELO X-Spam-Learn: ham X-Spam-Score: -2.4/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 588AD2082; Tue, 16 May 2006 11:26:38 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id 3846933CAD; Tue, 16 May 2006 11:26:38 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Alexander Leidinger References: <35c231bf0604191339m598d9b7n6681421403d5d4e1@mail.gmail.com> <20060515195533.70ebea2c@Magellan.Leidinger.net> Date: Tue, 16 May 2006 11:26:37 +0200 In-Reply-To: <20060515195533.70ebea2c@Magellan.Leidinger.net> (Alexander Leidinger's message of "Mon, 15 May 2006 19:55:33 +0200") Message-ID: <86r72u48xe.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: arch@freebsd.org, David Kirchner Subject: Re: Add some more information in the ktrace(1)/kdump(1) output X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 09:26:51 -0000 Alexander Leidinger writes: > Shall we commit the code as is and change the entry on the ideas page > to read this thread and implement the suggested changes? Yes, please. > Or shall we just change the ideas page and wait until someone picks > this up and makes the changes, before we commit this? If you do that, the chances are that it will just rot. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-freebsd-arch@FreeBSD.ORG Tue May 16 09:27:26 2006 Return-Path: X-Original-To: freebsd-arch@FreeBSD.ORG Delivered-To: freebsd-arch@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7265F16A6C9 for ; Tue, 16 May 2006 09:27:26 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [83.120.8.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF0EF43D45 for ; Tue, 16 May 2006 09:27:25 +0000 (GMT) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (dilcle@localhost [127.0.0.1]) by lurza.secnetix.de (8.13.4/8.13.4) with ESMTP id k4G9RJFs098232 for ; Tue, 16 May 2006 11:27:24 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.13.4/8.13.1/Submit) id k4G9RJfv098231; Tue, 16 May 2006 11:27:19 +0200 (CEST) (envelope-from olli) Date: Tue, 16 May 2006 11:27:19 +0200 (CEST) Message-Id: <200605160927.k4G9RJfv098231@lurza.secnetix.de> From: Oliver Fromme To: freebsd-arch@FreeBSD.ORG In-Reply-To: <20060515223221.GA39581@what-creek.com> X-Newsgroups: list.freebsd-arch User-Agent: tin/1.8.0-20051224 ("Ronay") (UNIX) (FreeBSD/4.11-STABLE (i386)) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Tue, 16 May 2006 11:27:24 +0200 (CEST) Cc: Subject: Re: Add some more information in the ktrace(1)/kdump(1) output X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-arch@FreeBSD.ORG List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 09:27:31 -0000 John Birrell wrote: > I have to say this: "Anything ktrace can do, DTrace can do better!". > > My DTrace project already has access to *ALL* syscall parameters with all the > extra DTrace whiz-bang stuff included. > [...] Sounds very exciting. Hope it'll be available soon. :-) Personally I haven't used ktrace in ages because of its various drawbacks (incomprehensible output format being just one of them). I've always use strace (from the ports collection) with great success. It decodes data from most syscalls in a human-readable way, has very flexible command line options for filtering various kinds of information, and you don't have to use a separate dump tool. I can't live without strace. (Of course, dtrace will be even better, once it is there.) Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing Dienstleistungen mit Schwerpunkt FreeBSD: http://www.secnetix.de/bsd Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. > Can the denizens of this group enlighten me about what the > advantages of Python are, versus Perl ? "python" is more likely to pass unharmed through your spelling checker than "perl". -- An unknown poster and Fredrik Lundh From owner-freebsd-arch@FreeBSD.ORG Wed May 17 12:37:14 2006 Return-Path: X-Original-To: arch@FreeBSD.org Delivered-To: freebsd-arch@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4D3416A40D; Wed, 17 May 2006 12:37:14 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1C4343D70; Wed, 17 May 2006 12:37:13 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 7B5F346D08; Wed, 17 May 2006 08:37:13 -0400 (EDT) Date: Wed, 17 May 2006 13:37:13 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: current@FreeBSD.org, arch@FreeBSD.org Message-ID: <20060517133617.W69235@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subject: My slides from BSDCan2006, FreeBSD Developer Summit X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 12:37:18 -0000 For those interested: http://www.watson.org/~robert/freebsd/2006bsdcan/ 20060511-devsummit-network-cabal-summary.pdf - Notes from the 10 May 2006 Meeting of the Network Stack Cabal (Developer Summit) 20060511-devsummit-smpng-network-summary.pdf - SMPng Network Stack Update (Developer Summit) 20060511-devsummit-trustedbsd-mac-framework-retrofit.pdf - TrustedBSD Project Update (Developer Summit) 20060512-bsdcan2006-how-freebsd-works.pdf - How the FreeBSD Project Works (BSDCan 2006 Full Conference) Robert N M Watson From owner-freebsd-arch@FreeBSD.ORG Wed May 17 22:10:14 2006 Return-Path: X-Original-To: arch@freebsd.org Delivered-To: freebsd-arch@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B9E116A986; Wed, 17 May 2006 22:10:14 +0000 (UTC) (envelope-from saturnero@freesbie.org) Received: from out4.alice.it (smtp-out04.alice.it [85.37.17.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 142D843D45; Wed, 17 May 2006 22:10:08 +0000 (GMT) (envelope-from saturnero@freesbie.org) Received: from FBCMMO01.fbc.local ([192.168.68.195]) by out4.alice.it with Microsoft SMTPSVC(6.0.3790.1830); Thu, 18 May 2006 00:08:04 +0200 Received: from client.alice.it ([192.168.68.139]) by FBCMMO01.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Thu, 18 May 2006 00:08:04 +0200 Received: from [192.168.99.16] ([87.5.150.129]) by client.alice.it with Microsoft SMTPSVC(6.0.3790.1830); Thu, 18 May 2006 00:08:04 +0200 Message-ID: <446B9F3D.2030003@freesbie.org> Date: Thu, 18 May 2006 00:10:05 +0200 From: Dario Freni User-Agent: Mozilla Thunderbird 1.5.0.2 (Macintosh/20060308) MIME-Version: 1.0 To: arch@freebsd.org, small@freebsd.org X-Enigmail-Version: 0.94.0.0 OpenPGP: url=http://www.saturnero.net/saturnero.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig0F498129D862362E258D8E73" X-OriginalArrivalTime: 17 May 2006 22:08:04.0362 (UTC) FILETIME=[5EABF6A0:01C679FE] Cc: Subject: Slides of FreeSBIE toolkit presentation. X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 22:10:16 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig0F498129D862362E258D8E73 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable These are the slides of the presentation that me and Scott Ullrich held at FreeBSD Developer Summit on May 11th: http://www.freesbie.org/~saturnero/FreeSBIE-BSDCan06-devsummit.pdf If you're interested on working on the toolkit feel free to contact me. Tasks opened that I've forgot to mention are the porting to all FreeBSD supported platforms. Actually we support i386, amd64 and powerpc. I hope you'll be convinced to use FreeSBIE also for your embedded installations as well as the traditional live cd creation. We did our best to make it as flexible as we can imagine. I also hope to view it included under the official tools in the tree, assuming someone really need it! :) Bye, Dario --=20 Dario Freni (saturnero@freesbie.org) FreeSBIE developer (http://www.freesbie.org) GPG Public key at http://www.saturnero.net/saturnero.asc --------------enig0F498129D862362E258D8E73 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFEa589ymi72IiShysRAmiCAKDpZmzazTqEFGWsarOaGKS75flf+wCdFRF2 jONa6UA/lWQwbHkLJ64AqYw= =lu1m -----END PGP SIGNATURE----- --------------enig0F498129D862362E258D8E73--