Commit graph

5216 commits

Author SHA1 Message Date
Andrew R. Reiter
5c12f6e0e4 - Fix credits to eivind and des.
Pointy hat to: rwatson
2002-04-03 03:22:02 +00:00
Joseph Koshy
abc55238a8 Remove a 'mailto:' link that was attracting the attention of spammers. 2002-04-03 02:47:21 +00:00
Andrew R. Reiter
091d62ac7a - Mention addition of SX_SYSINIT and MTX_SYSINIT as well as securelevel
mutex.
- Move kern linker lock down to WIP section.
2002-04-02 18:14:31 +00:00
Ceri Davies
d69ab52460 Add a note that security-notifications@FreeBSD.org is a subset of
announce@FreeBSD.org.

Approved by:	murray
Pointed out by:	kris
2002-04-02 17:48:05 +00:00
Robert Watson
5cb17016b3 Minor wording tweak on recent sysctl locking changes. 2002-04-02 05:54:58 +00:00
Robert Watson
839b42f0d6 Move p_args task from WIP to Done.
Requested by:	Jonathan Mini <mini@haikugeek.com>
2002-04-02 05:47:44 +00:00
Robert Watson
e4331a8c29 Document Jonathan Mini's sysctl locking work. I'm not sure I understand
exactly what MEMLOCK() protects, so there should really be more comments
in kern_sysctl.c.  Once they're there, I'll update the task.

Document Jake's addition of a userland tool to manage KTR event dumps.
2002-04-02 04:47:34 +00:00
Robert Watson
792de08ef6 Note Jonathan Mini's recent patch submission to modify eventhandler
to use sx locks instead of lockmgr.
2002-04-02 04:41:57 +00:00
Robert Watson
2372aeef8a Update last-touched date for the suser/p_can api updates, since jhb
just committed the first round of API updates.
2002-04-02 03:33:54 +00:00
Bruce A. Mah
6980ae89cc Slip the date for 5.0-DP1 by a couple days...we're not going to
make 1 April.  The original date *wasn't* an April Fools joke, BTW.

Approved by:	murray
2002-04-02 01:52:29 +00:00
Robert Watson
6b9a222fae Update SMP page for mutex profiling task, currently being worked on
by eivind and des.  Add entities for them.  While I'm there, add a
task for expanding the profiling tool to include sx locks, since we'll
want to be able to measure that sort of lock contention also.
2002-04-01 14:45:17 +00:00
Ceri Davies
855a4223aa - Stop asking people to enter their postal address when we do nothing with it
- Offer to subscribe people to -announce and -security-notifications instead

Approved by:	murray
PR:		docs/35563
2002-04-01 13:39:05 +00:00
Norikatsu Shigemura
0212c27aa3 announce my presence as a new committer.
Reviewed by:	knu (mentor)
2002-03-31 20:58:56 +00:00
Robert Watson
a3ba899913 Add reference to p_arg locking work by Jonathan Mini <mini@haikugeek.com>.
For now, mark as a WIP, since the commits still seem to be trickling in;
will move to Done when notified.
2002-03-31 14:22:41 +00:00
Murray Stokely
c53c8d69ba Add a newsflash about the notes from the FreeBSD Developer Summit at
BSDCon.
2002-03-30 23:37:34 +00:00
Tom Rhodes
311a8c320c Added a www Romania mirror, cleaned up some misleading text on the FreeBSD.org
website.

PR:	35530
Reviewed by:	jim
2002-03-30 20:26:21 +00:00
Bruce A. Mah
ecd3ab2ad3 Update 5.0 releng schedule to reflect DP1 status. 2002-03-29 23:42:46 +00:00
Joseph Koshy
3381e018c6 Six OnLamp.com articles, authored by Michael Lucas, Dru Lavigne, and Mike
DeGraw-Bertsch.
2002-03-29 11:06:10 +00:00
Tom Rhodes
03ce2ddac3 Reviewed by:jim
Add my self to the front page
2002-03-29 02:26:59 +00:00
SUZUKI Shinsuke
da87e46ad2 announce my presence as a new committer.
Reviewed by:	ume
2002-03-28 19:11:49 +00:00
Hiroyuki Hanai
777c2eb206 use japanese chars for punctuations.
Submitted by: rio@tokyoalley.net
2002-03-28 14:50:58 +00:00
Joseph Koshy
e411970327 Eighteen articles by Michael Lucas, available at OnLamp.com. 2002-03-28 04:56:08 +00:00
Murray Stokely
e44fabfd6c Add the events-specific CSS file to the build, so that it will be
installed for use by the devsummit article.
2002-03-26 08:11:53 +00:00
Murray Stokely
84518542a8 Add WEBBASE variable, needed for installing the bsdcon dev summit
page.

Submitted by:	Szilveszter Adam <sziszi@bsd.hu>
2002-03-25 21:40:59 +00:00
David Greenman
4b9bdd24dc Added Download Technologies, Inc., and TeraSolutions, Inc. 2002-03-25 18:05:36 +00:00
Robert Watson
4052f9b600 There are two serial gdb related items on the "Known Issues" list.
Add a third: it just doesn't work.
2002-03-25 17:40:10 +00:00
Joseph Koshy
d6fd3c81e7 Update UnixPorting.com's entry.
Submitted by:	Murray Nesbitt <murray@unixporting.com>
2002-03-25 04:59:11 +00:00
Murray Stokely
ff15dfc5ad Add the BSDCon Dev Summit page to the build. 2002-03-25 04:23:42 +00:00
Bill Fenner
4418b34dc8 Updated states in header.
Use query-pr --list-foo to get states and classes.
Add headers to &state=summary display.
2002-03-22 15:38:24 +00:00
Robert Watson
168bb5b4ff Add tasks for introducing the slab allocator with per-cpu caches, and
for pushing down Giant on malloc()/free().  The first of these has been
completed by Jeff Roberson as part of the recent UMA commit, and the
second is a work-in-progress by Jeff (he has a remaining Witness warning
to clear up before it's done).
2002-03-21 20:43:29 +00:00
Robert Watson
4fac49018c Add a task to clean up the abuse of MD critical API to manage interrupt
enable/disable state.  Note that it's on-going, and so far I've seen
commits from at least {benno, dfr, imp, jhb}.  If you did some of this
e-mail me and I'll add you.  Someone let me know when it's done.
2002-03-21 16:51:54 +00:00
Robert Watson
3e88002aba Add an entity for Benno Rice 2002-03-21 16:50:18 +00:00
Alexander Leidinger
d1b4fb40e4 Traditional first commit.
Approved by: joerg
2002-03-21 16:40:32 +00:00
Joseph Koshy
b94a83a890 Add links to the project's "Who's who" page. 2002-03-21 07:07:15 +00:00
Joseph Koshy
c206c3bb18 OSNews article by Nathan Mace on ``Understanding CVSup, Mounting, Ports and
Init'' on FreeBSD.
2002-03-20 11:46:49 +00:00
Jun Kuriyama
1330315a70 MFen. 2002-03-20 01:16:46 +00:00
Murray Stokely
ef9f6466c3 Fix some links to reflect the fact that this page no longer lives in
Jason Evan's public_html directory.

  - Link to archived email messages from docs.freebsd.org, rather than
    non existant text files in the local directory.
  - Correct link to Chuck Patterson's slides, which reside in ~jasone,
    not the local directory.
2002-03-20 00:38:40 +00:00
Murray Stokely
df47cceed7 Link to the SMPng project web page, since this contains more technical
information about the progress being made on our largest new feature
for 5.0.
2002-03-20 00:15:00 +00:00
Murray Stokely
e95126d9f5 Link to the release engineering pages for more information about
future releases.
2002-03-19 23:49:43 +00:00
Bruce A. Mah
d4bb704d95 Regen from article.sgml 1.1.2.59. 2002-03-19 06:41:07 +00:00
Peter Wemm
2c9aa1786f Add p4 archives to the allowed-list 2002-03-19 00:53:52 +00:00
Robert Watson
df5153d5dd Update VM tasks owned by green to include alc, who has volunteered to
help out with the VM locking work.  All victims of some horrible scheme
to conquer the world.
2002-03-18 18:33:13 +00:00
Robert Watson
6f7bb66f65 Blame Murray for the markup of this document in the header. 2002-03-18 17:46:50 +00:00
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