Add Linuxulator entry and new general kernel tasks subsection. (1)

Add Gelbius to list of coordinators for BSNMPD project. (2)

(1) Submitted by:	netchild
(2) Submitted by:	glebius
This commit is contained in:
Murray Stokely 2005-06-02 13:21:25 +00:00
parent 349e559729
commit 697a065798
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24708

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode.sgml,v 1.13 2005/06/02 12:55:44 murray Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode.sgml,v 1.14 2005/06/02 13:11:33 murray Exp $">
<!ENTITY title "FreeBSD Summer Projects">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
@ -21,6 +21,7 @@
<li><a href="#p-filesystem">Filesystem</a></li>
<li><a href="#p-networking">Networking</a></li>
<li><a href="#p-security">Security</a></li>
<li><a href="#p-kernel">Kernel</a></li>
</ul>
</li>
<li><a href="#mentors">Possible Mentors</a></li>
@ -54,7 +55,8 @@
disk space, VM statistics, entropy, firewall rules and states,
sendmail queues and accepts/rejects, and the like. An SNMP client
that could pull and centralize the data gathering, render it,
etc. <a href="mailto:philip@FreeBSD.org">&a.philip;</a> and <a
etc. <a href="mailto:philip@FreeBSD.org">&a.philip;</a>, <a
href="mailto:glebius@FreeBSD.org">&a.glebius;</a>, and <a
href="mailto:rwatson@FreeBSD.org">&a.rwatson;</a> are
coordinating.</li>
@ -160,6 +162,21 @@
</ul>
<a name="p-kernel"></a>
<h3>Kernel</h3>
<ul>
<li><strong>Update the Linuxulator</strong> : FreeBSD provides Linux
binary compatibility through a Linux system call table that is
invoked when Linux ELF binaries are executed. This implementation
should be compared with an up-to-date Linux Kernel so that
important missing syscalls can be added to ensure that all
mainstream applications continue to work on FreeBSD. The student
should be able to read and understand foreign C code, write C
code, and have a good understanding of how to do a clean room
implementation of GPLed code (no copy & paste!).</li>
</ul>
<a name="mentors"></a>
<h2>Mentors</h2>