Commit graph

50784 commits

Author SHA1 Message Date
Mathieu Arnold
7beb6244af Catch up on the wiki's blanket's definition.
Reported by:	swills
Sponsored by:	Absolight
2018-01-08 16:46:15 +00:00
Dag-Erling Smørgrav
5d3552e818 I haven't used my middle initial in over a decade. 2018-01-08 14:13:10 +00:00
Ruey-Cherng Yu
f2e1db36ed -sync with the latest English version
Submitted by:	Scott Tsai <scottt@scottt.tw>
2018-01-08 06:47:25 +00:00
Eitan Adler
2b1390d168 FDP: Reduce confusion with man'n' (correct fix)
- A lowercase 'n' looks like 'mann'. Make this slightly easier to read.
- While here, fix indent

PR:		224958
Submitted by:	Vitalio <v.dol_s@hotmail.com>
2018-01-06 23:20:15 +00:00
Eitan Adler
8f3064ae9c FDP: Reduce confusion with man'n'
- A lowercase 'n' looks like 'mann'. Make this slightly easier to read.
- While here, fix indent

PR:		224958
Submitted by:	Vitalio <v.dol_s@hotmail.com>
2018-01-06 23:17:22 +00:00
Danilo G. Baio
e9285084e7 Add David O'Rourke to contributors
Maintainer of irc/irssi

PR:		224954
2018-01-06 21:22:13 +00:00
Ryusuke SUZUKI
31f21a1d27 - Merge the following from the English version:
r50383 -> r51348	head/ja_JP.eucJP/books/handbook/eresources/chapter.xml
	r50383 -> r51193	head/ja_JP.eucJP/share/xml/mailing-lists.ent
2018-01-06 14:40:02 +00:00
Rene Ladan
f8d094bcd1 Move junovitch from the list of committers to the list of developer alumni. 2018-01-04 23:31:06 +00:00
Brad Davis
e594d6368a Fix some formatting in the news entry about Meltdown and Spectre 2018-01-04 17:59:34 +00:00
Warner Losh
810c5a528d Add news blurb about the micro-architecture attacks driven by
speculative execution on Intel, Arm and AMD cpus.

Submitted by:	pi@ (with language tweaks)
Reviewed by:	brd@
2018-01-04 17:50:27 +00:00
Benedict Reuschling
d7fadf084e Replace another instance of 2017 with 2018, which prevented the BSDCan entry
from being displayed.

Pointy hat to:	    me
2018-01-04 16:44:30 +00:00
Ryusuke SUZUKI
17681d09b0 - Merge the following from the English version:
r49780 -> r51352	head/ja_JP.eucJP/htdocs/events/Makefile
2018-01-04 12:45:27 +00:00
Mathieu Arnold
fcc5fe8db2 Add documentation for the new CMAKE_ON and CMAKE_OFF variables.
Sponsored by:	Absolight
2018-01-02 13:47:48 +00:00
Dag-Erling Smørgrav
0d22a86f1b Add another couple of years to my PGP key. 2018-01-02 11:55:24 +00:00
Ryusuke SUZUKI
3f1f2fb28a - Merge the following from the English version:
r49777 -> r51353	head/ja_JP.eucJP/htdocs/copyright/freebsd-license.xml
	r38745 -> r51230	head/ja_JP.eucJP/htdocs/copyright/trademarks.xml
	r49777 -> r51353	head/ja_JP.eucJP/share/xml/header.l10n.ent
2018-01-02 08:53:05 +00:00
Ryusuke SUZUKI
8de7b0db20 - Merge the following from the English version:
r50581 -> r51357	head/ja_JP.eucJP/books/handbook/desktop/chapter.xml
2018-01-02 08:39:19 +00:00
Eitan Adler
2afb477b27 handbook: remove instructions for NPAPI plugins
- Neither Firefox nor Chrome support NPAPI plugins anymore and as such
  the instructions to install them are not applicable.
- Tell users of opera to install the plugin directly rather than
  redirect to Firefox's instructions. I have not validated that this
  still works. Google shows mixed information for Opera's NPAPI support.
- While here remove an extraneous word 'new'

PR:		220399
Reported by:	Randy Westlund <rwestlun@gmail.com>
2018-01-01 10:07:34 +00:00
Eitan Adler
b55a034b0d myths: remove a dead project
- ThinBSD - website no longer resolves

PR:		213523
Reported by:	linimon
2018-01-01 09:37:16 +00:00
Niclas Zeising
cf50a83a7a Update key with new expiry date.
Happy new year!
2017-12-31 21:28:11 +00:00
Benedict Reuschling
e6fe78581b Fix event-id for FOSDEM to the actual year it will be in (2018). 2017-12-31 18:40:15 +00:00
Benedict Reuschling
56ff8fa0a5 Bump copyright years for the doc tree to 2018 as listed in
https://wiki.freebsd.org/HappyNewYearCopyrightYearBumps.
I had to introduce a line-break into doc.xml.mk to avoid overlong lines.

Happy New Year everyone!
2017-12-31 18:37:34 +00:00
Benedict Reuschling
f81d6d2592 Bump the STARTYEAR to 2018, which was forgotten as part of r51351. 2017-12-31 18:19:30 +00:00
Benedict Reuschling
0103efe144 Create a new events page for 2018 by copying the 2017 events page
and making the necessary changes.
The following events of 2018 are already listed with their dates:
- FOSDEM 2018
- AsiaBSDcon 2018
- BSDCan 2018

Hope to see many of you at these events.
2017-12-31 18:14:23 +00:00
Eitan Adler
faa19e0304 Contributing: correct link to pkg-info
PR:		212781
Submitted by:	Pratik Patel <pkpatel88@gmail.com>
2017-12-31 00:40:01 +00:00
Eitan Adler
e35076e423 FAQ: wordsmith password hashing 2017-12-30 23:01:13 +00:00
Eitan Adler
1d6a8965af all: use https for FreeBSD.org domains
This change excludes some generally unchanged files such as release
announcements, events, news, etc.
2017-12-30 22:56:56 +00:00
Adam Weinberger
87cbed3f18 Add a section on shell completion files. Basically, always install them,
and never register RUN_DEPENDS on the shells themselves.

Approved by:	mat (doc hat)
Differential Revision:	https://reviews.freebsd.org/D13696
2017-12-30 20:49:24 +00:00
Ryusuke SUZUKI
4221c2a17d - Merge the following from the English version:
r49468 -> r51329	head/ja_JP.eucJP/htdocs/developers/cvs.xml
2017-12-29 16:37:22 +00:00
Ryusuke SUZUKI
a32fb5012d - Merge the following from the English version:
r51261 -> r51342	head/ja_JP.eucJP/htdocs/index.xsl
2017-12-29 16:30:04 +00:00
Eitan Adler
e3bfd7fc38 Correct #indefinite-wait-buffer explanation
The relevent code block on `swread` which is page-in not page-out.

Reported by:	Mark Millard <markmi@dsl-only.net>
2017-12-28 07:26:53 +00:00
Danilo G. Baio
40d4501456 Add Dhananjay Balan to contributors
Maintainer of devel/hexd
		graphics/pixd
		mail/py-alot
2017-12-27 20:57:46 +00:00
Eitan Adler
16430de387 Front Page: wordsmith the description a bit
Remove "advanced" which tells the user nothing, and is repeated later.
Remove "computer" in front of "operating system" which is a given.

"Perfection is achieved, not when there is nothing more to add, but when
there is nothing left to take away"
2017-12-27 11:32:11 +00:00
Eitan Adler
073bdfc8e6 flyer: modernize program names
- OO.O -> LibreOffice
- SAP/R3 is dead, and SAP SE has not been confirmed to work on FreeBSD
- an extra word
2017-12-27 11:22:49 +00:00
Eitan Adler
23d72cf990 flyer: update the text a bit
Try and make the flyer a bit nicer. It can do with some formatting
changes and an overall reduction of wordyness but this is a start.
2017-12-27 11:16:05 +00:00
Carlo Strub
29afb40a94 Update PGP key 2017-12-26 22:49:40 +00:00
Oleksandr Tymoshenko
8f439721ae Provide more details for new committers on Bugzilla account merging
Update Bugzilla section of new committer's guide with more detailed
description of Bugzilla account merging and add reference to Kerberos
password generation/change. Based on emails bugmeister@ team receives these
items are the most common sources of confusion for new FeeBSD committers
when it comes to bugtracker.

Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D12828
2017-12-26 21:17:23 +00:00
Benjamin Kaduk
c965a11410 Extend the submission deadline for 2017Q4 entries
Give people another week, since the call for submissions has not
gone out yet.
2017-12-25 23:35:59 +00:00
Benjamin Kaduk
c618ef8675 Add introduction to the 2017Q3 report 2017-12-25 23:35:06 +00:00
Benjamin Kaduk
5e3363b588 Second editing pass through the 2017Q3 report 2017-12-25 23:28:48 +00:00
Benjamin Kaduk
b18fc89779 Fix broken links in the 2017Q3 report 2017-12-24 06:28:31 +00:00
Eitan Adler
6ba75941c6 Wordsmith
Reported by: bjk
2017-12-23 04:42:21 +00:00
Eitan Adler
61360590ea FDP Primer: add missing word; pet igor
PR:		224531
Submitted by:	ljuba.bsd@gmail.com
2017-12-23 01:19:43 +00:00
Glen Barber
f7ec3e1947 Ensure pgpkeyring.txt is always regenerated to prevent stale keys
from existing on the website until a full, clean build is done.

Sponsored by:	The FreeBSD Foundation
2017-12-22 19:44:54 +00:00
Eitan Adler
d66aedfc0b multiple: fix a few typos
- Duplicate words
- change -> chance
- insure -> ensure (this is actually an Americanism, but can confuse
  some people)
2017-12-22 17:48:44 +00:00
Eitan Adler
3845c83d66 subversion: update URL
The link to the Subversion project points to its former home page.

PR:		221068
Reported by:	philipp.kloke <philipp.kloke@web.de>
2017-12-22 14:48:00 +00:00
Eitan Adler
3e234db2e5 community: multiple updates
- del.icio.us is being shutdown in favor of in pinboard's paid service
- make most URLs https instead of http
- update the Facebook user group link
- add a link to @freebsdcore's Twitter page

PR:		221489
Reported by:	ygy
2017-12-21 09:24:28 +00:00
Ryusuke SUZUKI
5ab280619f - Merge the following from the English version:
r50360 -> r51251	head/ja_JP.eucJP/books/handbook/introduction/chapter.xml
2017-12-20 12:56:24 +00:00
Mathieu Arnold
cc35a951e5 Add missing 1101506.
Sponsored by:	Absolight
2017-12-20 08:33:38 +00:00
Mathieu Arnold
3df4f71d38 Remove extra revision numbers.
Sponsored by:	Absolight
2017-12-20 08:33:36 +00:00
Mathieu Arnold
976acf33f7 Add a template and a bit of an explanation for the versions
descriptions.

Sponsored by:	Absolight
2017-12-20 08:33:22 +00:00