When work is going on Perforce, indicate the branch in the status field

so that people who are interested can get to it.
This commit is contained in:
Robert Watson 2002-09-03 03:17:34 +00:00
parent d84d703367
commit a236f29593
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14157

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY email 'freebsd-qa'>
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.2 2002/09/02 11:05:07 murray Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.3 2002/09/03 03:07:16 rwatson Exp $">
<!ENTITY title "FreeBSD 5.0 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
@ -64,7 +64,8 @@
<tr>
<td>TrustedBSD MAC Framework system call interface</td>
<td>Personal branch: in progress</td><td>rwatson@FreeBSD.org</td>
<td>Perforce rwatson_macnewapi: in progress</td>
<td>rwatson@FreeBSD.org</td>
<td>Revised system call interface supporting extensible label access
from userland. This replaces the current temporary API which
supports only a subset of the available policies and is not
@ -73,7 +74,8 @@
<tr>
<td>TrustedBSD MAC Framework userland applications</td>
<td>TrustedBSD MAC branch: in progress</td><td>rwatson@FreeBSD.org</td>
<td>Perforce trustedbsd_mac: in progress</td>
<td>rwatson@FreeBSD.org</td>
<td>Simple labeling applications including {get,set}[fp]mac(8),
as well as labeling during the login process.</td>
</tr>
@ -89,7 +91,8 @@
<tr>
<td>Port of LOMAC to TrustedBSD MAC Framework</td>
<td>TrustedBSD MAC branch: in progress</td><td>green@FreeBSD.org</td>
<td>Perforce trustedbsd_mac: in progress</td>
<td>green@FreeBSD.org</td>
<td>Re-implementation of LOMAC to plug in via the MAC framework,
making it easier to deploy and support, as well as removing
code duplication in the LOMAC tree to improve maintenance cost.</td>