aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/articles
Commit message (Collapse)AuthorAgeFilesLines
...
* freebsd-releng: fix a path to a file to updateGlen Barber2021-10-221-1/+1
| | | | Sponsored by: Rubicon Communications, LLC ("Netgate")
* Add Toni Yannick Kalombo for net/fort.Philip Paeps2021-10-221-0/+1
|
* articles/freebsd-questions: Update subscription instructionsDanilo G. Baio2021-10-121-59/+8
| | | | Following mailing lists migration from Mailman to Mlmmj.
* Replace Mailman to Mlmmj addressesDanilo G. Baio2021-10-123-7/+8
| | | | | | | Following mailing lists migration from Mailman to Mlmmj. Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D32466
* git: recommend git bisect start --first-parentWarner Losh2021-10-111-2/+3
| | | | | | | | Due to how we do merge commits from the vendor branches, we don't want git bisect selecting those revisions as a bisection point. Recommend using 'git bisect start --first-parent' as a workaround. Sponsored by: Netflix
* committers-guide: Improve style of git commandsMateusz Piotrowski2021-10-071-2/+2
| | | | Add a space between the -m flag and its arguments.
* committers-guide: Mention MFH explicitlyMateusz Piotrowski2021-10-071-1/+1
| | | | | | | The process of merging ports commits from the main branch into a quarterly branch is called MFH (Merge From Head) for historical reasons. Mention MFH explicitly in the section describing the procedure so that it's easier to find it.
* freebsd-releng: note the document does not yet reflect moving to GitGlen Barber2021-10-061-0/+5
| | | | Sponsored by: Rubicon Communications, LLC ("Netgate")
* freebsd-releng article: remove a reference specific to 11.x.Glen Barber2021-10-061-3/+0
| | | | Sponsored by: Rubicon Communications, LLC ("Netgate")
* contributors: move kuriyama to the developer alumniRene Ladan2021-10-042-1/+1
|
* articles/contributors: Move wblock to the Development Team AlumniDanilo G. Baio2021-09-302-1/+1
|
* freebsd-src-lsp: fix bear '--append' flagMitchell Horne2021-09-291-2/+2
| | | | | | | | The bear utility does not have a -a flag, but rather --append. Reviewed by: debdrup, ygy, khng Approved by: debdrup (docs) Differential Revision: https://reviews.freebsd.org/D32213
* committers-guide: Remove 'use-agent' from minimum gpg.conf settingsYasuhiro Kimura2021-09-291-1/+0
| | | | | | | | | | | | | | | In the gpg2(1) man page 'use-agent' option is explained as following. ---------------------------------------------------------------------- --use-agent --no-use-agent This is dummy option. gpg2 always requires the agent. ---------------------------------------------------------------------- It means adding 'use-agent' to gpg.conf is no-op. So remove it from minimum acceptable defaults of gpg.conf. Approved by: ygy (doc, mentor)
* Update the list of developers and contributors about Yasuhiro KimuraYasuhiro Kimura2021-09-252-1/+1
| | | | | | | | It corresponds to the 2nd step of the procedure described in section 7.1 of Committer's Guide. Approved by: ygy (mentor) Differential Revision: https://reviews.freebsd.org/D32133
* articles/contributors: Move keramida to the Development Team AlumniDanilo G. Baio2021-09-232-1/+1
| | | | | | Missed entry in time; dates came from: https://cgit.freebsd.org/doc/commit/?id=e8a9a5be4956739f3fd1f8d50a4b6bf5aeba5428 https://cgit.freebsd.org/doc/commit/?h=internal/admin&id=a50eb5c4872a34252c9cf9d2a95ad79e86b5ab70
* articles/contributors: Move gabor to the Development Team AlumniDanilo G. Baio2021-09-222-1/+1
|
* committers-guide: use "Unsupported" instead of "Tier 4"Ed Maste2021-09-211-4/+4
| | | | | | | | | | | | Our use of "Tier 4" to represent unsupported architectures has caused confusion, especially when we did not explain what the tiers mean on in the platform list itself. Just use "Unsupported" to describe the architectures that are unsupported by a given release. Reviewed by: imp (earlier), ygy Approved by: ygy (mentor) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D32030
* articles/contributors: Move sevan to the Development Team AlumniDanilo G. Baio2021-09-182-1/+1
|
* contributors: re-add a blank line at the startRene Ladan2021-09-061-0/+1
|
* contributors: move culot@ to the developer alumniRene Ladan2021-09-062-2/+1
|
* Contributing to ports: encourage using git-format-patch(1) and seeking helpLi-Wen Hsu2021-08-191-2/+3
| | | | | | | Input from: Jose Luis Duran <jlduran@gmail.com>, Pau Amma <pauamma@gundo.com>, bapt Approved by: ygy (mentor) Differential Revision: https://reviews.freebsd.org/D31202
* Syntax fixLi-Wen Hsu2021-08-171-1/+1
| | | | Fixes: 23d7fdd97095f97f51ac6a8844fd2cd3ec6dbacc
* Add Fangrui Song for rtld improvementsLi-Wen Hsu2021-08-171-0/+1
|
* committers-guide: minor typos and one whitespace changeCeri Davies2021-08-161-2/+3
|
* Add Quentin Baker for x11/xfce4-docklike-pluginGuido Falsi2021-08-151-0/+1
| | | | PR: 257692
* committers-guide: Fix PGP keyring linkDanilo G. Baio2021-08-141-1/+1
|
* Add committer entries for Daniel Engberg (diizzy)Daniel Engberg2021-08-112-0/+4
| | | | | | | | Section 7.1 in Committer's Guide Reviewed by: tcberner Approved by: tcberner (mentor) Differential Revision: <https://reviews.freebsd.org/D31480>
* leap-seconds: Update linksMateusz Piotrowski2021-08-091-2/+2
|
* committers-guide: Register blanket approvals from docengDanilo G. Baio2021-08-081-0/+31
| | | | | Suggested by: lwhsu Approved by: doceng
* committers-guide: Place Differential Revision last in tableEd Maste2021-07-271-3/+3
| | | | | | | | | Differential Revision must be the last line of the commit message. List it last in the table as well to help make this clear. Reviewed by: imp, ygy Approved by: ygy Differential Revision: https://reviews.freebsd.org/D31309
* articles/contributors: Fix paragraph with list continuationDanilo G. Baio2021-07-261-0/+1
|
* committers-guide: add missing periodEd Maste2021-07-261-1/+1
| | | | Approved by: ygy
* articles/contributors: Fix character encodingDanilo G. Baio2021-07-253-45/+45
|
* committers-guide: remove IRC cloak info for nowCeri Davies2021-07-221-7/+0
|
* committers-guide: various typo fixes and slightly clearer wordingCeri Davies2021-07-221-18/+18
|
* committers-guide: Fix col formatting error in last commitsKevin Bowling2021-07-151-1/+1
| | | | Pointy hat: me
* comitters-guide: Fix unterminated block in previous commitKevin Bowling2021-07-151-0/+1
|
* comitters-guide: clarify submitted and approved post gitKevin Bowling2021-07-151-9/+14
| | | | | Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D30969
* articles/contributing: Update freebsd-pkg-fallout addressDanilo G. Baio2021-07-021-1/+1
| | | | The former URL is not available anymore.
* committers-guide: Document "Pull Request:" linesWarner Losh2021-06-301-0/+5
| | | | | | | | | A number of committers have started using "Pull Request:" to document when a change was submitted by a pull request to give context discussed there should it be necessary in the future. I documented it previously in the `Landing a github pull request` section by implication as well. Sponsored by: Netflix
* freebsd-src-lsp: Correct typo in title.Ceri Davies2021-06-281-2/+2
|
* articles: Add language server in the FreeBSD src tree guideKa Ho Ng2021-06-261-0/+249
| | | | | | | | | This guide introduces the use of a Language Server for developement in the FreeBSD src tree. Sponsored by: The FreeBSD Foundation Approved by: ygy (doc) Differential Revision: https://reviews.freebsd.org/D30735
* committers-guide: use a less sweary version of a git resource.Ceri Davies2021-06-251-1/+1
|
* committers-guide: fix typosWarner Losh2021-06-211-2/+2
| | | | | Noticed by: Pau Amma Sponsored by: Netflix
* committer-guide/git: Add what to do for pushing mainWarner Losh2021-06-201-1/+26
| | | | | | | | | | git arc stage lands commits on main. Some people think it's more natural to put changes on main and push that. Document how to do that as an alternative to the somewhat safer way of rebasing a branch and pushing that branch otno main. Also add tags to these sections so we (I?) can reference them easily when people ask. Sponsored by: Netflix
* Revert "Add Hugo's lang shortcode"Danilo G. Baio2021-06-1924-107/+107
| | | | | | | This reverts commit 3462d12db6ebf303064db168a2333374344f369a. Too soon, it broke asciidoctor-pdf which doesn't know Hugo's shortcode. It will take more time and care.
* Add Hugo's lang shortcodeDanilo G. Baio2021-06-1924-107/+107
| | | | | | | | | | | | | | | | | | This is a prerequisite for the translation workflow through .po files and Weblate. The asciidoctor include with the shortcode variable will help because won't be needed to change the includes manually after converting the translation (.po file) back to .adoc. It will help other areas like, language attributes, which today is fixed in every document. The use of shortcode was suggested by jmooring@ from Hugo's project on Github. Reviewed by: carlavilla Differential Revision: https://reviews.freebsd.org/D30823
* committers-guide: Strongly suggest careful review of all pull requestsWarner Losh2021-06-171-1/+7
| | | | | | | | | Pull requests should be treated with extreme caution and be carefully reviewed. Add this advice. Reviewed by: allanjude,bcr Sponsored by: Netflix Differential Revsion: https://reviews.freebsd.org/D30794
* committers-guide: Add note to check for default anonymous github namesWarner Losh2021-06-161-0/+11
| | | | | | | | | Github generates names like github-user <38923459+github-user@users.noreply.github.com> for it's web-created content. Add a note for people doing pull requests to check for this construct and to request a real name. Sponsored by: Netflix
* committer-guide: Add an anchor for the how to land a github pull request ↵Warner Losh2021-06-161-0/+1
| | | | | | | | section. So I can start dropping it into chats when people ask :) Sponsored by: Netflix