Commit graph

19739 commits

Author SHA1 Message Date
Mark Linimon
16c41b4af3 Add a section on how to configure package building nodes. (preliminary) 2009-06-14 05:18:27 +00:00
Benedict Reuschling
3dde4db96f MFde: Update the German Documentation set.
This update brings the latest version of the FAQ, the explaining-bsd
article, three chapters from the developers handbook (secure programming,
kernel debugging, and tools), as well as two chapters from the handbook
(eressources, kernel configuration, and worldwide mirrors).

de_DE.ISO8859-1/articles/explaining-bsd/article.sgml                1.22 -> 1.24
de_DE.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml  1.74 -> 1.78
de_DE.ISO8859-1/books/developers-handbook/secure/chapter.sgml       1.27 -> 1.30
de_DE.ISO8859-1/books/developers-handbook/tools/chapter.sgml        1.47 -> 1.50
de_DE.ISO8859-1/books/faq/book.sgml                                 1.1115 -> 1.1116
de_DE.ISO8859-1/books/handbook/eresources/chapter.sgml              1.195 -> 1.199
de_DE.ISO8859-1/books/handbook/kernelconfig/chapter.sgml            1.184 -> 1.192
de_DE.ISO8859-1/books/handbook/mirrors/chapter.sgml                 1.451 -> 1.464

Obtained from:  The FreeBSD German Documentation Project
Approved by:    jkois (mentor)
2009-06-13 20:35:19 +00:00
Manolis Kiagias
3a5822d879 Complete the Greek translation of Handbook's 'firewalls' chapter
The Greek Handbook is approx. 70% complete

Obtained from:	FreeBSD Greek Documentation Project
2009-06-13 11:00:23 +00:00
Hiroki Sato
539bd80815 Merge the following from the English version:
1.65 -> 1.72	handbook/desktop/chapter.sgml

Submitted by:	Ryusuke Suzuki <ryusuke _at_ jp dot FreeBSD dot org>
References:	[doc-jp-work 1943]
2009-06-12 23:52:45 +00:00
Hiroki Sato
e51ba9e19a Merge the following from the English version:
1.64 -> 1.65	handbook/desktop/chapter.sgml

Submitted by:	Ryusuke Suzuki <ryusuke _at_ jp dot FreeBSD dot org>
References:	[doc-jp-work 1942]
2009-06-11 21:56:26 +00:00
Marko Zec
4f919147a4 Document the change in layout of struct thread, despite the fact that
__FreeBSD_version bump did not occur due to version number shortage.

Suggested by:	linimon
2009-06-11 21:03:47 +00:00
Ganbold Tsagaankhuu
6e4a8fc035 MFen: Resync with the English version of the handbook
Obtained from: FreeBSD Mongolian Documentation project
2009-06-11 16:14:13 +00:00
Hiroki Sato
a9a32e432a Whitespace cleanup and rewrap a few lines of text.
Submitted by:	Hiroo Ono <hiroo _at_ jp dot FreeBSD dot org>
Reviewed by:	Ryusuke Suzuki <ryusuke _at_ jp dot FreeBSD dot org>
References:	[doc-jp-work 1819]
2009-06-11 07:47:07 +00:00
Dmitry Marakasov
0279c09151 - Add Helko Glathe for net/clamz 2009-06-10 15:43:02 +00:00
Rene Ladan
538a1c6ca4 MFen the Dutch handbook:
* eresources 1.198 -> 1.199 (SRCID bump only)
  * jails 1.17 -> 1.18
2009-06-10 06:34:09 +00:00
Dmitry Marakasov
f1ebdecff7 - Add Mykola Dzham for astro/qlandkartegt
- Add Matt Tosto for audio/liblastfm
2009-06-10 02:29:56 +00:00
Dag-Erling Smørgrav
0cf2e058fe Update my key. 2009-06-09 10:45:59 +00:00
Hiroki Sato
ed1c2caebe Merge the following from the English version:
1.63 -> 1.64	handbook/desktop/chapter.sgml

Submitted by:	Hiroo Ono <hiroo _at_ jp dot FreeBSD dot org>
Reviewed by:	Ryusuke Suzuki <ryusuke _at_ jp dot FreeBSD dot org>
References:	[doc-jp-work 1797]
2009-06-09 08:12:46 +00:00
Marko Zec
328645eec6 Document __FreeBSD_version bump to 800097 - introduction of vnet
destructor infrastructure.
2009-06-09 07:46:30 +00:00
Rene Ladan
c5b3781ce8 MFen 1.23 -> 1.24 2009-06-08 21:07:51 +00:00
Rene Ladan
e0b3aeeefd Move my entity to the correct location.
Submitted by:	avl
Approved by:	trhodes, gabor
2009-06-08 20:04:54 +00:00
Benedict Reuschling
1fcbaa6950 Fix three instances where a sentence ends with a parenthesis, but the
sentence is not terminated by a period, because it remains in the
closing parenthesis like this: .)

Fix this by switching the position of the parenthesis and the period and
add an extra space after as well.

No content changes.

Approved by:    jkois (mentor)
2009-06-08 19:43:01 +00:00
Manolis Kiagias
b47b646db5 Resync the Greek Handbook to the latest changes
MFen:
1.17 -> 1.18	en_US.ISO8859-1/books/handbook/jails/chapter.sgml
1.43 -> 1.45	en_US.ISO8859-1/share/sgml/trademarks.ent [1]

%SRCID% update only:
1.198 -> 1.199	en_US.ISO8859-1/books/handbook/eresources/chapter.sgml

Submitted by:	keramida [1]
Obtained from:	FreeBSD Greek Documentation Project
2009-06-08 18:54:50 +00:00
Rene Ladan
8a966a7b4f MFen Dutch doc set:
share/sgml/trademarks.ent 1.44 -> 1.45 (SRCID bump)
  books/handbook/introduction/chapter.sgml 1.134 -> 1.135
2009-06-08 18:54:12 +00:00
Benedict Reuschling
6f195f5a96 Remove superfluous comma between "centers" and "around" in the
description of the Gecko mailing list.

Approved by:    jkois (mentor)
2009-06-08 16:56:16 +00:00
Manolis Kiagias
9aff312843 Split the 'make world' step in two steps (buildworld/installworld).
Note that 'buildworld' need only be done once.

PR:		docs/135316
Submitted by:	Glen Barber <glen.j.barber at gmail.com>
2009-06-08 16:25:24 +00:00
Navdeep Parhar
ff448a5a21 Add my pgp keys.
Approved by:	gnn (mentor)
2009-06-08 15:47:15 +00:00
Michael Tuexen
2c0b67d7d4 Add my key.
Approved by: rrs (mentor)
2009-06-08 13:27:42 +00:00
Michael Tuexen
ec8c619042 Add entry for myself.
Approved by: Randall Stewart (rrs@FreeBSD.org)
2009-06-08 11:23:51 +00:00
Michael Tuexen
e218244780 Add entry for myself.
Approved by: Randall Stewart (rrs@FreeBSD.org)
2009-06-07 19:14:05 +00:00
Fabien Thomas
6db825308a Notify about the bump of sys/param.h for PmcTools merge. 2009-06-07 18:42:25 +00:00
Marc Fonvieille
e340f45a71 Hook to the build explaining-bsd article. 2009-06-07 13:26:03 +00:00
Marc Fonvieille
af54262029 Add a new translated article. Article translated by Rodrigo Osorio,
Maxime Derche and Thierry Thomas (thierry@), with some updates and
fixes done by blackend@.

PR:		docs/134877
Submitted by:	Rodrigo Osorio <rodrigo@bebik.net>
2009-06-07 13:24:41 +00:00
Marc Fonvieille
6da342dd29 Add some translator entities. 2009-06-07 13:07:21 +00:00
Gabor Pali
928961c42a MFen:
1.22       -> 1.24       hu_HU.ISO8859-2/articles/explaining-bsd/article.sgml
	1.134      -> 1.135      hu_HU.ISO8859-2/books/handbook/introduction/chapter.sgml
	1.44       -> 1.45       hu_HU.ISO8859-2/share/sgml/trademarks.ent

Obtained from:	The FreeBSD Hungarian Documentation Project
2009-06-07 09:12:19 +00:00
Hiroki Sato
1c762caf59 Merge the following from the English version:
1.163 -> 1.175	handbook/book.sgml

Submitted by:	Ryusuke Suzuki <ryusuke _at_ jp dot FreeBSD dot org>
References:	[doc-jp-work 1966]
CVg: Committing in .
2009-06-07 05:36:05 +00:00
Ganbold Tsagaankhuu
90358a8411 MFen: Resync with the English version of the handbook
Obtained from: FreeBSD Mongolian Documentation project
2009-06-07 03:17:31 +00:00
Alexander Logvinov
0cc9ca0ca7 - Add Aldis Berjoza for multimedia/dplay
- Add Matthew Gibson for games/cuyo

Approved by:	tabthorpe (mentor)
2009-06-06 22:58:30 +00:00
Marc Fonvieille
92874371ff - Various fixes;
- MFen: 1.17 --> 1.35
2009-06-06 14:33:49 +00:00
Marc Fonvieille
1475dfa957 Fix a typo. 2009-06-06 14:05:54 +00:00
Marc Fonvieille
ed46ec5264 Add some trademarks and quote tags. 2009-06-06 13:14:49 +00:00
Johann Kois
90791d1fb8 MFde: Update the German porters-handbook to the current revision.
Obtained from:          The FreeBSD German documentation project
Contributed by:         Fabian Ruch
2009-06-06 10:35:45 +00:00
Hiroki Sato
520f61f1bf Refine translation and merge the following from the English version:
1.162 -> 1.163	handbook/book.sgml

Submitted by:	Hashimoto <hsmtkk at gmail.com> (MFen : 1.162 -> 1.163)
		rushani (Refiene translation)
		Hiroo Ono <hiroo _at_ jp dot FreeBSD dot org>
			(Refine translation)
Reviewed by:	Ryusuke Suzuki <ryusuke _at_ jp dot FreeBSD dot org>
References:	[doc-jp-work 1674, 1906, 1907, 1922-1927]
2009-06-06 03:24:14 +00:00
Gabor Kovesdan
b8c77e5a34 - Add Michael Scheidell for textproc/p5-PDF-Table 2009-06-05 17:23:48 +00:00
Navdeep Parhar
12c1ddaf5b Add self to list of committers.
Approved by:	gnn (mentor)
2009-06-05 15:43:39 +00:00
Manolis Kiagias
e2590c74dd MFen: 1.134 -> 1.135 en_US.ISO8859-1/books/handbook/introduction/chapter.sgml
Obtained from:	FreeBSD Greek Documentation Project
2009-06-05 06:47:19 +00:00
Xin LI
5334936759 NetEase also have some large deployments and is an influencial Internet
company in China.
2009-06-05 06:18:33 +00:00
Hiroki Sato
d76744daf6 Merge the following from the English version:
1.130 -> 1.131	handbook/multimedia/chapter.sgml

Submitted by:	Ryusuke Suzuki <ryusuke _at_ jp dot FreeBSD dot org>
References:	[doc-jp-work 1961]
2009-06-05 05:57:49 +00:00
Mark Linimon
4bf8c4ba2e Note changes to the bugmeister team. 2009-06-04 09:06:16 +00:00
Mark Linimon
5ac13bfcd2 Add our GNATS-only contributors. 2009-06-03 22:44:14 +00:00
Mark Linimon
8b1a8b8fcb Update (some of) the current hats. Change bugmeister over to the group
rather than the individuals; add the portmgr charter; update core secretary
and Release Engineer.  Some of the other entries are probably also stale.
2009-06-03 22:31:36 +00:00
Dmitry Marakasov
26dae92352 - Use Tomek Cedro's real name instead of a nick
Requested by:	gabor
2009-06-03 18:01:26 +00:00
Hiroki Sato
366f32dce0 Merge the following from the English version:
1.118 -> 1.130	handbook/mirrors/chapter.sgml

Submitted by:	Ryusuke Suzuki <ryusuke _at_ jp dot FreeBSD dot org>
References:	[doc-jp-work 1941, 1962]
2009-06-03 13:29:53 +00:00
Stanislav Sedov
d2b3b5bec4 - Devices created from UFS2 labels shows up in the /dev/ufs directory
and not in /dev/ufs2. Fix this.

Submitted by:		Andrew Khlebutin
2009-06-03 12:22:58 +00:00
Dmitry Marakasov
af8c4fc69a - Add CeDeROM <tomek.cedro@gmail.com> for devel/openocd 2009-06-02 11:54:24 +00:00