Commit graph

2743 commits

Author SHA1 Message Date
Wolfram Schneider
5fe7b2fbcf get the source work now again 2001-01-11 19:56:37 +00:00
Joseph Koshy
06f12b62b6 Add DDJ column on the USENIX Security Symposium 2000 roundtable
featuring several BSD developers.
2001-01-10 06:37:24 +00:00
Greg Lehey
3d01591afd Add FrankfurtBSD.
Submitted by:	Moritz Hardt <mhardt@gmx.net>Moritz Hardt <mhardt@gmx.net>
2001-01-10 00:57:25 +00:00
Greg Lehey
9bfd1df580 Correct state abbreviation for Indiana.
Submitted by:	Alan Day <aday@fufin.org>
2001-01-08 23:28:40 +00:00
Greg Lehey
fe9f6a4e6e Add Free Unix for Indianapolis.
Alan Day <aday@fufin.org>

Tidy up entry for the Berkeley UNIX User Group (i.e. the one in
Berkeley).

Change name and tidy entry for BAFUG -> BABUG.
2001-01-07 22:30:23 +00:00
Alexander Langer
2bc0185fb0 Remove FreeBSD Hardening Project and list TrustedBSD.
PR:		24113
Submitted by:	rwatson
2001-01-06 17:34:21 +00:00
Alexander Langer
37b81162a1 List some of FreeBSD's excellent new features and what users can expect
in future.

Submitted by:	rwatson, dcs, adrian
2001-01-06 17:22:01 +00:00
Greg Lehey
80abc513ef Correct another typo. 2001-01-05 01:14:50 +00:00
Greg Lehey
5d0b0f9afb Correct typo.
Add TRIBUG (Triangle Area BSD Users Group)

Submitted by: Ryan Younce <ryan@manunkind.org>

Add SVBUG (Silicon Valley BSD User Group)

Submitted by: Jesus Monroy Jr. <jessem@livecam.com>
2001-01-05 01:13:57 +00:00
Peter Wemm
98d70c3686 Remove -T, this script has not been had the required taint cleaning
of arguments done yet.
2001-01-04 22:22:38 +00:00
Wolfram Schneider
6d3af291c5 The ports collections grows and perl5 seems to become slower ...
Small optimization to make ports.cgi one CPU second faster.
2001-01-04 22:12:42 +00:00
Wolfram Schneider
a18cd087ca Added SunOS 5.8 2001-01-04 19:44:13 +00:00
Akinori MUSHA
7ba234363e Grr... Pass me a pointy hat. Fix bogus flaw in merger and the @INC
problem under -T option.
2001-01-03 07:40:09 +00:00
Akinori MUSHA
7a68490f44 Merge from knu-cvsweb 1.104.1.57.
2001-01-03 11:55  knu

	* README.knu, cvsweb.cgi: Don't forget to add $query to the URL
	when redirecting.  Now module alias redirection and Attic
	redirection work with all sticky variables preserved. (Previously
	they didn't work against a non-default cvsroot)

	Put a text field on each directory view that allows user to jump
	directly to an arbitrary module, which can be specified either by a
	full module/file path or by a module alias.

2001-01-03 08:34  knu

	* README.knu, cvsweb.cgi, cvsweb.conf: List CVS repository entries
	in the specified order, not alphabetical.

	Now /usr/local/etc/cvsweb/ is the default directory for
	configuration files.
2001-01-03 03:46:29 +00:00
Akinori MUSHA
885d6122bd Merge from knu-cvsweb 1.104.1.55.
2001-01-02 21:23  knu

	* cvsweb.cgi, cvsweb.conf: Get cvsweb.cgi to run under perl -T.

	Change perl command line:

	  Change perl5 to perl and just declare `require 5.000'.

	  Remove -s option that was intended for debug use.

	  Add -T option to perform security checks.

	Change search paths for cvsweb.conf:

	  Don't adopt the value of $ENV{CVSWEB_CONFIG} that was intended
	for
	  debug use.

	  Search the same directory that cvsweb.cgi is in instead of the
	  current directory.

	Invoking `last' in `do { ... } while (0);' is wrong.  Change the
	loop to `while (1) { ... last; }'.

	Don't do chdir.  Instead, use tar(1)'s -C option and cvs(1)
	export's -d option.

	Explicitly define $ENV{PATH}.

	Turn $allow_compress off by default so user can debug cvsweb.cgi
	easily. (Still enabled on freefall)
2001-01-02 12:45:29 +00:00
Akinori MUSHA
4484d758cd Merge from knu-cvsweb 1.104.1.54.
2001-01-02 08:15  knu

	* cvsweb.cgi, cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
	cvsweb.conf-openbsd, cvsweb.conf-ruby: Add $prkeyword variable to
	allow user to use (e.g.) `Bug' instead of `PR' as the bug report
	identifier.

	Add cvsweb.conf-{freebsd,openbsd,netbsd,ruby} files, and move
	rather FreeBSD specific configuration values to
	cvsweb.conf-freebsd.

	Add a %funcline_regexp entry for Ruby. (*.rb)

2001-01-02 06:24  knu

	* cvsweb.conf: Add `pending' to the list of PR categories.

2001-01-02 05:57  knu

	* cvsweb.cgi: Reduce 'Use of uninitialized value' warnings.

	Noticed by:	Wolfram Schneider <wosch@schneider.org>

2000-12-30 08:56  knu

	* cvsweb.cgi: Oops, I forgot "cvs export" always need a -r/-D.
	Specify -rHEAD when no tag/branch is defaulted.

2000-12-30 08:35  knu

	* cvsweb.cgi, cvsweb.conf: Add $preformat_in_markup variable and
	turn it off by default.  This option should be turned off when you
	have files in the repository that are in a multibyte encoding which
	uses HTML special characters ([<>&"]) as part of a multi-byte
	character. (such as iso-2022-jp, ShiftJIS, etc.)  Otherwise those
	files will get screwed up in markup.

	Fix for those systems which tar(1)'s are not GNU tar(1).

	- Add @@tar_options variable and make the --ignore-failed-read flag
	optional.

	- Use cvs export instead of cvs checkout, so the --exclude 'CVS'
	flag isn't needed.

	Noticed by:	Christian Weisgerber <naddy@mips.inka.de>

	Fix for those systems which cvs(1)'s don't support -R option.
	(Actually, only FreeBSD's and OpenBSD's cvs(1) support it)

	- Add @@cvs_options and make the -R flag optional.

2000-12-29 22:29  knu

	* cvsweb.cgi: Add charset to all text/* output, including diffs.

	Submitted by:	Alexey Zelkin <phantom@cris.net>

2000-12-29 18:12  knu

	* cvsweb.cgi: The use of `do "file"' is obsolete.  Use require
	instead.

2000-12-29 17:47  knu

	* cvsweb.cgi: Add the prototype declaration for hrefquote().
2001-01-02 00:03:51 +00:00
Akinori MUSHA
9a9d515e23 Add some missing PR categories. 2001-01-01 21:22:48 +00:00
Wolfram Schneider
f8023de388 re-order table of contents, put web and mailing list search on the top 2001-01-01 19:50:23 +00:00
Wolfram Schneider
a2e75245f3 Add link to Site Map and Search page. 2001-01-01 19:46:55 +00:00
Jun Kuriyama
77e905d1a6 Remove some code which refers ports/YEAR2000,v. 2001-01-01 12:33:23 +00:00
Wolfram Schneider
40e3545e39 Added:
- The Elephant file system
	- Disk Caching Disk (DCD), a new disk I/O architecture
2000-12-31 19:36:55 +00:00
Wolfram Schneider
429ed2f485 Added to section file system:
- cryptfs
 	- Journaling versus Soft Updates
2000-12-31 19:16:46 +00:00
Wolfram Schneider
91bf666cef Added upcoming FreeBSD 4.2 CD-ROM from Lehmanns Fachbuchhandlung. 2000-12-31 17:03:51 +00:00
Wolfram Schneider
53b3f49576 Added
- The Complete FreeBSD with CDs, 3rd Ed, FreeBSD 4.2.
- FreeBSD Toolkit
- FreeBSD Alpha 4.2
- FreeBSD/i386 4.2
2000-12-31 16:38:08 +00:00
Wolfram Schneider
01e8ce0af5 Added Building Internet Server with FreeBSD (in Indonesia Language) 2000-12-31 14:56:50 +00:00
Alexey Zelkin
8399af51df add Replicon Inc.
Submit ed by:	"Peter Koizumi" <peter@replicon.com>
2000-12-30 13:02:10 +00:00
Alexey Zelkin
42695c0944 Add FreeBSD Systems
Submitted by:	Lanny Baron <lnb@FreeBSDsystems.COM>
2000-12-30 12:58:44 +00:00
Alexey Zelkin
71f3cc2d3e Add one more independent consultant -- Mike Meyer
Submitted by:	Mike Meyer <mwm@mired.org>
2000-12-30 12:45:09 +00:00
Alexey Zelkin
33de79b2f7 Added Itautec Philco
Submitted by:	"Marcio Weltman Dvorkin" <marcio@itautecamerica.com>
2000-12-30 11:49:45 +00:00
Alexey Zelkin
8632ea0757 Add Kaspersky La
Submitted by:	Denis Zenkin <denis@kaspersky.com>
2000-12-30 11:41:27 +00:00
Alexey Zelkin
a9c22f6bdb Add BSDi
Submitted by:	Kurt Raymond <kurtray@bsdi.com>
2000-12-30 11:23:38 +00:00
Wolfram Schneider
2d1428bd17 Added freebsd-arm list. 2000-12-30 11:02:09 +00:00
Wolfram Schneider
4a10c59da1 Added freebsd-ipfw list.
Submitted by: "Michael C. Cambria" <cambria@mcambria.ne.mediaone.net>
2000-12-30 10:59:45 +00:00
Jim Mock
d69d8ae65d Change relative URLs to &base;.
Requested by:	hrs, phantom
2000-12-29 15:34:30 +00:00
Alexey Zelkin
67280e6cab More submissions to Gallery. Current state is:
Commercial: 1292
Non-profit: 574
Personal: 283
Total: 2149
2000-12-29 13:27:56 +00:00
Wolfram Schneider
96e348472b strict pr number checking 2000-12-29 12:43:12 +00:00
Wolfram Schneider
e46c9290bb backward compatible with old ports layout 2000-12-29 10:49:45 +00:00
Akinori MUSHA
dc83c91ea5 Add 1;' at EOF so require' won't fail. 2000-12-29 09:24:40 +00:00
Akinori MUSHA
defffe51f5 Merge from knu-cvsweb 1.104.1.49. Tiny fixes.
2000-12-29 18:12  knu

	* cvsweb.cgi: The use of `do "file"' is obsolete.  Use require
	instead.

2000-12-29 17:47  knu

	* cvsweb.cgi: Add the prototype declaration for hrefquote().
2000-12-29 09:22:50 +00:00
Greg Lehey
8dba232212 Add TFUG (Turkish FreeBSD Users Group)
Submitted by:		 M. Guven Mucuk <mgm@berkbilgisayar.com>
2000-12-29 01:11:18 +00:00
FUJISHIMA Satsuki
7c512b1105 annouce myself as a new committer.
Approved by: knu (mentor)
2000-12-28 19:55:00 +00:00
Akinori MUSHA
badb97994d Merge from knu-cvsweb 1.104.1.47.
2000-12-29 03:17  knu

	* README.knu: Mention automatic tarball generation feature.

2000-12-29 03:16  knu

	* TODO.knu: Directory sorting was fixed at the same time that "show
	only tags" feature was fixed.

2000-12-29 03:07  knu

	* cvsweb.cgi: Specify --ignore-failed-read on invoking tar(1).

2000-12-29 02:49  knu

	* cvsweb.cgi, cvsweb.conf: Add "automatic tarball generation"
	feature.  You can check out a whole directory in gzipped tarball.

	Obtained from:	Debian package: cvsweb_1.93-1

	Allow space characters in file names. (not tested yet)

Note that automatic tarball generation feature is disabled for the present.
2000-12-28 18:42:21 +00:00
Wolfram Schneider
a0a56a50b1 stricter @INC path
forces "taint" checks to be turned on
2000-12-28 13:43:41 +00:00
Wolfram Schneider
a57ea9886a code clean up
forces "taint" checks to be turned on
2000-12-28 13:26:48 +00:00
Wolfram Schneider
7d2f8c826b forces "taint" checks to be turned on 2000-12-28 13:19:03 +00:00
Wolfram Schneider
489da0c4fa md5 -> distinfo
forces "taint" checks to be turned on
2000-12-28 13:12:50 +00:00
Wolfram Schneider
0c6fc17179 forces "taint" checks to be turned on 2000-12-28 12:35:36 +00:00
Wolfram Schneider
7092f6d2bd Added XFree86 3.3.6, 4.0, 4.0.2 2000-12-27 17:26:20 +00:00
Wolfram Schneider
6898b0d085 Added NetBSD 1.2.1, 1.1, 1.0, 0.9 (outcommented) 2000-12-27 16:43:02 +00:00
Wolfram Schneider
34d780c80f In the first paragraph at the very end, the link for "Porters Handbook" is
point to a non-existent location.

Submitted by: "Paul Fournier" <august70@august70-0.dsl.speakeasy.net>
2000-12-27 13:29:39 +00:00
Wolfram Schneider
5df96d7683 cleanup aliases 2000-12-27 12:31:39 +00:00
Wolfram Schneider
46b568db67 delete FreeBSD 4.0-RELEASE/Ports 2000-12-27 11:57:41 +00:00
Wolfram Schneider
789bb7ab74 Added 4.1.1 FreeBSD 2000-12-27 11:52:37 +00:00
Wolfram Schneider
5a94b814b9 Added OpenBSD 2.7 and OpenBSD 2.8 2000-12-26 17:34:47 +00:00
Wolfram Schneider
92e3b4401a Added NetBSD 1.3.2, 1.3.3, 1.4.[123], 1.5 2000-12-26 17:04:33 +00:00
Nick Sayer
56a4c0426f mirror.sftw.com is no longer available. 2000-12-24 05:14:17 +00:00
Wolfram Schneider
ca973a42e4 Fix the URL for CCFA website
Submitted by: naomi <naomi@id8.com.au>
2000-12-23 17:04:59 +00:00
Joseph Koshy
f16b1d46dc Web Techniques Jan 2001 article.
Submitted by:	Paul Griffith <paulg@cs.yorku.ca>
2000-12-18 07:21:07 +00:00
Akinori MUSHA
687a203246 Silence the warnings under -ws option. 2000-12-18 04:44:38 +00:00
Akinori MUSHA
8906337490 Silence the false warnings.
Show cvsweb.cgi's modification date in the footer.
2000-12-18 04:43:56 +00:00
Akinori MUSHA
75f62cd3e4 Merge from knu-cvsweb 1.104.1.45.
2000-12-18 13:25  knu

	* TODO.knu, cvsweb.cgi: Revert MFZ: 1.103 -> 1.104 which introduced
	a bogus bug.  As noone seems to need to use 0.X revisions, I'd just
	drop it.  This should fix the "show only tags" feature.

2000-12-18 12:47  knu

	* cvsweb.cgi: Silence the warnings.

2000-12-18 11:48  knu

	* cvsweb.cgi: Add meta tags to prevent WWW robots from crawling
	over the cvsweb.

	Submitted by:	Wolfram Schneider <wolfram@schneider.org>
2000-12-18 04:39:52 +00:00
Daniel Harris
cb079d07dd Stable snapshots are on releng4.freebsd.org, not releng3.
Submitted by:	doug@safeport.com
2000-12-17 18:16:07 +00:00
Wolfram Schneider
2cdb0d6773 Limit the number of results to 250. freewais-sf does not support
higher values.
2000-12-17 17:27:56 +00:00
Wolfram Schneider
20efd00025 enable search in ports description files 2000-12-17 17:24:57 +00:00
Wolfram Schneider
e8bd455ced Added links to Google Search BSD and
GreasyDaemon, a all-in-one BSD UNIX search engine
2000-12-17 17:18:40 +00:00
Alexey Zelkin
e6aad50bfd fix link 2000-12-15 14:59:42 +00:00
Wolfram Schneider
bf9fa69c81 changed Turkey mirror (2) URL
Submitted by:	Ismail YENIGUL <yenigul@rt.net.tr>
2000-12-10 15:08:19 +00:00
Alexey Zelkin
0f98fe2398 Add Metadesign - New FreeBSD consultancy from Australia.
Submitted by:	Niggel Williams <nw@metadesign.com.au>
2000-12-10 12:55:05 +00:00
Wolfram Schneider
4d0a1d16ba new url for Singapore web mirror
Submitted by: "James Lim" <jameslpin@pacific.net.sg>
2000-12-09 12:52:59 +00:00
Jordan K. Hubbard
b50b08c804 Update this page to be a little more explanatory and fill in some dates. 2000-12-09 08:49:50 +00:00
Jun Kuriyama
a7a1505420 Gooby, good old web.mk. 2000-12-08 03:25:17 +00:00
Alexander Langer
db26e26299 Add FreeBSD Assembly Language Programming Tutorial (written by submitter).
Submitted by:	"G. Adam Stanislav" <adam@whizkidtech.net> on -doc
2000-12-07 20:30:56 +00:00
Akinori MUSHA
dd9378510a Merge from knu-cvsweb 1.104.1.42.
2000-12-08 00:11  knu

	* cvsweb.cgi: Silence `Use of uninitialized value' warnings.
	(again)

2000-12-07 03:20  knu

	* TODO.knu: Mention "show only tags" feature breakage.

2000-12-07 03:19  knu

	* cvsweb.cgi: Emit a rather better error message when a user
	requests to check out a deleted file.

	Pointed out by: Chris Faulhaber <jedgar@fxp.org>

	Cut an out-of-date error message. (adding -R and -l options to the
	cvs command line should have obsoleted it)

	Optimize, clean up.

2000-11-23 04:26  knu

	* cvsweb.cgi, cvsweb.conf: Add a new variable $charset to specify
	the charset for HTML output.

	Submitted by:	SADA Kenji <sada@bsdclub.org>
2000-12-07 15:21:06 +00:00
John W. De Boskey
972e80a417 Update 4.0 errata to match reality.
PR:		misc/18927
Submitted by:	Stephen J. Roznowski <sjr@home.net>
Reviewed by:	Bruce A. Mah <bmah>
2000-12-07 02:36:14 +00:00
Alexey Zelkin
f15910e861 Update information about Akopia
Submitted by:	Trish Jones <trish@akopia.com>
2000-12-06 19:22:48 +00:00
Alexey Zelkin
733e0d1ee1 Add information about Raditex AB, Sweden
Submitted by:	G Hasse <gh@raditex.se>
2000-12-06 19:21:59 +00:00
Alexey Zelkin
09aca0e289 Cleanup 2000-12-06 19:00:21 +00:00
Clive Lin
1914c4b522 Add myself into newsflash. 2000-12-06 13:10:22 +00:00
Paul Saab
3c593c95f5 Terminate subsitution introduced in rev 1.22. 2000-12-06 07:16:59 +00:00
Akinori MUSHA
c28360b875 Plug up a big security hole; never ever pass meta characters to shell!
Submitted by:	Anthony Rubin <tonyr@generalsearch.net>
2000-12-05 16:22:14 +00:00
Thomas-Henning von Kamptz
4fca213708 Traditional first commit 2000-12-04 23:52:05 +00:00
Ian Dowse
3f762a7bb3 Add newsflash entry for myself.
Reviewed by:	 sheldonh
2000-12-04 18:29:00 +00:00
Wolfram Schneider
1540b49336 Added 4.2 RELEASE manpages link 2000-12-03 18:39:46 +00:00
Wolfram Schneider
a94af5d84e added new releases FreeBSD 4.2-RELEASE 2000-12-03 18:35:54 +00:00
Ben Smithurst
e2654661e2 Replace the new logo on the bottom right of the index page with one that
isn't surrounded by strange orange bits.

PR:		23189
Submitted by:	Jason Spencer <j@vastmind.org>
2000-12-03 12:52:03 +00:00
Jim Mock
84bbcf7fb0 Well, I found some more code in need of fixing while doing the whitespace
commit.  This should be the last one.  Can we please try to remain
consistent the style when committing to this file so I don't have to do
this again? :-)
2000-11-30 22:54:21 +00:00
Jim Mock
9b0b66be50 Clean up the HTML so this file is somewhat readable again. These are
whitespace changes only.
2000-11-30 22:32:54 +00:00
Jim Mock
826b64e3c2 *sigh* Fix a typo I forgot in the last commit. 2000-11-30 22:07:20 +00:00
Jim Mock
09b296f6c8 Minor code cleanups in an effort to make it at least appear somewhat
standardized.
2000-11-30 21:51:32 +00:00
Jim Mock
e1b38d5cfa Remove the paragraph about the Real-Quick Newsletter since it is no longer
posted to -announce.
2000-11-30 21:22:18 +00:00
Jim Mock
2ecb4a00a7 Add a blurb about the platforms section of the site.
Suggested by:	phantom
2000-11-30 21:05:32 +00:00
Jeroen Ruigrok van der Werven
6b7e6af760 Explain how people can help the project in their own way. 2000-11-30 20:15:24 +00:00
Jim Mock
974b7acde6 Add individual porting efforts to the platforms directory. In addition to
IA-64 which was already there, Alpha, PPC, and SPARC were added.  Also
update some other bits of the site to point to the new location.

Note:  I didn't get a repo copy of alpha/alpha.sgml to
       platforms/alpha.sgml because there wasn't any real useful history
       to preserve.  I also left the alpha/ dir in place for now but added
       an index.sgml to point to the new location.  I'll nuke the
       directory once the translation teams have caught up with the
       changes.

Suggested by:	obrien
2000-11-30 18:56:27 +00:00
Jun Kuriyama
5579f35824 o Target "all" is gone away, only "links" lives in www/.
o Symbolic links for web.mk in each translations are removed.
o So building procedure is:

 - cd /usr/www; make obj	(optional)
 - cd /usr/www/en; make all

Submitted by:	nbm
Modified by:	kuriyama
2000-11-30 00:03:37 +00:00
Wolfram Schneider
123080699b Mail archive are always plain text files. 2000-11-29 22:10:24 +00:00
Wolfram Schneider
dc8b5031ef accept digits an multiple dashes in mailing list name for the archive 2000-11-29 22:05:34 +00:00
Jim Mock
2552b32d3b Add the -advocacy conspectus for the week ending November 26th.
Submitted by:	Rebecca "Bean" Visger <bean@internal.org>
2000-11-29 20:58:45 +00:00
Jim Mock
e70f56e4ce Add a missing </h2> to fix the breakage I introduced in the previous
commit to this file.
2000-11-29 20:41:50 +00:00
Jim Mock
68ecbc8a12 Add a link to the Porter's Handbook. While I'm here, fix the entry for
the FreeBSD 'zine, and change FreeBSD.ORG to FreeBSD.org.

Partially submitted by:	obrien
2000-11-29 14:30:51 +00:00
Wolfram Schneider
d52b336596 perl typo
Submitted by:	Chris Costello <chris@calldei.com>
2000-11-29 13:59:24 +00:00