committed to CURRENT in a not so distant future.
- Remove the sync USB with NetBSD entry. An import of a new USB subsystem
will soon happen.
- Extend the linuxulator and regression test entries.
- 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]
- 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.
- Update one of the sysinstall entries with some new information. [2]
- Update the ktrace(1)/kdump(1) entry with some new information. [2]
Submitted by: phk [1]
Submitted by: netchild [2]
- Remove the "network disk device" entry. [2]
- Add more information about progress on porting the NetBSD tmpfs. [3]
Reviewed by: mux [1]
Requested by: alfred [2]
Submitted by: netchild [3]
- Add High Definition Audio (HDA) support to our sound system
- Extract the partition and slice table editor from sysinstall
- Add support for WITHOUT_* switches to "make delete-old"
Submitted by: netchild
- s/CVSWeb/CVSweb/
- Add some new info about the "Evaluate and perhaps port DragonFly's
optimized MMX/XMM memcpy/bcopy/bzero/copyin/copyout code" entry.
lack priority propagation. So the best thing for the TODO-list would be
to change the entry to "Priority Propagation for rwlock(9)"
So, comment out the "Usable lock implementation with SX-semantics" entry
for now. I'll rename it to "Priority Propagation for rwlock(9)" when
someone submits a new, complete description for this entry.