Commit graph

44 commits

Author SHA1 Message Date
Glen Barber
118a5fec79 fix __FreeBSD_version 1305000 entry.
Pointyhat:	gjb (myself)
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-02-04 19:12:06 -05:00
Glen Barber
b776d2274b Document __FreeBSD_version 1305000
Approved by:	re (implicit)
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-02-04 19:06:26 -05:00
Warner Losh
e2223b82bd Minor wordsmithing to reflect current practice
Generally things are done by consensus, with the core team stepping in when
there's a dispute. Update the documented encumbered software policy to reflect
what's actually done and is considered to be working. This harmonizes the wording
for contributed software and encumbered software. Also wordsmith how Release
Engineering is referenced. Also removes stray > marks on object files. Also
document the fw files.

Note: the ascii file requierment dates from CVS days and should change. But
I've not pushed things that far in this commit.
2021-02-04 11:43:50 -07:00
Warner Losh
612d995019 More markup fixes
Get the sections rendering correctly in hugo
Convert markdown enumerated list convention to asciidoc
Remove stray '+' lines
Small tweak in wording missed in review for this content's new context
2021-02-04 11:21:34 -07:00
Warner Losh
4830802786 Fix minor markup issues with updating vendor import section 2021-02-04 10:49:28 -07:00
Warner Losh
b3f6ba6ff5 Start to update the committer's guide with git information
Do the easy git updates for URLs and branch names. Note svn guide
is just for ports (but don't edit out the src specific bits
since we'll dump it wholesale in 2 months). Add pointer to my
draft docs until they can all be integrated.
2021-02-04 10:36:16 -07:00
Warner Losh
e73763e350 Convert vendor imports to git instructions
Now that subversion is gone, replace the subversion info with git info.

Note: This was pulled in from my github repo. Fixes contributed
by jrm@, uqs@, woodsb02@, delphij@, rpokala@ and ceri@

Reviewed by: emaste@ (earlier version, conditional), gjb@
Differential Revision: https://reviews.freebsd.org/D28474
2021-02-04 10:36:08 -07:00
Ed Maste
fbc1409c73 Use @generated in generated files
@generated is used by various tools to identify generated files.
For example, Phabricator will not display diffs in generated files
by default.

Reviewed by:	gjb
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D28446
2021-02-04 09:39:06 -05:00
Warner Losh
e11aaf5a76 Revert "Convert vendor imports to git instructions"
This reverts commit 4fc73e884c.

4fc73e884c was pushed w/o review by mistake.
2021-02-03 17:43:45 -07:00
Warner Losh
4fc73e884c Convert vendor imports to git instructions 2021-02-03 17:40:30 -07:00
Warner Losh
32f3af824f Remove old, draft version of git primer.
This contains a very early version of the git primer that's incomplete. It's
also unreferenced in the tree. Remove it.
2021-02-03 15:15:08 -07:00
Brandon Bergren
bd3ec6a734 Trivial change: Remove duplicated paragraph. 2021-02-02 10:19:12 -06:00
Bjoern A. Zeeb
32e2174cf3 Document my bump for 1300139 and try to document mjg's missing one.
Sponsored-by:	The FreeBSD Foundation
2021-02-02 12:16:53 +00:00
Allan Jude
9374bec486 bsdinstall: Fix corrupted table
Sponsored By:	Klara Inc.
2021-02-02 00:59:21 -05:00
Sergio Carlavilla Delgado
f777b95139 Convert Vincenzo pgpkey to AsciiDoc 2021-02-01 22:33:12 +01:00
Sergio Carlavilla Delgado
57930f3fd5 Upgrade pgpkeys related tools and committers guide new committer section 2021-02-01 22:23:03 +01:00
Glen Barber
790a769f67 releng: fix rendering of replaceable variables
Add 'subs="attributes"' to [source] and [.programlisting] blocks
to properly replace variables in rendered output.

Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-02-01 16:15:09 -05:00
Gordon Bergling
fabd1efd2c Handbook: ZFS chapter: Correct a grammar mistake (with -> will)
PR:	253153
Submitted by:	Andreas Bjørnestad <panden at gmail dot com>
2021-02-01 19:20:33 +01:00
Vincenzo Maffione
bdb56d32ce Update my PGP key (using addkey.sh) 2021-02-01 07:50:02 +00:00
Allan Jude
a4b2772516 Fix broken link to the BSD family tree in the FAQ 2021-01-31 20:19:23 -05:00
Allan Jude
bc185da8de Improve the documentation front page with full book/article names
Use the title of the book or article rather than the directory name
Also use the full name of the language, not just the short code

Sponsored by:	Klara Inc.
Reviewed by:	carlavilla
Differential Revision:	https://reviews.freebsd.org/D28440
2021-01-31 20:09:37 -05:00
Sergio Carlavilla Delgado
d8d889ea90 MFH info missing from Committers Guide
Restore MFH info in the committers guide.

PR:             253065
Submitted by:   fernanpe@
2021-01-30 20:36:26 +01:00
Sergio Carlavilla Delgado
1ff4da59ba Finalize document synchronization in pt-br
Finalize document synchronization in pt-br by migration to AsciiDoc
2021-01-30 18:58:43 +01:00
Dimitry Andric
e9f8cbb45f Document __FreeBSD_version value 1300137. 2021-01-30 00:51:14 +01:00
Sergio Carlavilla Delgado
67b8d471d4 Remove unnecessary step in FDP quick start guide
Remove unnecessary step when the user install
the required tools for the website and documentation.

There's no need to move the shared folder between projects
2021-01-29 18:23:26 +01:00
Sergio Carlavilla Delgado
85faabdc47 Update build chapter in FDP
Update the build chapter in the FDP to reflect the new
build system.

Patch by:               kevans@
Differential Revision:  https://reviews.freebsd.org/D28409
2021-01-29 18:20:04 +01:00
Kyle Evans
127d3f2965 build: remove generate target, split run out
This ensures that `make all` will never try to run the internal server.
Instead, the user can run it manually if they need to.

Reviewed-by:	gjb, hrs
Differential-Revision:	https://reviews.freebsd.org/D28384
2021-01-28 21:15:10 -06:00
Kyle Evans
885316d9e8 build: slap fake targets with .PHONY
This instructs make(1) to consider them always out of date, and prevents
foot-shooting if a directory entry with the same name comes into existence.

Reviewed-by:	gjb, hrs
Differential-Revision:	https://reviews.freebsd.org/D28383
2021-01-28 21:15:10 -06:00
Kyle Evans
dc7b79a328 build: slap some .ORDER on targets
This ensures that the build still generally works if one specifies jobs and
multiple targets at the same time.

Reviewed-by:	gjb, hrs
Differential-Revision:	https://reviews.freebsd.org/D28382
2021-01-28 21:15:10 -06:00
Kyle Evans
98844c28f4 build: replace move-shared/copy-shared with a symlink
The build should strive to not write to the shared space, so symlink these
back to the one copy and remove the prep work needed.

Reviewed-by:	gjb, hrs
Differential-Revision:	https://reviews.freebsd.org/D28381
2021-01-28 21:15:10 -06:00
Bjoern A. Zeeb
df4fdb99eb Document __FreeBSD_version 1400003
(LinuxKPI changes conflicintg with drm-kmod).

Sponsored-by:	The FreeBSD Foundation
2021-01-28 17:25:14 +00:00
Sergio Carlavilla Delgado
a62f2c7bd3 Fix a few nits in the Rosetta stone section of the FDP primer.
Patch by:               pauamma_gundo.com
Differential Revision:  https://reviews.freebsd.org/D28360
2021-01-27 21:01:04 +01:00
Sergio Carlavilla Delgado
ab8cd36cda Improve the column widths of various pages in the FDP
Patch by:               allanjude@
Differential Revision:  https://reviews.freebsd.org/D28358
2021-01-26 20:45:47 +01:00
Dimitry Andric
563997d288 Abbreviate displayed git hashes to 12 hex digits. 2021-01-26 20:25:57 +01:00
Dimitry Andric
078e5ea093 Fix links to onetbb and libiconv ports. 2021-01-26 20:25:57 +01:00
Sergio Carlavilla Delgado
7808bd27ab Enable robots.txt in docs.freebsd.org
Enable again robots.txt for docs.freebsd.org

PR:             253031
Submitted by:   wosch@
2021-01-26 20:17:05 +01:00
Dimitry Andric
a4e8636939 Change links from svnweb to cgit, and remove sys/sys/param.h subpaths,
so it is easier to view the entire referenced commits.
2021-01-26 20:14:18 +01:00
Dimitry Andric
238de6b6a7 Document __FreeBSD_version values 1300132 through 1300136 and 1400000
through 1400002.
2021-01-26 20:09:47 +01:00
Glen Barber
17e99717e2 gitignore: ignore *.swp files
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-01-26 12:04:38 -05:00
Lewis Cook
2d42c615e6 Add committer entries for Lewis Cook <lcook>
Approved by: 		fernape (mentor)
Differential Revision: 	https://reviews.freebsd.org/D28275
2021-01-26 16:06:28 +00:00
Michael Gmelin
b0a56f2891 Correct simple typo.
Summary: Really simple typo, good change to test the new workflow.

Test Plan: None

Reviewers: carlavilla

Reviewed By: carlavilla

Differential Revision: https://reviews.freebsd.org/D28348
2021-01-26 13:58:17 +01:00
Sergio Carlavilla Delgado
4dba695e5d Use Hugo's relLangURL filter to fix relative URLs in list shortdocs
Submitted by:	allanjude@
PR:		253013
Review:         https://reviews.freebsd.org/D28344
2021-01-26 13:02:54 +01:00
Allan Jude
ca50c35a68 Add a missing space to unbreak rendering of chapters-order sub-heading 2021-01-26 03:41:14 +00:00
Sergio Carlavilla Delgado
989d921f5d Migrate doc to Hugo/AsciiDoctor
I'm very pleased to announce the release of
our new website and documentation using
the new toolchain with Hugo and AsciiDoctor.

To get more information about the new toolchain
please read the FreeBSD Documentation Project Primer[1],
Hugo docs[2] and AsciiDoctor docs[3].

Acknowledgment:
Benedict Reuschling <bcr@>
Glen Barber <gjb@>
Hiroki Sato <hrs@>
Li-Wen Hsu <lwhsu@>
Sean Chittenden <seanc@>
The FreeBSD Foundation

[1] https://docs.FreeBSD.org/en/books/fdp-primer/
[2] https://gohugo.io/documentation/
[3] https://docs.asciidoctor.org/home/

Approved by:    doceng, core
2021-01-26 00:31:29 +01:00