Commit graph

428 commits

Author SHA1 Message Date
Roman Kurakin
2b3720601e Add three devices: cx(4) - if_cx, ctau(4) - if_ct and cp(4) - if_cp.
Assign myself as responsible.
Set their current status.
2004-06-24 13:17:16 +00:00
David Schultz
e41190ff32 mike@ has been inactive for about a year, so make some more updates to
the C99 webpage:
- nectar took care of getpwnam_r(), getpwuid_r()
- bms implemented posix_madvise().
- I implemented fenv.h.
- tjr finished wcscoll() and wcsxfrm() and wide-character conversions
  for scanf().
2004-06-08 02:13:58 +00:00
Christian Brueffer
14d9d2186d Remove entry of the USB driver effort, the link has been dead
for some time now.

Submitted by:	Rob <stopspam@users.sourceforge.net>
2004-05-25 07:49:47 +00:00
Murray Stokely
2aac729712 Remove old binary updater project webpages. Superseded by Colin's work. 2004-05-12 12:10:44 +00:00
Ville Skyttä
b59a4d2ed8 Update Mandrakelinux spelling. 2004-05-08 21:35:42 +00:00
Ville Skyttä
f8d6b0f225 Update for release 3.0.1. While at it, tweak some links. 2004-05-08 15:10:00 +00:00
Christian Brueffer
baf2654b6c Complete last commit by marking the if_vr task as 'Not done' 2004-04-23 23:21:14 +00:00
Christian Brueffer
8c309b98fd Reset maintainer of the if_vr task, Christian S.J. Peron doesn't
have access to the hardware anymore.

Discussed with:		Christian S.J. Peron
2004-04-23 18:02:03 +00:00
Mark Santcroos
076623f022 Add (start of) acpi project page.
Don't yet link it from the list of projects.

Approved by:	njl
2004-04-18 20:34:26 +00:00
Warner Losh
07161d4a7d Update status of aha card: I have p4 work towards INTR_MPSAFE 2004-04-13 17:47:46 +00:00
Warner Losh
a3af0c88d1 Remove duplicate cs entry.
Add ex entry.
Remove exca entry: it isn't a real device.
2004-04-13 17:25:22 +00:00
Robert Watson
0b826c40d7 Update a few more drivers in busdma/etc list:
- if_xl is locked, but not marked INTR_MPSAFE.  Also, the mutex is
  marked MTX_RECURSE.
- hifn is locked and INTR_MPSAFE.
- ubsec is locked and INTR_MPSAFE.
2004-04-13 05:37:49 +00:00
Robert Watson
3d15e268c1 Update locking status and busdma status for a few drivers in the busdma
table:

- if_bge now marked as INTR_MPSAFE, SMPng locked.  Busdma is now tested.
- if_dc now marked as INTR_MPSAFE, SMPng locked.  Note that this driver
  uses MTX_RECURSE.
- if_de no longer uses vtophys().
- if_em is now SMPng locked.
- if_en contains locking, but is not marked as INTR_MPSAFE.
- if_ep is now marked as INTR_MPSAFE, SMPng locked, but uses MTX_RECURSE.
- if_fxp is now marked SMPng locked.
- if_gx has locking, but isn't marked INTR_MPSAFE.  Uses MTX_RECURSE.
- if_pcn still uses vtophys(); locking is present, but it's not marked
  as INTR_MPSAFE, and the mutex is marked MTX_RECURSE.
- if_rl contains locking, but isn't marked as INTR_MPSAFE.  The mutex
  is marked MTX_RECURSE.
- if_sf still uses vtophys().  It contains locking, but uses MTX_RECURSE
  and isn't marked INTR_MPSAFE.
- if_sis has locking, but isn't marked as INTR_MPSAFE.  Its mutex is
  marked MTX_RECURSE.
2004-04-13 05:32:21 +00:00
Ceri Davies
0ed8d72b2a Update links to the ia64 project pages. 2004-04-08 21:29:30 +00:00
Alexey Zelkin
9d67a1cf50 FreeBSD.ORG -> FreeBSD.org 2004-04-05 14:46:17 +00:00
Alexey Zelkin
42507c7acb freebsd.org -> FreeBSD.org 2004-04-04 21:49:42 +00:00
Alexey Zelkin
b9459fbcce One more www.freebsdmirrors.org -> mirrorlist.freebsd.org change 2004-04-04 16:48:48 +00:00
Ville Skyttä
e8638d6e9f Debian GNU/Linux has FreeBSD-CVSweb 3 in testing and unstable distributions.
Submitted by:	James Bromberger <jbromberger@fotango.com>
2004-03-14 08:52:48 +00:00
Ville Skyttä
c92cc081f1 Update list of OS's which ship FreeBSD-CVSweb. 2004-02-26 22:39:23 +00:00
Ville Skyttä
a401ca426f Update for release 3.0.0. 2004-02-26 19:42:50 +00:00
Ville Skyttä
5bf56b5c41 Update for 2.9.3.
Approved by:	knu
2004-02-17 20:18:43 +00:00
Ceri Davies
d8c7ce69d0 The CGI patches are underway. 2004-02-16 17:30:09 +00:00
Ville Skyttä
f350b1cf59 - The current beta is 2.9.2.
- Remove link to original Zeller cvsweb (404 not found).
- Other minor improvements.
2004-02-05 19:12:25 +00:00
David Schultz
338c82aa86 Reason #42 why I'm not a doc committer:
The entries were sorted by completion status before I mucked around
with them.

While restoring the invariant, chown the fenv.h task from fenner to
me, since I'd like it to get done and I couldn't reach him by email.
2004-02-04 07:51:59 +00:00
Dag-Erling Smørgrav
a7b281bc47 Update the Tinderbox URL. 2004-02-03 18:45:45 +00:00
Ceri Davies
b663ecdf35 eik has committed the patches to the databases/gnat4 port that we
require.
2004-01-29 17:25:16 +00:00
David Schultz
a13fda0564 Bring the C99 conformance project status page up to date:
- tjr documented f*lockfile(3) last January.

	- I implmented FP support for the ' modifier in printf(3)
	  last April.

	- I implemented and documented %a/%A a few days ago.
	  Ping timeout on the person originally assigned to the task.

	- We switched to vendor sources for dtoa()/strtod() last March.

	- Mike and I implemented fpclassify() and friends last February.

	- FLT_EVAL_METHOD and DECIMAL_DIG have been in float.h for a while.

Timeout on:	mike
2004-01-23 03:09:30 +00:00
Ceri Davies
c40ce56b83 Add a task to create /c/gnats/README.GNATS4 as a mechanism to notify
cvsup users.
2004-01-15 12:49:00 +00:00
Ceri Davies
86b6674f5a Add some missing </tr>s 2004-01-15 12:44:03 +00:00
Ceri Davies
52a142a761 Run through ispell.
Prompted by:	Larry Rosenman <ler@lerctr.org>
2004-01-15 12:40:50 +00:00
Ceri Davies
40bf167547 o Note that the patches to the port will be given at least a month's
shakeout period.

o Mark the choosing of a date as blocked, pending the CGI patches being
  written.
2004-01-14 21:06:37 +00:00
Ceri Davies
3146146825 Add a page detailing the progress and tasks involved with the GNATS4
upgrade.
2004-01-14 20:13:21 +00:00
Ceri Davies
be723fec90 Pure whitespace diff. 2004-01-13 22:29:10 +00:00
Ceri Davies
aaee6c7d74 Whitespace cleanup; translators should ignore this commit. 2003-12-16 22:01:23 +00:00
Ceri Davies
593f6cbf37 Grammatical fixup. 2003-12-16 21:57:58 +00:00
Ceri Davies
264fd7ebe2 In the manual section, add a link to our man.cgi. 2003-12-16 21:55:59 +00:00
Ceri Davies
eb31bd1738 Update the link to the Jargon File to point at the canonical source; the
current link is out-of-date.
2003-12-16 21:47:27 +00:00
Akinori MUSHA
4b8a2c7df5 Fedora Linux too uses our CVSweb. (the latest beta version, actually) 2003-11-26 03:43:37 +00:00
Simon L. B. Nielsen
73336b7b2c Adding a missing </li> to the "Elephant" bullet point under "File
System".

Submitted by:	Linh Pham <question@closedsrc.org>
PR:		www/59027
2003-11-06 23:59:08 +00:00
Robert Watson
4c2cec1ed3 Introduce a new state, N/A, to indicate that the feature does not apply
to this driver.

Convert a <td> to a </td>.

if_ep has no DMA requirement, so set busdma and 4.x merge as N/A.
2003-11-04 17:41:59 +00:00
Robert Watson
bb9196c216 Introduce a new status "Unknown", which I'll use to annotate things
that I haven't yet checked for.

  if_em is now INTR_MPSAFE.
  Add if_ep, which is busma-safe and INTR_MPSAFE.
  if_fxp is now INTR_MPSAFE.
  if_sis is now INTR_MPSAFE.
  Add if_wi, which is INTR_MPSAFE.
  Assign sos as ata owner due to observations of practical reality.
  pst is now INTR_MPSAFE.
  hifn is now INTR_MPSAFE.
  ubsec is now INTR_MPSAFE.
2003-11-04 17:35:35 +00:00
Hideyuki KURASHINA
58c05d9465 Minor style fix; use lower cased `a' element for consistency. 2003-11-01 16:14:13 +00:00
Christian Brueffer
538a5e9f26 Update the status of 'drm'
Submitted by:	anholt
2003-10-26 23:17:34 +00:00
Hiten Pandya
4554ca0ed6 Fix the (broken) URL for the following items:
* Elephant File system:

	    This seems to have moved out, and I cannot seem
	    to find it anywhere through Google'ing and contacting
	    the author seem to have failed.

	    Instead use the CiteSeer URL (to the publication).

	* GLOBAL:

	    The GLOBAL source tagging system is now a GNU project
	    and thus moved out, so use the right URL to the GNU
	    project's web site.

Two more URLs seem to stay broken, including WAFS, and the
SoundBlaster AWE32/64 page; no suitable alternative could be
found.
2003-10-22 23:58:37 +00:00
Simon L. B. Nielsen
1cd81a4c3d Add the Tinderbox to the project page.
English clue:	ceri
2003-10-22 00:03:35 +00:00
Simon L. B. Nielsen
42b34dbd78 - Use trademark symbols for the XFree86 trademark.
- Add trademark attributions for AMD and XFree86.
- Always use correct case for trademarks.
- Don't join trademarks with other words, e.g. using hyphens.
2003-10-18 13:35:25 +00:00
Ville Skyttä
386292ccfd Add information about 2.9.1 beta availability.
Approved by:	knu
2003-10-06 06:08:30 +00:00
Robert Watson
67bbef8803 ATAng introduced SMPng-safety for ATA (not to mention INTR_MPSAFE). 2003-10-04 18:06:12 +00:00
Simon L. B. Nielsen
782b9e8805 Change SMP links to point to the FreeBSD SMP Project page (which also
has a link to Steve Passe's old SMP page).
2003-10-04 16:43:13 +00:00
Simon L. B. Nielsen
0b510c117f - Add and use a trademark entity for POSIX.
- Add trademark symbols for: Motif, OpenGL, and POSIX.
2003-10-03 22:42:04 +00:00