George V. Neville-Neil
055c82f2f0
Add a new project (Dingo) to the list of projects that are being
...
worked on. Dingo aims to clean up the networking code and to
add several features, all of which are listed in the pages
that are being checked in.
Reviewed by: Scott Long <scottl@freebsd.org>
Approved by: Scott Long <scottl@freebsd.org>
2004-11-29 04:54:31 +00:00
Robert Watson
4133897c7d
Update status of various netperf-related activities. Some changes were
...
merged to RELENG_5, prototypes enhanced, patches posted for review, etc.
2004-11-24 17:40:03 +00:00
Christian Brueffer
5d3deb6b7e
Fix typo
2004-11-18 00:42:35 +00:00
Robert Watson
15a0bc912b
Add some information about the Netperf cluster(s) and identify the generous
...
donors who helped to make this possible.
2004-11-15 10:22:39 +00:00
Robert Watson
c8b2cf0f1d
Hook up the netperf project page to the Projects front page.
2004-11-14 11:04:19 +00:00
Robert Watson
b25da44abd
Add task for queued dispatch across netisr dispatch API.
2004-11-13 13:54:58 +00:00
Robert Watson
3cc0fc6652
Pick a mid-point between Pittsburghification and rwatsonification.
2004-11-12 17:56:50 +00:00
Tom Rhodes
c30a735986
De-rwatson index.sgml. :)
2004-11-12 16:04:43 +00:00
Robert Watson
0022879372
Modify set of stats to include "Prototyped" and "Merged to HEAD; RELENG_5
...
candidates".
Update if_start_mbufqueue task to mention also the if_start_mbuf
experimentation.
Add an item on socket reference count optimization that has been
completed.
2004-11-12 11:56:56 +00:00
Robert Watson
d4510d8137
Fix relative URLs for SMPng, add a trailing / for my netperf page URL.
2004-11-12 11:48:29 +00:00
Robert Watson
99882b4032
Hook netperf directory up to the build.
...
Pointed out by: simon
2004-11-12 00:20:46 +00:00
Robert Watson
946b6e3e4c
Additional tasks relating to the netperf work: critical sections for
...
per-CPU UMA caches, critical section optimizations.
2004-11-11 22:46:53 +00:00
Robert Watson
9d2a62b399
Add an initial web page for the netperf project, talking a bit about
...
the approaches that are being taken in the network performance work
for 5.x/6.x.
2004-11-11 22:21:42 +00:00
Ville Skyttä
7a5ff1825c
Announce 3.0.4.
2004-11-06 08:53:20 +00:00
Ville Skyttä
4a0f50d812
Announce 3.0.3.
2004-11-03 20:21:23 +00:00
Robert Watson
ec0b93ac40
De-Pittsburgh status.merge.
2004-10-19 09:26:08 +00:00
Denis Peplin
99104daaff
Remove dead link to 'Pronunciation-Guide'
...
Reported by: Ed Sutton (via freebsd-doc), oleg dot it at ariel dot ru (via freebsd-doc)
(list can be incomplete)
2004-10-18 15:10:15 +00:00
Tom Rhodes
593a26016a
Add a stub todo list to help keep track of current TrustedBSD development
...
progress. There is a bit of work to be done here but in the end it may
help. This is not hooked up to the build yet, it should be fleshed out
a bit more first.
Discussed with: rwatson (phone and email)
2004-09-21 06:09:07 +00:00
Scott Long
153ea7def0
Update that md(4) has been fixed to allow up to 16TB sizes. Thanks to Pawel
...
for working on this.
2004-09-17 14:53:06 +00:00
Christian Brueffer
5abe5ba070
nge(4) smp locking is done, usb(4) a!=p needs testing
2004-09-16 23:32:45 +00:00
Christian Brueffer
8bc1116f3c
Typo fixes and wording improvements
2004-09-16 22:28:48 +00:00
Scott Long
b85c84579b
Hook up the bigdisk directory.
2004-09-12 18:38:24 +00:00
Scott Long
50d93bf0bc
Add a project page for tracking work that needs to be done to support
...
large filesystems and storage arrays.
2004-09-12 18:33:10 +00:00
Ceri Davies
8499db44cc
s/organise/organize/
...
Part of:
PR: www/70678
Submitted by: Jesus R.Camou <jcamou@cox.net>
2004-09-08 19:08:08 +00:00
Ville Skyttä
1068f51b96
Fix revision off-by-one in ChangeLog and NEWS links.
2004-08-20 18:56:29 +00:00
Ville Skyttä
8a254b1c2e
Announce 3.0.2, mention devel/cvsweb3 and devel/cvsweb ports.
2004-08-20 18:44:10 +00:00
Hartmut Brandt
5e9a28c756
Add entries for the hatm and fatm network drivers.
2004-07-20 10:54:43 +00:00
Kirill Ponomarev
5bbe3ee408
Mention pointyhat.FreeBSD.org as ports building cluster.
...
Approved by: josef (mentor)
2004-07-19 20:35:11 +00:00
Robert Watson
b7fcefd8c3
if_xl is now properly locked.
2004-07-17 23:30:35 +00:00
Robert Watson
43c18d024b
Mark if_sis are more done. Make sure to show if_rl is actuall mpsafe,
...
not just in intr.
2004-07-17 23:29:09 +00:00
Robert Watson
abb4eb984b
if_rl is now INTR_MPSAFE, and no longer has a recursive mutex.
2004-07-17 23:26:19 +00:00
David Schultz
842d0c4f3e
- Mark the ftw(3) task as done.
...
- Remove task about deciding what to do about [efg]cvt().
These routines were removed from the C standard, so this
isn't a C99 issue.
- Assign tgmath.h task to stefanf.
2004-07-09 04:06:22 +00:00
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