Robert Watson
7eeddc47b6
Spelling fix.
2002-03-18 16:50:07 +00:00
Robert Watson
04ff9c1fb0
Expand sponsorship, venue, and location information. Indicate that this
...
was the second FreeBSD Developer Summit.
2002-03-18 16:44:59 +00:00
Robert Watson
3f1652ed0c
Various task updates relating to VM locking task:
...
- Break out lockmgr exclusive and sx/mutex tasks from one another, and
leave the original (completed) movement of mutex pool initialization
task as it's own thing.
- Create the task for moving to purely exclusive locks in VM rather than
lockmgr shared locks. This task will involve implementation, then testing
to see if it actually hurts. If this is possible, it will greatly
simplify the transition to new locking primitives. Assign this to
green since he's expressed willingness to work on it.
- Create the task for moving from lockmgr to either mutexes or exclusive
sxlocks for VM. At that point, it should be possible to start pushing
Giant down into VM somewhere, subject to lack of locking for a few
primitives that will still require it, and for VFS/pmap interactions.
2002-03-18 16:22:42 +00:00
Ceri Davies
446496e8c6
Announce myself as a new committer.
...
Reviewed by: murray
Approved by: murray
2002-03-18 16:10:13 +00:00
Chris D. Faulhaber
a653ab2a7d
Catch up on advisories:
...
FreeBSD-SA-02:14.pam-pgsql
FreeBSD-SA-02:15.cyrus-sasl
FreeBSD-SA-02:16.netscape
FreeBSD-SA-02:17.mod_frontpage
FreeBSD-SA-02:18.zlib
2002-03-18 15:15:40 +00:00
Robert Watson
9e7e6f4f60
Move kernel linker locking task from WIP to Done, thanks to
...
<arr@FreeBSD.org>. Another module locked down and (assuming no bugs
crop up :-)) completed!
2002-03-18 13:00:58 +00:00
Joseph Koshy
313b84586e
Add Samag.com's July 2001 article benchmarking FreeBSD, Linux, Windows and
...
Solaris as network servers. Also include the URL for the revised
results from the benchmark using a 'tuned' FreeBSD configuration.
2002-03-18 10:01:53 +00:00
Robert Watson
00620ee7fa
Add a task to replace the shared/exclusive locking scheme in the VM
...
system with a simple exclusive locking scheme, avoiding livelock and
deadlock scenarios using the new locking primitives, per Matt Dillon's
description on freebsd-current.
Obtained from: 200203180048.g2I0mOc40231@apollo.backplane.com
2002-03-18 01:58:16 +00:00
Jun Kuriyama
5f608c1b8e
MFen (HTML 4.01 transition).
2002-03-17 05:10:13 +00:00
Murray Stokely
3331f70c3b
Correctly reference the freebsd.css file on second level pages.
...
Previously, this stylesheet was incorrectly referenced so user agents
would ignore it, but Apache logs would be spammed with freebsd.css not
found errors.
2002-03-16 23:55:35 +00:00
Murray Stokely
96500d9984
Add alt attribute to image.
2002-03-16 08:55:30 +00:00
Murray Stokely
7f4c52153d
Add notes from the BSDCon 2002 FreeBSD Developer Summit.
...
This is deliberately not connected to the build, as Robert still may
have some updates to add before we make this public.
Notes prepared by: gnn and rwatson
2002-03-16 08:47:55 +00:00
Murray Stokely
2fa27232b2
Add a default CSS stylesheet, and add support for individual HTML
...
files to override this with a custom CSS stylesheet.
2002-03-16 08:40:25 +00:00
Murray Stokely
5be63bc427
Update DOCTYPE to HTML 4.01 Transitional.
2002-03-16 08:33:00 +00:00
Murray Stokely
7a6ca2c158
Update DOCTYPE to HTML 4.01 Transitional.
2002-03-16 08:19:25 +00:00
Murray Stokely
bad6976b8b
Add alt attribute to image. Update DOCTYPE to HTML 4.01 Transitional.
2002-03-16 08:18:29 +00:00
Murray Stokely
9d57f1b80b
Update DOCTYPE to HTML 4.01 Transitional. Remove invalid empty table
...
row.
2002-03-16 08:17:58 +00:00
Murray Stokely
d100dcea5f
Update DOCTYPE from HTML 3.2 to HTML 4.01 Transitional.
2002-03-16 08:14:29 +00:00
Murray Stokely
da8da752a2
Add alt attribute to images. Update DOCTYPE to HTML 4.01 Transitional.
2002-03-16 08:14:11 +00:00
Murray Stokely
1b51d02f5e
Update DOCTYPEs to HTML 4.01 Transitional.
2002-03-16 08:13:32 +00:00
Murray Stokely
a1ca4b06c2
Add alt attributes to images. Update to HTML 4.01 Transitional.
2002-03-16 08:12:03 +00:00
Murray Stokely
c3ef386944
Update DOCTYPE to 4.01 Transitional.
2002-03-16 08:11:33 +00:00
Murray Stokely
9b102449c6
Update DOCTYPE to HTML 4.01 Transitional.
2002-03-16 08:11:16 +00:00
Murray Stokely
0f41f674c0
Add alt attribute to image. Update to HTML 4.01 Transitional.
2002-03-16 08:08:39 +00:00
Murray Stokely
496b753ede
Update to HTML 4.01 Transitional. Remove invalid empty table rows.
2002-03-16 08:07:17 +00:00
Murray Stokely
2989c7097a
Update to use the HTML 4.01 Transitional DTD. <listing> -> <pre>.
2002-03-16 08:06:14 +00:00
Murray Stokely
7fece2ee33
Generate 'HTML 4.01 Transitional' instead of 'HTML 3.2' SGML
...
declarations.
2002-03-16 08:01:32 +00:00
Murray Stokely
100cc16cce
Add 'alt' attribute for images. Convert to HTML 4.01 Transitional.
2002-03-16 06:58:48 +00:00
Robert Watson
b3110732c7
Update SMPng task list
...
- Alfred has pushed down Giant for a number of fd-related operations,
including read/write/pread/pwrite, +other consumers into the per-subsystem
fileop code. Record this as done.
- Add a task to push down Giant for the remaining such calls, including
readv/writev which currently still require Giant for memory management
in handling struct iovec arrays. Record this as un-owned.
2002-03-15 18:01:34 +00:00
Robert Watson
9c67e0fcdc
Modify ICU spinlock task: ICU spinlocks are required for Ia64, but are
...
*not* required for sparc64, so don't have a task for that.
Requested by: jake
2002-03-14 17:01:39 +00:00
Robert Watson
d336bbdf43
Remove the 'cmpxchgl on 80386' task entry, which jake had owned and was
...
listed as stalled.
Requested by: jake
2002-03-14 17:00:40 +00:00
Robert Watson
2907dc57e5
Alfred and Chad have now finished the work to push the select related
...
structures behind a 'sellock' to prevent lock order reversals relating
the processes in the select() code. Update the task entry to move it
to the Done section as of today.
2002-03-14 16:36:22 +00:00
Robert Watson
a57e0d5ce8
green has now moved vm from using lockmgr to sx locks; update the status
...
entry to "Done", and clarify a bit more what the task was about.
2002-03-14 16:19:33 +00:00
Robert Watson
c6ea9ca78c
Document the definition of the "date" field for different task statuses.
...
Document the sort order of the task list.
Requested by: arr
2002-03-14 14:57:58 +00:00
Jun Kuriyama
852b7536d0
MFen.
2002-03-14 11:15:36 +00:00
Jun Kuriyama
1ef6ded9e7
Remove obsoleted link to register.html.
...
Register.html should be removed after links in translated pages are
also removed.
2002-03-14 10:38:53 +00:00
Hiroyuki Hanai
63665e304f
use japanese chars for punctuations and quotations.
...
Submitted by: rio@tokyoalley.net
2002-03-14 09:13:05 +00:00
Murray Stokely
23baf98a61
Capitalize 'CVSup' consistently.
...
Found by: "make spellcheck"
2002-03-13 13:21:51 +00:00
Murray Stokely
9517238445
Spell 'causing' properly.
...
Found by: "make spellcheck"
2002-03-13 13:18:36 +00:00
Murray Stokely
6abb6074ce
Spell 'instructions' properly.
...
Found by: "make spellcheck"
2002-03-13 13:17:22 +00:00
Murray Stokely
e087db906e
Spell 'probably' and 'obsolete' properly.
...
Found by: "make spellcheck"
2002-03-13 13:15:34 +00:00
Murray Stokely
a4cea0272a
Add a local dictionary of words used on our web site, to reduce false
...
positives for "make spellcheck".
2002-03-13 13:12:20 +00:00
Murray Stokely
6a653235e7
Add a spellcheck target. Currently, this only works for english, but
...
making this language neutral should be trivial.
2002-03-13 13:09:45 +00:00
Maxim Sobolev
8acf139d6b
Add Mozilla 0.9.9 entry.
2002-03-13 07:26:37 +00:00
Maxim Sobolev
9b6cf78391
Announce recent update of GNOME2 ports.
2002-03-12 14:03:29 +00:00
Murray Stokely
337bfc63ef
Add a newsflash entry that an updated release schedule is now
...
available, and point to the new releng area of the web site.
2002-03-12 13:22:44 +00:00
Murray Stokely
eea8c853ca
Link to release engineering section of the web site from the
...
'Development' area of the left side navigation bar.
2002-03-12 13:15:16 +00:00
Murray Stokely
6a10b73608
Add a link to Appendix A of Operating Systems Concepts.
...
PR: docs/35697
Submitted by: Andrew Boothman <andrew@FreeBSD-uk.eu.org>
2002-03-12 13:00:17 +00:00
Robert Watson
fa0cfd764f
Seperate the VOP_GETATTR shared task into:
...
- VOP_GETATTR() change to shared locks + namei() updates to support this
- General VFS assertion review and corrections
Move the first to the WIP section, since Jeff Roberson just committed
supporting infrastructure for this in the form of namei's LOCKSHARED.
Leave the second in the New section.
2002-03-12 04:13:14 +00:00
Robert Watson
9fbda982b1
Expand the text a little concerning TrustedBSD to note that the features
...
are going back into FreeBSD, as well as being ported to other BSD-derived
systems (including, at least count, OpenBSD and Darwin).
2002-03-12 04:07:14 +00:00