- Add 2 more entries

This commit is contained in:
Gabor Kovesdan 2010-01-14 14:14:56 +00:00
parent 766cf044e3
commit a2fb742d26
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=35189

View file

@ -2,7 +2,7 @@
<!DOCTYPE report PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for Status
Report//EN"
"http://www.FreeBSD.org/XML/www/share/sgml/statusreport.dtd">
<!-- $FreeBSD: www/en/news/status/report-2009-10-2009-12.xml,v 1.3 2010/01/13 13:57:47 gabor Exp $ -->
<!-- $FreeBSD: www/en/news/status/report-2009-10-2009-12.xml,v 1.4 2010/01/13 15:47:01 gabor Exp $ -->
<report>
<date>
<month>October-December</month>
@ -1273,6 +1273,101 @@ Report//EN"
<help/>
</project>
<project cat='proj'>
<title>FreeBSD TDM Framework</title>
<contact>
<person>
<name>
<given>Rafal</given>
<common>Czubak</common>
</name>
<email>rcz@semihalf.com</email>
</person>
<person>
<name>
<given>Michal</given>
<common>Hajduk</common>
</name>
<email>mih@semihalf.com</email>
</person>
</contact>
<body>
<p>Important changes regarding FreeBSD TDM Framework since last Status
Report:</p>
<ul>
<li>Fully functional TDM controller driver for Marvell Kirkwood and
Discovery SoCs.</li>
<li>Working voiceband channel character device driver.</li>
<li>Working Si3215, Si3050 codec drivers on corresponding FXS, FXO
ports.</li>
<li>Demo application which is capable of manipulating voiceband
channel and codec state, starting/stopping channel transfers and
echoing on single channel.</li>
<li>Preliminary version of driver bridging the voiceband
infrastructure with Zaptel/DAHDI.</li>
</ul>
</body>
<help>
<task>Improve various issues regarding working drivers and demo
application.</task>
<task>Test Si3050 codec driver operation with PSTN.</task>
<task>Fully integrate voiceband infrastructure with Zaptel/DAHDI telephony
hardware drivers.</task>
</help>
</project>
<project cat='proj'>
<title>utmpx for FreeBSD</title>
<contact>
<person>
<name>
<given>Ed</given>
<common>Schouten</common>
</name>
<email>ed@FreeBSD.org</email>
</person>
</contact>
<links>
<url href="http://www.opengroup.org/onlinepubs/9699919799/functions/endutxent.html">POSIX specification.</url>
<url href="http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/lib/libc/gen/utmpx.c">NetBSD's implementation.</url>
<url href="http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libc/port/gen/getutx.c">OpenSolaris's implementation.</url>
</links>
<body>
<p>On January 13 I removed the utmp user accounting database and
replaced it by POSIX utmpx. Unfortunately the upgrade path is a bit
bumpy, because the utmp interface provided almost no library
interface to interact with the database files.</p>
<p>This change may have caused some regressions. Some ports may fail
to build, while there could also be bugs in the library
functions.</p>
</body>
<help>
<task>Get a list of broken ports.</task>
<task>Fix them to comply to standards.</task>
<task>Send patches upstream.</task>
</help>
</project>
<project cat='soc'>
<title>BSD-licensed iconv</title>