From 73bc2829b3df522efe433e5f2d9a8ec4d5efc5c6 Mon Sep 17 00:00:00 2001
From: Hiroki Sato
Date: Sun, 14 Oct 2007 17:44:18 +0000
Subject: [PATCH] Unbreak.
---
en/projects/ideas/ideas.xml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/en/projects/ideas/ideas.xml b/en/projects/ideas/ideas.xml
index f13161cb2c..1b3a388fe2 100644
--- a/en/projects/ideas/ideas.xml
+++ b/en/projects/ideas/ideas.xml
@@ -15,7 +15,7 @@ Ideas//EN"
- $FreeBSD: www/en/projects/ideas/ideas.xml,v 1.25 2007/06/18 19:57:06 netchild Exp $
+ $FreeBSD: www/en/projects/ideas/ideas.xml,v 1.26 2007/10/14 15:48:12 netchild Exp $
@@ -70,7 +70,7 @@ Ideas//EN"
Extend UFS2 with on-disk indexing
The section 8.3 Naming of the book
- Design and Implementation of FreeBSD operation system
+ Design and Implementation of FreeBSD operation system
describes the current approach of name lookups in UFS2 and a possible
extension/improvement by utilizing on-disk indexing in a backward
compatible way. While the current approach (an in-memory directory cache)
@@ -80,7 +80,7 @@ Ideas//EN"
- Knowledge of C programming.
- Basic understanding of filesystems.
- - The book Design and Implementation of FreeBSD operation system.
+ - The book Design and Implementation of FreeBSD operation system.
@@ -620,7 +620,7 @@ they all need to be locked.
Interested people should also have a look at
a mail thread about this (Ulf is not working on this) and
+ href="http://www.freebsd.org/cgi/mid.cgi?db=irt&id=20071011022001.GC13480@gandalf.sssup.it">
further discussion of the corresponding GEOM aspects.
Requirements:
@@ -926,7 +926,7 @@ they all need to be locked.
Technical contact: Poul-Henning Kamp, Matus Harvan
+ href="mailto:mharvan@inf.ethz.ch">Matus Harvan
WIP: http://wiki.freebsd.org/mtund
IP can be tunneled over IP, UDP, TCP, SSH, DNS, HTTP and many other
@@ -1334,7 +1334,7 @@ data).
Technical contact: Robert Watson
+ href="mailto:rwatson@FreeBSD.org">Robert Watson
WIP: http://wiki.freebsd.org/DistributedAuditDaemon
Create a tool to securely and reliably ship log files to remote hosts.
@@ -1635,7 +1635,7 @@ clean.
Technical contact: Brooks Davis
+ href="mailto:brooks@FreeBSD.org">Brooks Davis
WIP: Erik Cederstrand
The "performance tracking" entry is meant to monitor the
@@ -1852,7 +1852,7 @@ SMP features.
- Convert atrun(8) to using setusercontext(3) instead of creating
the job context through a sequence of basic syscalls.
- Ultimately, the atrun(8) functionality could be integrated into
- cron(8), as it has already been done in NetBSD.
+ cron(8), as it has already been done in NetBSD.
Requirements: