Commit graph

3763 commits

Author SHA1 Message Date
Robert Watson
27fc24f84e Break out two more items explicitly from the old 'proc locking' entry:
- Proc locking for debugging interfaces and procfs
- Proc locking for monitoring sysctls, such as those used by 'ps'

Since jhb has patches that cover this, I'll assign them to him for now.
Hopefully they're on the commit fast path, and we can remove these
RSN.  I'm attempting to remove the 'proc locking' task item, since it's
sufficiently broad as to not be very instructive for those reading the
task list.
2002-02-28 03:52:54 +00:00
Robert Watson
2dffcf0338 Mark in three more pieces of on-going work:
(1) Add the p_ucred -> td_ucred task explicitly, rather than relying on
    the larger "proc locking" task.  Assign to John since he just committed
    a bunch, and I don't know if he's done (it looks like he is, so should
    close this task).

(2) Add an item for the suser and p_can*() API switches to use thread
    instead of process pointers.  Since John has patches, and has indicated
    an impending commit, assign ownership to him.

(3) arr has indicated he's taking a stab at adding locking to the kernel
    linker and module structures.  Go ahead and assign ownership to him.
2002-02-28 03:47:42 +00:00
Robert Watson
738d642269 Update SMP task list
(1) Note that Alfred has completed "simple" locking for pipes: this
    includes small reads and writes that don't trigger VM optimizations,
    and the SIGIO, fsetown(), and related inter-process evil for pipes.
    Another item off the check-list for 5.0-RELEASE.

(2) Create two new tasks: sigio/setfown/... components of pipes.  Mark
    this as WIP, and assign to Alfred.  Create a VM optimizations pipe
    task without an owner: we'll probably get this for free as part
    of fine-grained VM locking when that happens.
2002-02-28 03:40:41 +00:00
Maxim Sobolev
a6071bbb38 FreeBSD.ORG --> FreeBSD.org
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-02-27 17:18:26 +00:00
Robert Watson
d53dccad09 Alfred has grabbed the pipe locking task. 2002-02-27 12:52:44 +00:00
Wolfram Schneider
1c920853cd Added OSF1 V4.0/alpha and OSF1 V5.1/alpha. Also known als Compaq True64 Unix. 2002-02-26 11:27:26 +00:00
Chris Costello
c862bb928a Add in the new Dec. 2001/Jan 2002 bi-monthly status report. 2002-02-25 22:33:22 +00:00
Robert Watson
0b17eb790c Note Matt's pushing down of Giant into the FreeBSD ABI in October of 2001.
Note that the remaining ABIs have not yet had Giant pushed down, including
those I could find in a quick scan of the tree:

	Linux i386		\
	Linux AXP		/ Some of these may be overlapped
	SVR4 i386
	OSF/1 AXP
	IBCS i386
2002-02-25 21:24:02 +00:00
Robert Watson
57835c436a Add an entity for Andrew Reiter, since he's interested in supporting
the SMPng effort.
2002-02-25 20:55:25 +00:00
Robert Watson
0cca4ba83c Add a lock contention measuring tool to the list of desirable features
without an owner.  To measure the effectiveness of our locking strategy,
optimality of mutex pools, etc, we'll need a tool that tells us what
locks are the "hottest", as well as other useful statistics such as
average latency to wait on a lock, perhaps throughput on the lock, etc.
This task will require some relatively in-depth analysis of what we need
to know, not just hacking, but should prove interesting and highly
valuable.
2002-02-25 19:47:05 +00:00
Robert Watson
399b55743d Add fast-path Giant push-down activity for VOP_READ() and VOP_WRITE(). 2002-02-25 19:39:49 +00:00
Robert Watson
154460de95 Note that the sysctl tree is not locked down, nor are its access
methods.
2002-02-25 19:36:43 +00:00
Robert Watson
4c7d7aeca2 Add myself to entity list.
Add an additional entry indicating that the locking of jail occurred
about this time last year.  jhb had to redo things a bit for the
proc locking work, but I figured I might as well add it anyway.
2002-02-25 19:35:19 +00:00
Robert Watson
84c9a07e37 o Add the pipe implementation to the list of targets to lock. It isn't
mentioned in the list because details aren't, but this is complicated
  by the presence of VM magic in the pipe implementation.  However, VM
  isn't involved in small pipe operations, and small pipe operations are
  critical to the performance of large build operations involving make.
  It looks like pushing small pipe operations out from under giant would
  have a large impact on build performance, making this an appealing
  target as file_ops becomes safe.
2002-02-25 16:37:59 +00:00
Murray Stokely
b37c042a58 Link to the Release Engineering for Third Party Packages article. 2002-02-25 15:13:52 +00:00
Juli Mallett
0ec94de503 Let the world know that I am a new committer.
Reviewed by:	mike
Approved by:	mike
2002-02-25 09:03:17 +00:00
Murray Stokely
cc9f8b6ef9 Add some updated information about the status of FreeBSD/sparc64.
This still needs a lot of work, but at least now it doesn't claim that
we're just in the planning phase.  Also, combine Jason's first-person
account of his time at Sun into the 'Port History' section.  Add a
'Latest News' section to contain the newest milestones.
2002-02-25 08:51:30 +00:00
Murray Stokely
c7e6946894 Link to FreeBSD/sparc64 Hardware Notes for -CURRENT. 2002-02-25 08:03:08 +00:00
Maxim Sobolev
49736f70f9 - Add some info about getting Java working in Galeon;
- spelling and grammar nits.

Sibmitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-02-24 10:03:43 +00:00
Seigo Tanimura
f6cc5ba60f Lock of pgrp, session and sigio is done. 2002-02-23 11:30:50 +00:00
Greg Lehey
83b7d9a74c Add rofug, the Romanian FreeBSD Users Group.
Submitted by:  Adrian Penisoara <ady@rofug.ro>
2002-02-23 06:02:26 +00:00
Andrew R. Reiter
afa58559eb - Fix broken link. 2002-02-23 02:41:19 +00:00
Andrew R. Reiter
0b65bf50bd - Add status report from 01/12/2002
Submitted by:	rwatson
2002-02-22 08:08:12 +00:00
Jun Kuriyama
c363cc2ba3 Add SA-02:12. 2002-02-21 15:03:35 +00:00
Maxim Sobolev
dfacddf70e Add a section describing how to make Java working in the native Mozilla. 2002-02-18 20:32:28 +00:00
Bernd Walter
3669ebf0d8 Announce myself as a new commiter.
Reviewed by:	gallatin
Approved by:	gallatin
2002-02-18 15:25:34 +00:00
Alexey Zelkin
2354a244c2 Gallery items submitted thru February 2002-02-17 13:03:00 +00:00
Maxim Sobolev
f18e59286f Add recently approved by freebsd-gnome@ distfiles policy.
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-02-16 09:38:51 +00:00
Sebastien Gioria
cb717e568d Fix broken links to French www site 2002-02-14 15:05:23 +00:00
Maxim Sobolev
699da18234 - Put ade into list of people involved with FreeBSD/GNOME;
- sort names alphabetically;
- don't call myself leader - it doesn't reflect spirit of the sub-project.
2002-02-13 23:56:01 +00:00
Jacques Vidrine
8a96d728ef Add FreeBSD-SA-02:11.snmp. 2002-02-12 23:21:34 +00:00
Maxim Sobolev
76b425ceae Mention that installing GNOME from packages was fixed in the 4.5-RELEASE. 2002-02-12 19:42:24 +00:00
Wolfram Schneider
78a84cd195 Added FreeBSD 4.5 Release.
Make FreeBSD 4.5 the default release until FreeBSD-4.5-stable
packages are available.
2002-02-12 10:48:04 +00:00
Joseph Koshy
5979c8e9a0 Add link to Niels Jorgensen's paper on the FreeBSD development process,
published in the Information Systems Journal (2001) 11, pp 321-336.
2002-02-12 09:15:38 +00:00
Maxim Sobolev
edaa1fb7cb Archive 2001's newsflash entries (repo-copied from www/en/news/news.xml).
Reviewed by:	kuriyama
2002-02-12 08:41:38 +00:00
Maxim Sobolev
46036ddbf7 Announce start of the work on GNOME2. 2002-02-11 18:04:41 +00:00
Maxim Sobolev
f4b5b41ea6 Announce new GNOME section of the FreeBSD.org website. 2002-02-11 17:27:21 +00:00
Maxim Sobolev
3bbed68842 Connect FreeBSD/GNOME pages to the rest of the site. 2002-02-11 17:12:15 +00:00
Maxim Sobolev
d1331f4b79 Use relative references to other FreeBSD.org webpages. 2002-02-11 17:10:39 +00:00
Maxim Sobolev
9459ae3738 fetch --> /usr/bin/fetch. 2002-02-11 16:54:52 +00:00
Wolfram Schneider
b7017918e9 Fix link to Supported Hardware.
Submitted by: Stacy Trippe <strippe@tecinfo.com>
2002-02-09 23:27:51 +00:00
Wolfram Schneider
ba68edafc5 FreeBSD 4.5-RELEASE is now the default release 2002-02-09 22:58:17 +00:00
Wolfram Schneider
08998ecc47 Added FreeBSD 4.5-RELEASE
Removed FreeBSD 4.4-stable
2002-02-09 22:55:35 +00:00
Maxim Sobolev
8d1f212aaa Remove `width="XX%"' - it makes site look ugly in Netscape. 2002-02-08 20:37:57 +00:00
Maxim Sobolev
f40caa4b48 GC hopefully the last reference to Mozilla/FreeBSD project. 2002-02-08 13:59:40 +00:00
Maxim Sobolev
05d0765520 I don't mind doing the newsfeed. 2002-02-07 21:03:29 +00:00
Maxim Sobolev
5ba6b08e2e Add another after release task... 2002-02-07 20:04:56 +00:00
Bruce A. Mah
c0c42a9a93 Regen from errata/article.sgml 1.1.2.52. 2002-02-07 16:42:55 +00:00
Maxim Sobolev
f0ec759e99 ispell passed through each page successfully. 2002-02-07 15:45:01 +00:00
Maxim Sobolev
ade70d3167 I'll help Maxim with the annoucement. 2002-02-07 15:37:17 +00:00
Maxim Sobolev
01288755d4 Add the screenshot I forgot in earlier commit. 2002-02-07 12:19:25 +00:00
Maxim Sobolev
ba400913e9 Add another screenshot.
I think I should revamp this totally with lots of more screenshots
featuring all from basic GNOME screens to screens with massive
applications.
2002-02-07 12:18:33 +00:00
Maxim Sobolev
f022b322e0 Pre-scale down the image, which reduces its size by the order of magnityde
(22KB --> 2KB).
2002-02-07 12:11:37 +00:00
Maxim Sobolev
4fffd83068 Links seems to work now, and I have no time to do a FreeBSD/GNOME
logotype, sorry.
2002-02-07 11:58:52 +00:00
Maxim Konovalov
5e83ae8461 Announce my presence as a new committer.
Reviewed by:	ru
Approved by:	ru
2002-02-07 09:11:05 +00:00
Jacques Vidrine
e7daa2ecd0 Add FreeBSD-SA-02:09 and -02:10. 2002-02-06 17:37:30 +00:00
Bruce A. Mah
1289a4d7b8 Regen from errata/article.sgml 1.1.2.50. 2002-02-06 17:27:24 +00:00
Maxim Sobolev
140a3fe4e9 Clarify that #freebsd-gnome is a IRC channel. 2002-02-06 14:09:15 +00:00
Tom Hukins
74176fe8c1 OpenBSD/powerpc is now OpenBSD/macppc
Submitted by:	Matt Christian <mattc@visi.com>
2002-02-06 12:07:41 +00:00
Wolfram Schneider
32de5e2b33 Fix rev 1.8: Wrong link to the FreeBSD Documentation Project. 2002-02-06 10:30:11 +00:00
Sebastien Gioria
8c6571f0ca Malartre mailling list is dead like www 2002-02-05 22:20:04 +00:00
Bruce A. Mah
3e13862bba Regen from errata/article.sgml 1.1.2.48. 2002-02-05 19:03:18 +00:00
Sebastien Gioria
2cf64c75e2 Adding French Web site as a web ressource 2002-02-05 18:33:25 +00:00
Maxim Sobolev
34b05df992 Tiny style fixes... 2002-02-05 18:02:30 +00:00
Maxim Sobolev
15c429a4ae Mention Anders' IRC channel on EFNet. 2002-02-04 19:35:22 +00:00
Maxim Sobolev
c3a248ad2c Add &#183; on the left plane. 2002-02-04 19:24:44 +00:00
Bruce A. Mah
0e84f5f79b Regen from errata/article.sgml rev. 1.1.2.47. 2002-02-04 16:42:38 +00:00
Maxim Sobolev
a9331b62d7 Minor readability changes. 2002-02-04 06:50:41 +00:00
Maxim Sobolev
d18bdbf627 Clarify all the functions of patch-ltmain.sh, and add a few more helpful
hints.
2002-02-04 06:44:33 +00:00
Maxim Sobolev
9dd1fc59f6 Clean up some spelling. 2002-02-04 06:37:14 +00:00
Maxim Sobolev
b1fbf43b72 Mention that the pthread ports may cause problems compiling GNOME.
Add a question on anti-aliased fonts.
2002-02-03 09:10:31 +00:00
Maxim Sobolev
698a29f040 Add the new patch-ltmain.sh with all the latest fixin's. 2002-02-03 08:55:52 +00:00
Mike Barcroft
750b908720 Update the FreeBSD C99 & POSIX Conformance Project description. 2002-02-02 07:06:35 +00:00
Bruce A. Mah
06e7c227cd Regen from errata/article.sgml 1.1.2.46. 2002-02-02 05:35:54 +00:00
Bruce A. Mah
3b4de82a24 Point from the 4.6-RELEASE announcement to the release notes,
hardware notes, and errata.

Suggested by:	kerimada
Approved by:	murray
2002-02-02 04:20:24 +00:00
Valentino Vaschetto
a3c239ac31 Added a link and some information about the mirroring documentation that
we now have available.

Thanks hiten@uk.FreeBSD.org!
2002-02-01 23:39:23 +00:00
Maxim Sobolev
7353d512fd Bah, Developer implies Tester... 2002-02-01 21:22:25 +00:00
Bruce A. Mah
b4985dbbc3 Hook up the 4.6R directory (which currently holds only the proposed
release engineering schedule) to the Web site build.
2002-02-01 06:15:22 +00:00
Joseph Koshy
3853259992 OS News article by Nathan Mace on migrating from Linux to FreeBSD. 2002-02-01 04:32:03 +00:00
Bruce A. Mah
6f509bd6b3 Take "archive errata file" off the 4.6-RELEASE schedule...it only
applies to my (unofficial) RELNOTESng snapshot site.  We also
don't need another reference to "The Twelve Days of Code Freeze"
(I'll try to write another filk before the next code-freeze).
2002-01-31 19:26:45 +00:00
Murray Stokely
5509669733 Add a note that FreeBSD 4.5 is now available. Point to the errata and
release information pages.
2002-01-31 16:06:33 +00:00
Murray Stokely
a0dd6ae736 Add a news item about the BSDCon Europe 2002 Call for Papers. It's
good to see that this is going to happen again this year.
2002-01-31 16:01:08 +00:00
Maxim Sobolev
1eba32cf41 I'm bored so I did a style cleanup to match the other docs. 2002-01-31 11:16:04 +00:00
Maxim Sobolev
a0d1f62e75 Remove completed items. Looks like we are very close to a day X, wow! 2002-01-31 09:45:46 +00:00
Maxim Sobolev
9fdc492ec0 Add "Ade is back" entry. 2002-01-31 09:43:33 +00:00
Jim Mock
03b3fe06e8 Update the links to the Estonian Doc Project.
PR:			34244
PR Submitted by:	Sven Petai <hadara@bsd.ee>
Patch Submitted by:	Tom Rhodes <darklogik@pittgoth.com>
2002-01-30 23:57:18 +00:00
Mario Sergio Fujikawa Ferreira
f52b079ae8 Add information about Brazilian Portuguese Documentation Project
Approved by:	phantom (mentor)
2002-01-30 18:45:24 +00:00
Maxim Sobolev
e9df1abb79 Clarify what WANT_GNOME does and add an example for gnomedepends.py. 2002-01-30 18:30:34 +00:00
Maxim Sobolev
c3a4cf05a6 Add another link to the How To Help page. 2002-01-30 18:21:02 +00:00
Maxim Sobolev
4725b19ee4 How To Help has been added. 2002-01-30 18:19:17 +00:00
Maxim Sobolev
839b3cc6ec Add the "How to Help" page to CVS. 2002-01-30 18:18:27 +00:00
Murray Stokely
35fc4e05b5 Add a short description of the contents of the Official 4.5 4-CDROM
set, and provide file listings for each disc.
2002-01-30 14:25:02 +00:00
Joseph Koshy
5e42457ed1 Add Robert Watson's interview with OSNews. 2002-01-30 06:31:22 +00:00
Joseph Koshy
01ed026d66 Add a note about the archive location of press articles referenced
from this page.
2002-01-30 06:16:56 +00:00
Murray Stokely
7a15d30d48 When I originally added these files I chose a very poor place for them
based on where the NetBSD developer's put their release engineering
documents.  It's very clear that this information is not specific for
comitters, but is of general interest to our -STABLE users, and as
such it has been moved to more user-visible areas of our web site.

These files now simply provide pointers to the new locations.
2002-01-30 05:05:01 +00:00
Murray Stokely
7e34deb3e7 Add the beginnings of a FreeBSD 4.6 schedule, with dates for reminder
emails, code freezes, etc..  The dates should be bumped up for various
events according to our experiencs with 4.5.
2002-01-30 04:55:06 +00:00
Murray Stokely
65f128c252 Archive the 4.5 release schedule. This was previously in
internal/releng45.sgml, but that was a very bad place for it, since
people were posting the URL to public mailing lists which seems to
contradict the 'internal' part of the namespace.
2002-01-30 04:53:38 +00:00
Murray Stokely
5ed31b759f Current release is FreeBSD 4.5. Next release will be on June 1,
2002.  Archive the old 4.4 release information.
2002-01-30 03:59:30 +00:00
Murray Stokely
3adf6aee0a FreeBSD 4.5 is the current release. 2002-01-30 03:53:09 +00:00
Murray Stokely
547173958f Add FreeBSD 4.5-RELEASE announcement. 2002-01-30 03:52:14 +00:00