| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
The other committer's guide was written years before the cross repo
commit bit stuff. Harmonize and expand a little the advice given to make
it also match the tone of the new policy and our usual practices being a
little more relaxed than what was documented previously.
Sponsored by: Netflix
Feedback by: jhb
Differential Revision: https://reviews.freebsd.org/D58007
|
| |
|
|
|
|
| |
PR: 279503
Reviewed by: wosch
Differential Revision: https://reviews.freebsd.org/D57937
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This leaves an appropriatesummary on the website pages, committer's
guide and contributing pages, and augments license-guide with
information that was on those pages (though the license exceptions
moves to software-license).
It's mostly word motion with light edits.
Sponsored by: Netflix
Reviewed by: ziaee, adrian
Approved by: core (24 hour rule)
Differential Revision: https://reviews.freebsd.org/D57340
|
| |
|
|
|
|
|
|
|
|
| |
Asciidoctor documentation says sectnumlevels from 0-5 are accepted.
Since every chapter sets this value to 6, it is not being parsed and
does not do anything.
Reviewed by: aokblast
Fixes: bdf18a045832 ("handbook: Remove sectnumlevels")
Differential Revision: https://reviews.freebsd.org/D57646
|
| | |
|
| |
|
|
| |
PR: 293468
|
| | |
|
| |
|
|
|
|
| |
Matching what we did in software-license guide.
Discussed with: emaste, lwhsu
|
| |
|
|
|
|
|
| |
Matching what we did in style(9) and license-guide.
Reviewed by: emaste, imp, mhorne
Differential Revision: https://reviews.freebsd.org/D54444
|
| |
|
|
|
|
|
|
|
|
| |
- explaining-bsd: fix missing opening quote in trademarks list
- committers-guide: remove duplicate word ("to to" -> "to")
- jails: fix article usage ("A incomplete" -> "An incomplete")
- zfs: remove redundant preposition ("in since" -> "since")
Reviewed by: ziaee
Closes: https://github.com/freebsd/freebsd-doc/pull/624
|
| | |
|
| |
|
|
|
|
|
| |
Suggested by: imp
Discussed with: emaste
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D55120
|
| |
|
|
|
|
|
|
|
| |
The git-arc script was moved from devel/freebsd-git-devtools to
devel/freebsd-git-arc.
Reviewed by: ziaee
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55131
|
| |
|
|
|
| |
Reviewed by: lwhsu
Differential Revision: https://reviews.freebsd.org/D55134
|
| |
|
|
|
|
| |
Reviewed by: jlduran
Reported by: emaste, jlduran
Differential Revision: https://reviews.freebsd.org/D55121
|
| |
|
|
|
| |
Reviewed by: vexeduxr
Differential Revision: https://reviews.freebsd.org/D54448
|
| |
|
|
|
| |
This trailer is not deprecated by Git, it's deprecated by FreeBSD's
migration to Git.
|
| | |
|
| |
|
|
|
| |
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D53241
|
| |
|
|
|
|
|
|
|
| |
Since we've started bringing in people via github, etc, they have a
number of commits with a different author than the FreeBSD
address. Suggest that people add their new FreeBSD address.
Suggested by: srcmgr call
Sponsored by: Netflix
|
| |
|
|
| |
Differential Revision: https://reviews.freebsd.org/D52435
|
| |
|
|
|
| |
Reviewed by: imp, olce, emaste
Differential Revision: https://reviews.freebsd.org/D52396
|
| |
|
|
|
|
| |
Remove a line break that prevented the link markup from working properly.
Reported by: jmg
|
| | |
|
| |
|
|
|
| |
Approved by: bcr@
Differential Revision: D51843
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
I originally suggested a 63-character limit "so that git log --oneline
avoids wrapping." Short hashes in the tree are typically 12 characters,
and a space between the hash and the subject should result in a limit
of 67 characters. I think I arrived at 63 by subtracting git's typical
4-space indentation from 67, but that indent is not applicable to
`git log --oneline`.
Reviewed by: olce
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D48246
|
| |
|
|
|
| |
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D51532
|
| |
|
|
|
| |
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D51531
|
| |
|
|
|
|
|
|
| |
It's not very useful for non-administrator logging into the Jenkins
instance and this feature has been disabled for a while. Remove it from
the kerberos/ldap covering service list.
Sponsored by: The FreeBSD Foundation
|
| | |
|
| |
|
|
|
|
|
| |
Experience has shown that some of the advice in this primer is awkward
and clunky. Address some of that by refining what we suggest.
Sponsored by: Netflix
|
| |
|
|
| |
Sponsored by: Netflix
|
| |
|
|
|
|
|
|
| |
(At least one of the reasons.)
Reviewed by: markj, imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D50600
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
i386 can no longer be a reference architecture in 15.0 and later.
Instead, require new portable features to work on at least one Tier 1
architecture and drop the notion of a separate set of reference
architectures.
While here, FreeBSD has not been i386-only for so long that the
leading sentence now is outdated, so drop it.
Reviewed by: imp, lwhsu
Differential Revision: https://reviews.freebsd.org/D50620
|
| |
|
|
|
| |
Reviewed by: imp, lwhsu, emaste
Differential Revision: https://reviews.freebsd.org/D50619
|
| |
|
|
|
|
|
|
|
|
| |
- Restructure some of the text to avoid hardcoding compiler versions when
possible.
- Explicitly note the naming pattern for llvm toolchain packages.
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D50618
|
| |
|
|
|
|
|
|
|
| |
Two of these seemed to be used in the sense of "building the system."
The other one was a literal command, but was incorrect.
Reviewed by: jhb
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D50471
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
While some key words such as "MFC after:" should only appear once,
others such as "PR:" or "Sponsored by:" may be clearer if each entry
appears on it's own line. This is already somewhat common practice so
explicitly permit it.
Reviewed by: kevans, imp, emaste
Differential Revision: https://reviews.freebsd.org/D49429
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"Once, long ago, indent(3) would not touch comments starting with /*-.
But not too many people used it. Fast forward to the 90s or early 2000s.
I wrote a crappy tool to parse out license statements. It was super ugly
perl and super slow. So I repurposed that as a marker, convinced the
project to adopt it and touched almsot every file in the tree. The
parser was faster, but I couldn't get it released. I think nobody else
ever used it." ~imp
Concludes: 9ddb49cbe (begin license clauses)
Reported by: imp, jlduran
Reviewed by: carlavilla, imp (previous version)
Approved by: carlavilla (mentor)
Differential Revision: https://reviews.freebsd.org/D48345
|
| |
|
|
|
|
|
|
| |
Via `sh tools/update_translate_template.sh documentation`
Reviewed by: dbaio
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D48234
|
| |
|
|
|
| |
Reviewed by: Alexander Ziaee <concussious@runbox.com>, dbaio
Pull Request: https://github.com/freebsd/freebsd-doc/pull/428
|
| |
|
|
|
|
|
|
|
| |
Use the preferred format for displaying the "Fixes:" metadata in the git
commit message, as discussed in the srcmgr meeting (20241101).
Reviewed by: emaste, imp, jhb
Approved by: emaste (mentor)
Differential Revision: https://reviews.freebsd.org/D47397
|
| |
|
|
|
|
| |
Reported by: markj
Reviewed by: imp, markj
Differential Revision: https://reviews.freebsd.org/D47059
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Summary: Add the anchor text to the crossref macro
Test Plan:
Apply patch and build the documentation
A follow-up change will make the crossref macro fail if no description
is used.
Subscribers: delphij
Differential Revision: https://reviews.freebsd.org/D46721
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Use the crossref: macro for intra-file and intra-book links.
This will produce the correct link in Single HTML, Splitted HTML and PDF.
Rework the macro to include the PDF special render.
While here, briefly document macros.
PR: 266107
Reviewed by: bcr@, dbaio@, concussious.bugzilla_runbox.com
Differential Revision: https://reviews.freebsd.org/D46480
|
| |
|
|
| |
Sponsored by: The FreeBSD Foundation
|
| |
|
|
| |
Reported by: Pau Amma <pauamma gundo com>
|