- Mark busdma, INTR_MPSAFE, SMPng locked and a!=p as done for mxge(4). [2]
- Mark busdma, INTR_MPSAFE, SMPng locked and a!=p as done for stge(4). [3]
- Mark busdma, INTR_MPSAFE, SMPng locked and a!=p as done for vge(4). [4]
- Mark busdma as done and INTR_MPSAFE, SMPng locked and a!=p as In progress
for bfe(4). [5]
Submitted by: ru [1]
Submitted by: gallatin [2]
Submitted by: yongari [3]
Submitted by: glebius [4]
Submitted by: silby [5]
- Move includes.nav*.sgml to share/sgml/navibar.ent and
<lang>/share/sgml/nabibar.l10n.ent.
- Move includes.sgml and includes.xsl to
share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
and <lang>?share/sgml/header.l10n.ent.
- Move most of XSLT libraries to share/sgml/*.xsl and
<lang>/share/sgml/*.xsl.
- Move news.xml and other *.xml files for the similar purpose
to share/sgml/*.xml and <lang>/share/sgml/*.xml.
- Switch to use a custom DTD for HTML document. Now we use
"-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
HTML 4.01 + some entities previously pulled via
"<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
The location of entity file will be resolved by using catalog file.
- Add DOCTYPE declearation to XML documents. This makes the followings
possible:
* Use of &foo; entities for SGML in an XML file instead of defining
{$foo} as the same content.
* &symbolic; entities for Latin characters.
- Duplicated information between SGML and XML, or English and
translated doc, has been removed as much as possible.
- Add technical contacts for the Build options and COMPAT_TTY projects. [2]
- Add links to several HDA patches. This will hopefully reduce some "where
are the HDA patches?" noise on the mailing lists.
Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> [1]
Submitted by: Gardner Bell <gbell72@rogers.com> [2]
were dead and some of them linked to unmaintained projects. This is just
the first step though -- I'm working on a complete rewrite of the projects
page.
PR: www/99326 (based on)
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Delete www/en/projects/nanobsd/; the article we have now, thanks to
Daniel Gerzo is much better for people who want to know more about
what NanoBSD is and how to use it.
PR: www/96902
Submitted by: Daniel Gerzo
- Sort everything alphabetically.
- Adjust, fix, and clean up a lot of descriptions.
- Update outdated/obsolete information.
- Remove a few entries from the list.
- Add ZFS to the list.