Commit graph

5287 commits

Author SHA1 Message Date
Joe Marcus Clarke
1dc8af0969 * Add GNOME 2 screenshots
* Convert all images to PNG format
2002-05-26 00:48:42 +00:00
Kevin Lo
f899a8043d Fix `FreeBSD ARM Port' url 2002-05-24 09:53:16 +00:00
Bruce A. Mah
13e3dd9728 Two more known issues for the 4.6 testing guide. 2002-05-24 05:10:40 +00:00
Mike Barcroft
69df695851 o Assigned the main SCCS task to J. Mallett.
o Mark the <netinet/in.h> task as complete.
2002-05-24 00:34:59 +00:00
John Baldwin
e90887bf5e Use entities for developers in the few places we weren't already. 2002-05-23 18:14:15 +00:00
John Baldwin
1f80e927a9 Add entities for tegge@ and wpaul@. 2002-05-23 18:13:49 +00:00
John Baldwin
49e28c41c9 More updates:
- alc did the push down of Giant into readv/writev.
- Move networking stack related items out of the main list and into the
  networking list.
- Add some new entries:
  - wip for turnstiles
  - new for sleep queue abstraction
  - new for atomic_fetchadd()
  - new for a reference count API
2002-05-23 18:08:08 +00:00
Jun Kuriyama
a03f083f95 Unbreak: Add entry for Garance A Drosehn as &gad;. 2002-05-23 08:43:22 +00:00
Mike Barcroft
a6d90b31e4 Assign lp(1) task to Garance A Drosehn. 2002-05-23 07:24:59 +00:00
Akinori MUSHA
8f2cf5ba0a Add the CVSweb project page.
This is not connected to the build since the contact address is not
prepared yet.
2002-05-23 06:21:40 +00:00
Akinori MUSHA
4e451fd3c4 Add myself. 2002-05-23 06:20:23 +00:00
Dag-Erling Smørgrav
c453b31527 Push the PR guidelines out into the limelight. 2002-05-23 00:35:29 +00:00
Bruce A. Mah
c8f2c6ec63 Update release schedule for ports freeze heads-up. 2002-05-22 20:38:08 +00:00
Mike Barcroft
5ad1458b42 Note that sccs(1) and expr(1) tasks will not be MFC'd. 2002-05-22 17:44:57 +00:00
Mike Barcroft
f4c96d02ab o Add Tim Robbins as a pathchk(1) owner; mark task as committed to
-current.
o Assign newgrp(1) task to Tim Robbins; mark as WIP.
o Add news event for recent status report.
o Break sccs(1) out into its own task; assign to J. Mallett, mark as
  committed to -current.
2002-05-22 17:38:31 +00:00
Akinori MUSHA
367a12aae4 Remove a debug cruft that was accidentally committed. 2002-05-22 08:33:27 +00:00
Akinori MUSHA
ba1109f417 Merge from FreeBSD-cvsweb 2.0.3.
2002-05-22  Akinori MUSHA  <knu@iDaemons.org>

	* cvsweb.cgi: Read configuration files with `do' instead of
	`require' to unbreak mod_perl support.
	[Submitted by: "Khachaturov, Vassilii" <vassilii@tarunz.org>]

	* cvsweb.cgi: Cosmetic fixes.  Use and/or rather than &&/|| to
	connect sentences.

	* cvsweb.cgi: Exit with -1 if exec() fails.

	* cvsweb.cgi: Do not print a redundant `Diff' for rev.1.1.
	[Submitted by:	Ville Skytt,Ad(B <ville.skytta@iki.fi>]

	* cvsweb.cgi: Prevent cross-site scripting.
	[Submitted by: Motoyuki Konno <motoyuki@bsdclub.org> (modified)]

	* cvsweb.cgi: Skip a possible `locked by' clause and extract a
	revision number out of a log entry properly.
	[Submitted by: "Khachaturov, Vassilii" <vassilii@tarunz.org>]

	* cvsweb.cgi: Apply some HTML cleanups and use CSS instead of
	ancient HTML 3/4 tags and attributes.
	[Submitted by:	Ville Skytt,Ad(B <ville.skytta@iki.fi>]

	* cvsweb.cgi: Pass `use' features to import to make it more memory
	efficient.
	[Submitted by: Ville Skytt,Ad(B <ville.skytta@iki.fi>]

	* cvsweb.cgi: Add new configuration variables: $allow_log_extra,
	$allow_dir_extra, and $allow_source_extra.
	[Submitted by: "Khachaturov, Vassilii" <vassilii@tarunz.org>]

	* cvsweb.cgi: Release as FreeBSD-cvsweb 2.0.2.

	* cvsweb.cgi: Previous fixes against cross-site scripting
	vulnerabilities were insufficient and buggy (error messages were
	messed up).  Revamp fatal() to HTML-quote automatically and fix
	error message output.

	* cvsweb.cgi: Release as FreeBSD-cvsweb 2.0.3.

2002-05-11  Akinori MUSHA  <knu@iDaemons.org>

	* cvsweb.cgi: There are no spaces at EOL in modern rlog output.
	[Submitted by: "Khachaturov, Vassilii" <vassilii@tarunz.org>]

2002-05-08  Motoyuki Konno <motoyuki@FreeBSD.org>

	* cvsweb.cgi: Fix a cross-site scripting vulnerablity.

2002-05-07  Akinori MUSHA  <knu@iDaemons.org>

	* cvsweb.conf-netbsd, cvsweb.conf-openbsd: NetBSD and OpenBSD
	don't use $CVSHeader$ but $Id$.
	[Submitted by: motoyuki@FreeBSD.org]

	* cvsweb.cgi: Work around a bug of cvs -p; expand symlinks in a
	cvsroot.
	[Submitted by: motoyuki@FreeBSD.org]

	* cvsweb.cgi: Fix parsing in 'tags' state.
	[Submitted by: "Khachaturov, Vassilii" <vassilii@tarunz.org>]
2002-05-22 08:31:06 +00:00
Hiroki Sato
b1bd7917d2 Add links to Japanese version of FreeBSD-SA.
Submitted by:	Hideyuki KURASHINA <rushani@bl.mmtr.or.jp>
References:	[doc-jp-work 367]
2002-05-22 02:32:55 +00:00
John Baldwin
67278427e8 Several updates:
- The cleanup of the MI abuse of cpu_critical_*() is done.
- Note the VM change salc has been comitting.
- Note that jeffr finished making malloc() and free() not require Giant.
- I've just about finished all the td_ucred and p_ucred stuff now.
- Mark all the mutex changes I committed today as done.
- Add two new WIP entries for the work alc is still doing in the VM.
2002-05-21 22:59:09 +00:00
Maxim Sobolev
80885f0df1 Load GNOME rdf file directly into xsltproc, without saving it to the
temporary file and pre-processing with sed(1) first.
2002-05-21 09:15:41 +00:00
Maxim Sobolev
5c77caad4e Announce availability of GNOME2 beta5 ports. 2002-05-21 08:09:20 +00:00
Mike Barcroft
cbff444785 Mark the tabs(1) task as committed to -current. 2002-05-21 03:05:26 +00:00
Bruce A. Mah
ec4097f645 Regen from article.sgml 1.1.2.66. 2002-05-20 22:34:32 +00:00
Hiroki Sato
678878b3fb Catch up with the English version:
1.94  -> 1.95 	security/security.sgml
2002-05-20 21:43:26 +00:00
Mike Barcroft
78f401489c o Mark renice(1) task as committed to -current.
o Add compress(1) task assigned to Tim Robbins; mark as committed to
  -current.
o Assign od(1) task to Tim Robbins; mark as committed to -current.
o Mark ls(1) task as committed to -current.
o Assign cd(1) task to Tim Robbins; mark as committed to -current.
o Assign sh(1) task to Tim Robbins; mark as WIP.
2002-05-20 18:08:43 +00:00
Chris D. Faulhaber
0303e0ef45 Add FreeBSD-SA-02:24.k5su.asc and FreeBSD-SA-02:25.bzip2.asc. 2002-05-20 17:38:53 +00:00
Alexey Zelkin
a3082b4d1f Regenerate ports.log to most up-to-date version. 2002-05-20 15:55:35 +00:00
Alexey Zelkin
c9f5b9bcf1 Due to cvs(1)'s bug/feature checkout using date of commit generates
content of the previous revision. So, to get correct numbers we need
to refer revision number directly
2002-05-20 14:33:43 +00:00
Alexey Zelkin
3970cfb275 Connect building of ports growth graph to site build process. It'll be
available at http://www.FreeBSD.org/ports/growth/status.png after next
site rebuild. Since gnuplot(1) is used, generation of this graph is
off by default and can be enabled by explicitly set -DWITH_PORTS_GROWTH
make option.

In case if graph building is enabled your copy of ports/index.html will point
to your own version of graph, otherwise link to www.FreeBSD.org will be used.
2002-05-20 13:49:27 +00:00
Alexey Zelkin
44e8f83019 Fix install target 2002-05-20 13:29:32 +00:00
Alexey Zelkin
08267f57f3 Add Makefile wrapper to build ports growth graph as part of web site build
process
2002-05-20 12:43:10 +00:00
Alexey Zelkin
903b4b5348 . Don't require root access to run this script (check out own copy of
ports/INDEX)

. Check out and count line numbers for only revisions missing in ports.log
  (about 100 times speedup :-)

. Remove logic carried already by Makefile
2002-05-20 11:33:17 +00:00
Alexey Zelkin
f9fc3e2baf Simple Makefile to build ports growth graph.
Based on: tools/prstats/Makefile
2002-05-20 10:46:13 +00:00
Alexey Zelkin
73ee547c75 Infrastructure to generate ports growth graph similar to graph
at http://people.freebsd.org/~asami/papers/growth.gif. Unfortunatelly
it's quite out of date, so having own (more up-to-date) version is
good idea.

Submitted by:   Dan Nelson <dnelson@allantgroup.com>
PR:             docs/37432
2002-05-20 10:44:35 +00:00
Dima Dorfman
0ea6a64950 Be a good web email interface and include the originator's IP address
in the headers.  Although this information can be gleaned from the web
server logs, it should not be necessary to have access to the web
server in order to know who sent in a PR.
2002-05-20 07:14:41 +00:00
Jun Kuriyama
293f9cefcf Fix typo.
Submitted by:	Wouter Van Hemel <wouter@pair.com>
PR:		www/38316
2002-05-20 04:29:45 +00:00
Hiroki Sato
92ebf47837 Merge the following from the English version:
1.144 -> 1.145	docs.sgml
	1.3   -> 1.5  	news/newsflash.xsl
2002-05-19 18:10:49 +00:00
Robert Watson
61b9335eda Error in the URL for the BSDCon FreeBSD Developer Summit; fixed.
Submitted by:	fanf
2002-05-19 16:58:48 +00:00
Bruce A. Mah
b3e3285754 Update release schedule for 4.6-RC2. 2002-05-19 16:15:32 +00:00
Bruce A. Mah
447e1655f5 Update schedule for 4.6-RC1 status. 2002-05-18 16:55:52 +00:00
Robert Watson
476512582b Point at recent status report in a news flash item. 2002-05-18 16:48:44 +00:00
Robert Watson
c93a557266 Link up the February-April report, create a new 2002 section, and put
this and the last report into it.
2002-05-18 16:34:39 +00:00
Robert Watson
f2e7f5741e Spell April as "April", not "March. 2002-05-18 16:34:21 +00:00
Robert Watson
0e4d1584a4 Invert DES's notion of given and common names. 2002-05-18 16:27:03 +00:00
Robert Watson
5a633bf82c Consistently spell freebsd.org as FreeBSD.org.
Consistently don't say "Status Report" in per-project titles.
Include Jonathan Mini on the list of contacts for KSE.
Include Andrew Reiter's e-mail address for TrustedBSD Audit.
Include trustedbsd-discuss e-mail address for TrustedBSD MAC.
2002-05-18 16:23:36 +00:00
Robert Watson
c042c82353 Hook up Feb-March to the build so people can review more easily; don't
yet hook up to the index.
2002-05-18 16:15:32 +00:00
Bruce A. Mah
443a6766a2 Add a note about a sysinstall bug affecting GNOME for the 4.6 testing guide. 2002-05-18 16:02:49 +00:00
Robert Watson
f9354bb482 Adjust down count for phone attendees at last event from 10 to 5 -- in the
end, several people who planned to dial in used the webcast.
2002-05-18 14:08:17 +00:00
Robert Watson
c272f19271 Add a description of FreeBSD Developer Summit II. 2002-05-18 14:06:18 +00:00
Robert Watson
99e96e93e5 First draft of Feb - March 2002 report. Needs some cleanup, one more
addition before it's hooked up and built.
2002-05-18 03:34:14 +00:00