Commit graph

8735 commits

Author SHA1 Message Date
Alexey Zelkin
20a68538b1 Finish cleanup of unused images. Remove those which will not be used,
and add two advertisement banners to build queue (to be used in art.html)
2004-04-15 10:51:08 +00:00
Josef El-Rayes
e38084b8be Remove unnecessary <state> tags introduced by my previous commits. 2004-04-14 13:48:30 +00:00
Denis Peplin
68f1246d43 Merge the following from the English version:
1.38 -> 1.40 Makefile
   1.28 -> 1.31 developer.sgml
   1.26 -> 1.27 internal.sgml
   1.6 -> 1.7 new-account.sgml
   1.22 -> 1.23 photos.sgml
   (new) -> 1.1 policies.sgml
   1.3 -> 1.4 rtp.sgml

Submitted by:	Dmitry Morozovsky <marck@rinet.ru>
Obtained from:	The FreeBSD Russian Documentation Project
2004-04-14 07:50:14 +00:00
Josef El-Rayes
757efdfc0b Add the AUUG'2004. 2004-04-13 23:28:57 +00:00
Tom Rhodes
a95a53e4f5 Fix two typos from the original version that I neglected to catch during
the initial mark up.

Noticed by:	nectar (Who is now adorned with a pointy hat.  Bad nectar,
			no cookie for you.)
2004-04-13 18:09:53 +00:00
Warner Losh
07161d4a7d Update status of aha card: I have p4 work towards INTR_MPSAFE 2004-04-13 17:47:46 +00:00
Tom Rhodes
38e2988a30 Add the Security Officer charter to the site and link it from the main page.
Approved by:	nectar
2004-04-13 17:27:43 +00:00
Warner Losh
a3af0c88d1 Remove duplicate cs entry.
Add ex entry.
Remove exca entry: it isn't a real device.
2004-04-13 17:25:22 +00:00
Tom Rhodes
4eafddf08a Add information on where security issues should be reported and what is
requested from the submitter.

Link to the Reading FreeBSD Security Advisories handbook document.

Approved by:	nectar
2004-04-13 17:18:53 +00:00
Tom Rhodes
5e96910ed3 Remove a lot of rot and other 'useless' information from the security
website.

Approved by:	nectar
2004-04-13 17:11:11 +00:00
Joe Marcus Clarke
9185cda095 * Create a link to the GNOME Tinderbox
* Update the gnome-terminal known issue
2004-04-13 06:26:25 +00:00
Robert Watson
0b826c40d7 Update a few more drivers in busdma/etc list:
- if_xl is locked, but not marked INTR_MPSAFE.  Also, the mutex is
  marked MTX_RECURSE.
- hifn is locked and INTR_MPSAFE.
- ubsec is locked and INTR_MPSAFE.
2004-04-13 05:37:49 +00:00
Robert Watson
3d15e268c1 Update locking status and busdma status for a few drivers in the busdma
table:

- if_bge now marked as INTR_MPSAFE, SMPng locked.  Busdma is now tested.
- if_dc now marked as INTR_MPSAFE, SMPng locked.  Note that this driver
  uses MTX_RECURSE.
- if_de no longer uses vtophys().
- if_em is now SMPng locked.
- if_en contains locking, but is not marked as INTR_MPSAFE.
- if_ep is now marked as INTR_MPSAFE, SMPng locked, but uses MTX_RECURSE.
- if_fxp is now marked SMPng locked.
- if_gx has locking, but isn't marked INTR_MPSAFE.  Uses MTX_RECURSE.
- if_pcn still uses vtophys(); locking is present, but it's not marked
  as INTR_MPSAFE, and the mutex is marked MTX_RECURSE.
- if_rl contains locking, but isn't marked as INTR_MPSAFE.  The mutex
  is marked MTX_RECURSE.
- if_sf still uses vtophys().  It contains locking, but uses MTX_RECURSE
  and isn't marked INTR_MPSAFE.
- if_sis has locking, but isn't marked as INTR_MPSAFE.  Its mutex is
  marked MTX_RECURSE.
2004-04-13 05:32:21 +00:00
Simon L. B. Nielsen
58d772e8aa Add a FreeBSD Art page, which mainly contains the "Powered by FreeBSD"
logos, but also a few BSD Daemon images.

They layout of the BSD Daemon section probably looks a bit odd, but
that is due to a missing BSD Daemon image that I will add soon.
This version is commited now so the gallery can be removed without
removing the "Powered by FreeBSD" logos from the website.
2004-04-12 22:28:34 +00:00
Simon L. B. Nielsen
fb1260a3ae Add a PNG version of phk's rendering of the BSD Daemon, which is
located in /usr/share/examples/BSD_daemon on all FreeBSD systems.  It
is scaled to 45% of the original size.  This image is for use on the
upcoming FreeBSD Art page.
2004-04-12 22:07:42 +00:00
Hiroki Sato
0facee86f6 Update doc/ slush and tagging schedule. 2004-04-12 20:21:32 +00:00
Alexey Zelkin
0d6b3ca64e . Fix 'webcheck' target url generation in directories other than 'www/en'. In
these cases we get urls like 'http://www.FreeBSD.org///ru//java/', etc.
  On such urls webcheck fails immediately with 403 error code.  So, cleanup
  multiple slashes.

. Make 'checkmissing' output more compact and readable.  Avoid
  printing '===>' in case if current directory does not have anything
  to report.  Also print each missing entry on separate line to make
  output more readable.
2004-04-12 11:52:38 +00:00
Joe Marcus Clarke
f76575f614 Add support for upgrades on 4.10. 2004-04-12 05:58:08 +00:00
Denis Peplin
e33c33f236 Fix link to Handbook
Submitted by:	Alejandro 'Lanjoe9' Valenzuela <lanjoe9@prodigy.net.mx>
2004-04-12 05:37:24 +00:00
Hiroki Sato
425e609630 RELENG_4 is now frozen.
Submitted by:	simon
2004-04-11 15:29:07 +00:00
Robert Watson
8e822283bc Update Want List items. I am now well stocked with 64-bit gige
cards, but need to find a pair of 32-bit if_em cards to test against
if_bge cards.

Still need a replacement motherboard for my SGI 1100 SMP box, since
it is quite dead.

Need a gigabit ethernet switch with a monitor port.

Would love another SMP testbox with at least 1GHz CPUs, but I recognize
I'm asking for quite a bit.  Asking doesn't hurt, right?
2004-04-10 22:38:03 +00:00
Alexey Zelkin
18c3e61f1f Refine translation
Obtained from:  The FreeBSD Russian Documentation Project
2004-04-09 12:10:03 +00:00
Alexey Zelkin
c386406c0a Add status directory to build queue
Spoted by:	make checkmissing
2004-04-09 12:08:13 +00:00
Alexey Zelkin
08126d80d4 Add Makefile for status directory, "syncronized" with english rev 1.23
Obtained from:  The FreeBSD Russian Documentation Project
2004-04-09 12:07:17 +00:00
Alexey Zelkin
f11467d2d5 MFen: 1.18
Fix usage of &base;

Obtained from:  The FreeBSD Russian Documentation Project
2004-04-09 12:06:23 +00:00
Alexey Zelkin
ae6db8cdda Refer to russian news.html, instead of english
Obtained from:  The FreeBSD Russian Documentation Project
2004-04-09 12:05:19 +00:00
Alexey Zelkin
d0aef675e6 Refine translation
Obtained from:  The FreeBSD Russian Documentation Project
2004-04-09 12:04:15 +00:00
Alexey Zelkin
0ab9004e3b MFen: 1.3
Obtained from:  The FreeBSD Russian Documentation Project
2004-04-09 12:03:23 +00:00
Alexey Zelkin
cac3990179 Oops, bump Original revision 2004-04-09 12:01:17 +00:00
Alexey Zelkin
c8f403919d FreeBSD.ORG -> FreeBSD.org
Obtained from:  The FreeBSD Russian Documentation Project
2004-04-09 11:59:35 +00:00
Alexey Zelkin
20385fb7ca MFen: 1.11
Obtained from:  The FreeBSD Russian Documentation Project
2004-04-09 11:57:33 +00:00
Alexey Zelkin
160b656fff MFen: 1.8
Refine translation

Obtained from:  The FreeBSD Russian Documentation Project
2004-04-09 11:56:13 +00:00
Alexey Zelkin
161d8cf769 MFen: 1.6
Refine translation

Obtained from:  The FreeBSD Russian Documentation Project
2004-04-09 11:54:53 +00:00
Alexey Zelkin
a44b72998e Initial import syncronized to english rev 1.1
Obtained from:	The FreeBSD Russian Documentation Project
2004-04-09 11:53:57 +00:00
Alexey Zelkin
be5f70efaf Split press.xml into archived parts 2004-04-09 11:51:00 +00:00
Alexey Zelkin
c9756a8414 Learn web.atoz about existence of 5.2.1R 2004-04-09 10:21:44 +00:00
Alexey Zelkin
3771c9be59 Remove make(obj) magic. web.site.mk and en/Makefile will to it for us. 2004-04-09 10:17:19 +00:00
Alexey Zelkin
7e7c9ca7be . Fix 'make spellcheck' to take generated html files from ${.OBJDIR}
instead of ${.CURDIR}

. Add 'obj' target depending on _PROGSUBDIR, so 'make obj' for web tree
  is processed recursively for SUBDIRs

. Remove 'cleandir' target.  bsd.obj.mk declares it unconditionally and
  it does absolutely same things.  Removing of target from this makefile
  reduces spawning of ${MAKE} by factor *6* when called from 'www/en'
  directory!
2004-04-09 10:15:19 +00:00
Alexey Zelkin
0042c6a91b Stop using &en-base; entity (convert to &base;), and fix/update some links
as well.
2004-04-09 08:05:31 +00:00
Alexey Zelkin
66530dda82 Fix bunch of references to images and re-refer some links to translated
documents instead of english ones.
2004-04-09 08:02:38 +00:00
Alexey Zelkin
440622b882 Fix link to ports' growth status.png 2004-04-09 07:59:42 +00:00
Ceri Davies
2ad531925e Correct one last typo. 2004-04-08 21:50:49 +00:00
Ceri Davies
780d468bea Spell "Italian" correctly. 2004-04-08 21:42:09 +00:00
Ceri Davies
0ed8d72b2a Update links to the ia64 project pages. 2004-04-08 21:29:30 +00:00
Ceri Davies
e987c41481 Americanize. 2004-04-08 21:17:55 +00:00
Ceri Davies
4eaaa327bf Correct spelling error. 2004-04-08 20:41:03 +00:00
Ceri Davies
99e0f7ddf4 Add links to news.rdf. 2004-04-08 19:11:49 +00:00
Joe Marcus Clarke
4cce771c0e It's safe to update jamboree now. 2004-04-08 18:21:17 +00:00
Denis Peplin
199aee430c Redirect to translated handbook
Obtained from:	The FreeBSD Russian Documentation Project
2004-04-08 13:20:47 +00:00
Alexey Zelkin
ba9fb293d1 Huh! Fix a bogon introduced by previous revision. In !TIDY_VERBOSE
case use correct variable name for default tidy logfile (/dev/null).

Submitted by:	Rudolf Cejka <cejkar at fit.vutbr.cz>
2004-04-08 09:43:04 +00:00