| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
- Verify the source code comes from a trustworthy
source.
- Always review the diff before importing.
- Run configure scripts and alike in an isolated
environment.
- Perform tests inside chroot, jail or in VM first.
Reviewed by: emaste, imp
Differential Revision: https://reviews.freebsd.org/D44557
|
|
|
|
| |
Reported by: robak
|
|
|
|
|
|
|
|
| |
- add client_condition to restrict it to be used ONLY on
smtp.freebsd.org
PR: 276603
Submitted by: Larry Rosenman <ler@FreeBSD.org>
|
| |
|
|
|
|
| |
PR: 275935
|
| |
|
| |
|
|
|
|
| |
While we are at it, use the same hash from above for consistency.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently commit message template hook is installed as following.
* The one for src repository is also used for doc and ports.
* The file is downloaded through web interface (https://cgit.freebsd.org/) and installed under .git/hooks.
However,
* Both doc and ports repositories have their own hooks inside them. So it is obviously better to use them than using the one for src repository.
* For src repository committer need to download and install hook file each time it is updated.
So change the way to install commit message template hook as following.
* For doc and src repository, create symbolic link under '.git/hooks' that points to real hook file.
* For ports repository. set the path to look for hooks to '.hooks'. This is because ports repository also provides some other hooks and creating symbolic link for each of them is bothersome.
PR: 273574
|
|
|
|
|
|
|
|
| |
Discussed by email with philip@
Changed the original patch to add the 'link' macro
PR: 262174
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
https://docs.freebsd.org/en/articles/committers-guide/#_statement_of_general_intent
Level 3 section title for tiers 1, 2, and 3, and for the unsupported
tier.
Reviewed-by: imp
Approved-by: emaste
Pull-request: https://github.com/freebsd/freebsd-doc/pull/188
Closes: https://github.com/freebsd/freebsd-doc/pull/188
|
|
|
|
| |
Pull Request: https://github.com/freebsd/freebsd-doc/pull/246
|
|
|
|
|
|
|
|
| |
Reviewed by: lwhsu
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D41065
fixup turn note into note
|
|
|
|
|
|
|
|
| |
5.2.8. Managing Local Changes said "you can stop reading now" if one has
no local changes, but later sections are still important (MFCs, Vendor
Imports).
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
| |
PR: 264751
Fixes: 1e28a7874537 ("git primer: Fix two errors")
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
| |
Reviewed by: imp, jhb
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D41060
|
|
|
|
|
|
| |
- poudriere authors bapt and bdrewary prefers to write it as poudriere
instead of Poudriere. Update all the documentation to reflect the same.
- While I am here fix EOL and trailing spaces.
|
| |
|
|
|
|
|
|
| |
PR: 259385
Reviewed by: gerald
Sponsored by: The FreeBSD Foundation
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Add (deprecated) in the first column. When mentioned only in prose in
the second column it may be missed.
Noticed by: rmacklem
Reviewed by: jrtc27, lwhsu
Event: Kitchener-Waterloo Hackathon 2023
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D40196
|
| |
|
|
|
|
|
|
| |
Chapter 11 of the FreeBSD Documentation Project Primer states that
language should be clear, short, and simple. This phrasing rarely helps
with that and can be cut to a single "to" in pretty much all instances.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
df53ae0fdd98e9452095ac2fdaf95fcfac8c9c7f (2023-04-23):
* removed portsnap
* encourages use of Git.
This round of Git-oriented corrections and changes is, essentially,
timed to precede creation of the releng/14.0 branch. Not intended to be
comprehensive.
Attention to things such as:
* HEAD (not a branch) and main (branch)
* main (not a branch) and mainline
* repositories (there are three)
* ports latest, current (not CURRENT) and quarterly
* FREEBSD-CURRENT and FREEBSD-STABLE
* master
* things that were relevant only around the time of migration to Git
* markup
* grammar.
Under
https://docs.freebsd.org/en/articles/committers-guide/#_rebasing_your_change_against_latest_freebsd_source_tree
a list of items was misrepresented as a single paragraph with asterisk
characters in its midst.
Reviewed by: carlavilla, imp
Approved by: imp
Pull Request: https://github.com/freebsd/freebsd-doc/pull/182
Differential revision: https://reviews.freebsd.org/D40026
|
| |
|
|
|
|
|
|
|
|
|
| |
Do not specify anymore that the email granting a commit bit is from
core, since such emails are not sent by core for ports and doc commit
bits: they are only for src.
Approved by: carlavilla (mentor)
Differential Revision: https://reviews.freebsd.org/D39447
|