Fix minor typo and extend the procfs dependency entry a bit.

Submitted by:	ceri
This commit is contained in:
Joel Dahl 2006-06-05 15:51:29 +00:00
parent 6873b5800d
commit 47b01d5fb5
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28035

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/ideas/index.sgml,v 1.47 2006/06/02 20:40:57 joel Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.48 2006/06/04 12:36:39 joel Exp $">
<!ENTITY title "FreeBSD list of projects and ideas for volunteers">
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -69,7 +69,7 @@
<li><a href="#p-pcihotplug">PCI-Hotplug support</a></li>
<li><a href="#p-psched">Pluggable Disk Scheduler</a></li>
<li><a href="#p-processcheck">Process checkpointing</a></li>
<li><a href="#p-trussprocfs">Remove procfs dependency from truss</a></li>
<li><a href="#p-trussprocfs">Remove procfs dependencies</a></li>
<li><a href="#p-syncer">Rewrite the in-kernel file system syncer</a></li>
<li><a href="#p-suspend">Suspend to disk</a></li>
<li><a href="#p-bootcode">Sync FreeBSD i386 boot code with DragonFly</a></li>
@ -232,7 +232,7 @@
File System) as of build 27a. ZFS is a new approach to file
system design and data management, and includes several interesting features
such as transactional semantics, snapshots and good scalability. Porting ZFS
to FreeBSD is higly encouraged, but should be considered a difficult
to FreeBSD is highly encouraged, but should be considered a difficult
task since the current implementation of ZFS is very
Solaris-specific.</p>
<p><strong>Requirements</strong>:</p>
@ -645,13 +645,14 @@
<hr>
<a name="p-trussprocfs"></a>
<h2>Remove procfs dependency from truss</h2>
<h2>Remove procfs dependencies</h2>
<p><strong>Technical contact</strong>: <a
href="mailto:mux@FreeBSD.org">&a.mux;</a></p>
<p>Someone needs to finish the support for PT_SYSCALL in the ptrace()
subsystem, and add support for another ptrace() command that will replace
the PIOCWAIT and PIOCSTATUS ioctls of procfs (should probably be named
PT_WAIT), in order for truss(1) to be able to work without procfs(5).</p>
PT_WAIT), in order for truss(1) to be able to work without procfs(5).
Removing the procfs(5) dependency from ps -e is also desirable.</p>
<p><strong>Requirements</strong>:</p>
<ul>
<li>C knowledge.</li>