Add completed <poll.h> task. Mark ls(1) task as MFC'd.

This commit is contained in:
Mike Barcroft 2002-07-08 16:57:30 +00:00
parent 164d32909a
commit d8b6461dfa
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13586

View file

@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.38 2002/06/20 17:32:40 mike Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.39 2002/06/28 22:05:12 mike Exp $">
<!ENTITY title "FreeBSD C99 and POSIX Conformance Project">
<!ENTITY email 'standards'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -478,6 +478,15 @@
<td> &status.n-a; </td>
</tr>
<tr>
<td> Add nfds_t and resolve other issues in &lt;poll.h&gt;
(actually &lt;sys/poll.h&gt;). </td>
<td> &a.mike; </td>
<td> 8 July 2002 </td>
<td> &status.done; </td>
<td> &status.n-a; </td>
</tr>
<tr>
<td> Implement the &lt;stdint.h&gt; and &lt;inttypes.h&gt;
headers. </td>
@ -765,6 +774,14 @@
<td> &status.done; </td>
</tr>
<tr>
<td> Implement the -m, -p, and -x options in the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#ls">ls</a> utility. </td>
<td> &a.mkm; </td>
<td> 8 July 2002 </td>
<td> &status.done; </td>
<td> &status.done; </td>
</tr>
<tr>
<td> Reimplement the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#who">who</a> utility. (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=36128">36128</a>) </td>
<td> &a.tjr; </td>
@ -798,14 +815,6 @@
<td> &status.new; </td>
</tr>
<tr>
<td> Implement the -m, -p, and -x options in the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#ls">ls</a> utility. </td>
<td> &a.mkm; </td>
<td> 20 May 2002 </td>
<td> &status.done; </td>
<td> &status.new; </td>
</tr>
<tr>
<td> Add -L and -P options to the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#cd">cd</a> utility (shell built-in). </td>
<td> &a.tjr; </td>