From owner-freebsd-hackers@FreeBSD.ORG Mon Apr 27 03:13:00 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1E5C106564A for ; Mon, 27 Apr 2009 03:13:00 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id 4C3D28FC0A for ; Mon, 27 Apr 2009 03:13:00 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so1424778yxb.13 for ; Sun, 26 Apr 2009 20:12:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=DmLr2JoR9kOibyGOAjVFnIgsAkDVI/KTBkFc4DGB9Rk=; b=EJd8kxPIeGYSTP2cps+uLuFp+MI/Z4Uw5O5uWlukw+C5W0s+TBEVLykAUR0xw/qQGH O7nrj4DEn+riEcRqmzJKLtMocT6+V9uHcdoAiAjMVynOsFZZIuXVFZzQpEE2Aim72gcZ RQjZMTJF6UjzC+aY8GdzxYYWXftZ6yZJET7Do= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=fB4kTxOk185EERZxTa5QyjqcVz9ukPTfD+K5ElqGC6uNC+UBj3JZqJM1NVFn2uAMvr 82LtC5nmJ1QWiZrO4oAgeU+P2WVEJHZaZeZKKmiFxqIuI4UKqSa0ridlNG2G4cmw/dJZ xHn7IIaS28HRJbtI9UpwP9jGcOHFo5AvZx27E= MIME-Version: 1.0 Received: by 10.151.138.4 with SMTP id q4mr8032288ybn.157.1240801979596; Sun, 26 Apr 2009 20:12:59 -0700 (PDT) In-Reply-To: <49F260E5.3080505@FreeBSD.org> References: <49F260E5.3080505@FreeBSD.org> Date: Sun, 26 Apr 2009 20:12:59 -0700 Message-ID: <7d6fde3d0904262012r7a0e176coc5d0cbcdbfbfec01@mail.gmail.com> From: Garrett Cooper To: Gabor PALI Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-hackers@freebsd.org Subject: Re: SoC2009: Design and Implementation of Subsystem Support Libraries for Monitoring and Management 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: Mon, 27 Apr 2009 03:13:00 -0000 On Fri, Apr 24, 2009 at 6:01 PM, Gabor PALI wrote: > Hi there, > > I am Gabor Pali from Hungary, a PhD student at Eotvos Lorand University, > Budapest and Babes-Bolyai University, Cluj-Napoca. =A0Offically, I have > been working on FreeBSD for a year, and I got a doc commit bit for my > Hungarian translations and documentation work, and now I also received a > ports commit bit for my further contributions to the ports tree. =A0I hav= e > been using FreeBSD for almost eight years now, and I am interested in > development of operating systems. > > During Summer of Code 2009, I will be working on wrapper libraries for > the network and process functions to support monitoring and management > applications to avoid direct use of the FreeBSD kernel memory interface. > This approach would allow the kernel implementation to change and > monitoring applications to be extended without breaking applications and > requiring them to be recompiled. =A0For this project, my mentor will be > Oleksandr Tymoshenko (gonzo@). > > A more detailed version of my Summer of Code 2009 proposal can be found > on the FreeBSD Wiki: > > http://wiki.freebsd.org/PGJSoC2009 > > > Feel free to review and comment on it. > > > Cheers, > :g Sounds like good work to do Gabor. Good luck on the project :). Cheers, -Garrett