Commit graph

4048 commits

Author SHA1 Message Date
Brooks Davis
ee7cf2b080 Add my new committer entry. 2001-06-22 05:19:16 +00:00
Alexey Zelkin
e697b76efe More gallery items (we almost reached 2500 point) 2001-06-21 15:13:45 +00:00
David E. O'Brien
af0cb02aeb Actually get the x86-64 graphics installed. 2001-06-20 17:05:23 +00:00
Nik Clayton
9265abbf2b Link to the solid-state article. 2001-06-20 16:21:56 +00:00
Nik Clayton
955e1fa752 Link to the solid-state article. 2001-06-20 16:16:39 +00:00
Eric Melville
23f235d4d4 Fix a typo and some wording. 2001-06-19 17:52:16 +00:00
Joseph Koshy
5a7c1c5b46 Wall Street Journal article on the use of open-source (FreeBSD) sources
inside Microsoft products and services.

Submitted by:	<mitch@netline.com>, <gwheeler@microsoft.com>
2001-06-19 04:25:48 +00:00
Peter Wemm
4b9c3472f1 For some reason cvsweb has decided to expand the /home/ncvs symlink and
this causes the $FreeBSD$ tags to get messed up.  eg:
* $FreeBSD: /c/ncvs/src/sys/i386/include/globals.h,v 1.17 ... $
instead of the correct:
* $FreeBSD: src/sys/i386/include/globals.h,v 1.17 ... $

Change /home/ncvs to /c/ncvs in cvsweb.conf to compensate for this. :-(
This is a temporary hack.  Something changed in cvsweb that broke this.
2001-06-18 22:27:55 +00:00
Dima Dorfman
2a7250b2d0 Put the synopsis in the title for convenience.
PR:		28248
Submitted by:	mikeh
2001-06-18 22:18:11 +00:00
Eric Melville
f368f5c4be Announcements page update, mentioning PowerPC work and the status report. 2001-06-18 07:28:17 +00:00
Eric Melville
c4a9758de4 Minor wording correction that was previously forgotten. 2001-06-16 19:44:50 +00:00
Eric Melville
c87598e2a2 Update host information, and fix grammer. 2001-06-15 22:41:47 +00:00
Mike Silbersack
0537911a55 New committer; added newsflash. 2001-06-15 18:38:21 +00:00
Nik Clayton
3567691a78 FreeBSD 1.0 was November 1993, not December 1993. 2001-06-15 10:24:13 +00:00
Dima Dorfman
816d0456a6 Explicitly set DOC_PREFIX in the child make invocation. This helps
fix the case where the release notes are not exactly three levels
below in "something/something-else/doc" (if that's not the case,
doc.relnotes.mk would be unable to find the right path to the doc/
tree).
2001-06-14 23:21:03 +00:00
Johann Visagie
b605157932 New committer; added newsflash.
Reviewed by:	nbm
2001-06-14 14:56:45 +00:00
Clive Lin
9f37c005b9 In the Mailing lists section, the URL Traditional Chinese lists changed.
Reflect this.

Submitted by: ycheng <ycheng@sinica.edu.tw> (Mailing list server Maintainer)
2001-06-14 06:03:26 +00:00
Dima Dorfman
b7e58d0da7 Add an XXX comment about a small inefficiency. There's no sense in
fixing it, but I think it should be documented.
2001-06-14 04:59:13 +00:00
Dima Dorfman
b7363932f3 Rewrite:
* Try not to hardcode anything.  Intoduce a $subtrees variable which
   lists the CVS subtrees that need to be updated.
 * Document all major variables and actions.
 * Allow customization via the current environment (add some variables
   which can be set to facilitate testing and running outside of
   freefall).
 * Do a fresh checkout of the sources every Sunday; previously this
   was only a `make clean`; a fresh checkout makes sure occasional CVS
   bogons don't mess anything up (requested by nik).
 * Make $LOGFILE an absolute path so we don't end up with multiple log
   files, each containing half of the story.

Approved by:	nik
2001-06-14 04:13:24 +00:00
Dima Dorfman
291c9188bb Don't make the often-false assumption that CVSROOT is a path. This
removes the now-useless cvsindex variable; it wasn't really necessary,
anyway, since if the file to checkout can't be found, cvs(1) will
fail, and make(1) will follow.
2001-06-14 03:09:56 +00:00
Chris Costello
abaaf7562d Use the `originator' field in the From: line instead of the
`synopsis' field.
2001-06-13 20:36:59 +00:00
Jun Kuriyama
0195ef2ba7 Fix typo (s/manitenance/maintenance/).
Submitted by:	 "Nigel Williams" <nw@metadesign.com.au>
2001-06-13 12:45:27 +00:00
Dima Dorfman
0e78c11047 Put the originator's name in the From: field. 2001-06-13 00:04:42 +00:00
Anton Berezin
d8339be6d5 New committer.
Reviewed by:	markm
2001-06-11 19:22:30 +00:00
Andrey A. Chernov
1ad5b4095a ISO_ -> ISO rename 2001-06-11 02:39:07 +00:00
David E. O'Brien
969cb290db Fix typo.
Submitted by:	Jeroen C. van Gelderen <jeroen@vangelderen.org>
2001-06-10 00:14:48 +00:00
Nik Clayton
16f56b7612 Install the favicon.ico file. 2001-06-09 23:09:21 +00:00
Nik Clayton
30e6e68e54 Add a small icon that some web browsers look for (IE 5.0 and up and
Konqueror to the best of my knowledge at the moment).  The icon will be
used for bookmark entries, and it appears in the URL bar as well.

Submitted by:	Gene Knight <gknight@gigabar.com>
2001-06-09 23:07:23 +00:00
Hiroki Sato
6096c19e72 Merge the following from the English version:
1.41  -> 1.42 	includes.sgml
	1.36  -> 1.37 	internal/about.sgml
	1.50  -> 1.53 	security/security.sgml

	1.4   -> 1.6  	releases/4.3R/errata.sgml

Submitted by:	SUGANO Kei <sugano@aurora.es.hokudai.ac.jp>
References:	[doc-jp 8255]
2001-06-07 16:06:01 +00:00
David W. Chapman Jr.
9ee5d7ec26 New committer, added news flash
Reviewed by:	will
2001-06-07 04:32:53 +00:00
Mark Pulford
089f8d7beb New committer, added news flash for June.
Reviewed by:	will
2001-06-07 04:24:56 +00:00
Jun Kuriyama
4b8f96eca4 Remove LOWSRC attribute from previous commit.
I think LOWSRC attribute is local extention of specific user agents (such
as Netscape Navigator).  If I misunderstand this, please add this attribute
again.
2001-06-07 00:50:37 +00:00
Dima Dorfman
32847edb9a This is the website build script being used on freefall. It is being
committed to the main (as opposed to ~wosch/cvs) CVS repository so
that committers can modify it without the assistance of (but, of
course, with the approval of) the webmaster and/or his lieutenant.  It
may also serve as a starting point for web site mirrors' update
scripts.

Requested by:	nik
Obtained from:	freefall:~wosch/bin/myupdate
2001-06-06 22:45:43 +00:00
Dima Dorfman
9217358863 This file is moving to www/tools since that's a more orthogonal place
for it (we have src/tools and ports/Tools, after all).
2001-06-06 22:43:29 +00:00
David E. O'Brien
6560a47f9d Make it clear we are targeting PCI UltraSPARC [for now]. 2001-06-06 18:21:20 +00:00
Daniel Harris
22e64162fa Chase the security advisories on the ftp site.
Anyone else think this list ought to be scrapped?  It's very seldom updated
by any security-officer@, and the ftp directory listing provides a list of
advisories if you still want a list...
2001-06-06 18:21:03 +00:00
David E. O'Brien
e4d53e0a2b Fix very minor typo. 2001-06-06 18:17:10 +00:00
David E. O'Brien
bf8be52889 Add the BSD Sledgehammer logo. 2001-06-06 18:13:18 +00:00
David E. O'Brien
d72fd1fd3f FreeBSD/x86-64 "Sledgehammer" logo with thumbnails at 15, 20, and 25% scaling.
Submitted by:	Ellen Y. Hsu <ellen.hsu@windriver.com>
2001-06-06 17:59:05 +00:00
Bruce A. Mah
493ffb639d Move errata note on SA-01:40 from "system update" area to "security
advisory" area where it belongs.
2001-06-06 17:26:39 +00:00
Bruce A. Mah
9a7051595f New errata item: SA-01:40. 2001-06-05 18:26:52 +00:00
Akinori MUSHA
3a30490d56 Merge from knu-cvsweb 1.106.1.74.
2001-06-05  Akinori MUSHA  <knu@iDaemons.org>

	* cvsweb.cgi: Change "Previous Directory" to "Parent Directory".

	* cvsweb.cgi: Properly HTML-quote function names in the colored
	diff view.
	[Submitted by: Ian Whalley <ian@whalley.org>]

2001-05-18  Akinori MUSHA  <knu@iDaemons.org>

	* cvsweb.cgi: Avoid localizing @_ to make threaded Perl happy.
	[FreeBSD PR: 26851]
	[Submitted by: David Wolfskill <dhw@whistle.com>]
2001-06-05 10:59:20 +00:00
Dima Dorfman
e47a0e3039 This is the website build script being used on freefall. It is being
committed to the main CVS repository so that committers can modify it
without the assistance of (but, of course, with the approval of) the
webmaster and/or his lieutenant.

Requested by:	nik
Obtained from:	freefall:~wosch/bin/myupdate
2001-06-04 05:02:30 +00:00
Hiroki Sato
8ed912b113 Merge the following from the English version:
1.3   -> 1.4  	releases/4.3R/errata.sgml

Submitted by:	SUGANO Kei <sugano@aurora.es.hokudai.ac.jp>
References:	[doc-jp 8245]
2001-06-03 19:33:35 +00:00
Daniel Harris
fc19576054 typo: bichx -> bitchx
Submitted by:	eric
2001-06-02 17:20:16 +00:00
Daniel Harris
2ed8a08b05 Bring list of advisories up-to-date with ftp site. 2001-06-02 14:48:47 +00:00
Dima Dorfman
2d320000b2 We are "The FreeBSD Project", not "The Regents". 2001-06-02 02:48:08 +00:00
Crist J. Clark
c161c69c26 New committer; added an entry for my committer status and started
"News Flash!"es for June 2001.
2001-06-02 00:18:50 +00:00
Paul Saab
3955aad2b8 Add Singapore to the list of mirror sites since the webmaster is
not doing it and I am getting emailed about it weekly.
2001-06-01 00:09:56 +00:00
Patrick S. Gardella
7f440afee7 Remove outdated links. 2001-05-31 12:59:55 +00:00