From 47b01d5fb53a79f1d982b7dd0a40b1cad97a0385 Mon Sep 17 00:00:00 2001 From: Joel Dahl Date: Mon, 5 Jun 2006 15:51:29 +0000 Subject: [PATCH] Fix minor typo and extend the procfs dependency entry a bit. Submitted by: ceri --- en/projects/ideas/index.sgml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/en/projects/ideas/index.sgml b/en/projects/ideas/index.sgml index f64c024687..2e423f399a 100644 --- a/en/projects/ideas/index.sgml +++ b/en/projects/ideas/index.sgml @@ -1,6 +1,6 @@ - + %navincludes; %includes; @@ -69,7 +69,7 @@
  • PCI-Hotplug support
  • Pluggable Disk Scheduler
  • Process checkpointing
  • -
  • Remove procfs dependency from truss
  • +
  • Remove procfs dependencies
  • Rewrite the in-kernel file system syncer
  • Suspend to disk
  • Sync FreeBSD i386 boot code with DragonFly
  • @@ -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.

    Requirements:

    @@ -645,13 +645,14 @@
    -

    Remove procfs dependency from truss

    +

    Remove procfs dependencies

    Technical contact: &a.mux;

    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).

    + 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.

    Requirements: