| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* Make alven@FreeBSD.org primary UID
+ Make separate short-lived subkeys for encryption and signing
Approved by: db@ (Mentor, implicit)
|
|
|
|
|
| |
Reviewed by: bcr@
Differential Revision: https://reviews.freebsd.org/D51614
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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: status (Pau Amma <paumma@gundo.com>)
Pull Request: https://github.com/freebsd/freebsd-doc/pull/517
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D50999
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
My first steps as a new committer, following the Committer's Guide: [0]
1. Add an Author Entity (doc/shared/authors.adoc)
2. Update the List of Developers and Contributors (doc/shared/contrib-committers.adoc)
3. Add a News Item (doc/website/data/en/news/news.toml)
4. Add a PGP Key (doc/documentation/static/pgpkeys/alven.key)
[0] https://docs.freebsd.org/en/articles/committers-guide/#conventions-committers
PR: 287620
Approved by: db@ (Mentor)
|
|
|
|
| |
Signed-off-by: Eric Joyner <erj@FreeBSD.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Consistent with:
a) doc 682f0eee79f1 (2025-06-11)
b) the order of members' names at
https://www.freebsd.org/administration/#t-re
Signed-off-by: Graham Perrin <grahamperrin@gmail.com>
|
|
|
|
| |
Pull Request: https://github.com/freebsd/freebsd-doc/pull/423
|
|
|
|
|
| |
Submitted by: rilysh
Pull Request: https://github.com/freebsd/freebsd-doc/pull/468
|
|
|
|
|
| |
Discussed with: ziaee@ on Community Discord
Pull Request: https://github.com/freebsd/freebsd-doc/pull/491
|
|
|
|
| |
Pull Request: https://github.com/freebsd/freebsd-doc/pull/499
|
|
|
|
| |
Pull Request: https://github.com/freebsd/freebsd-doc/pull/507
|
|
|
|
| |
Pull Request: https://github.com/freebsd/freebsd-doc/pull/528
|
|
|
|
|
|
| |
14.3/announce/
should be
14.3R/announce/
|
|
|
|
|
|
| |
13.5/announce/
should be
13.5R/announce/
|
|
|
|
|
| |
Add Vladimir Grebenshchikov <vova@zote.me> for ports
net/net/amneziawg-kmod and net/amneziawg-tools.
|
|
|
|
|
| |
Reviewed by: carlavilla@, Pau Amma <pauamma@gundo.com>
Pull Request: https://github.com/freebsd/freebsd-doc/pull/522
|
|
|
|
| |
Pull Request: https://github.com/freebsd/freebsd-doc/pull/524
|
| |
|
|
|
|
|
| |
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D51532
|
|
|
|
|
| |
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D51531
|
| |
|
| |
|
|
|
|
| |
While here, perform some basic clean-up and wordsmithing.
|
| |
|
|
|
|
|
| |
Pull Request: https://github.com/freebsd/freebsd-doc/pull/532
Closes: https://github.com/freebsd/freebsd-doc/pull/532
|
|
|
|
|
|
|
|
|
|
| |
Some of the latest entries were not sorted by last name. This fixes
that.
Reviewed by: jrm (mentor)
Approved by: jrm (mentor)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D51429
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
Complete steps for new committers from the committer's guide:
1. Add myself to shared/authors.adoc.
2. Add myself to shared/contrib-committers.adoc.
3. Add a news entry.
4. Add my PGP key.
Reviewed by: mckusick (mentor), jrm (mentor)
Approved by: mckusick (mentor), jrm (mentor)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D51427
|
|
|
|
| |
It's been available on FreeBSD for a while now.
|
| |
|
|
|
|
|
|
|
|
| |
The path to a ZFS volume is /dev/zvol in FreeBSD, not /dev/zvols.
Otherwise, the example no. 3 would not work properly.
PR: 287837
Differential Revision: https://reviews.freebsd.org/D51395
|
|
|
|
|
| |
For some reason if you have two monospaced fragments touching one
another asciidoc get confused.
|
|
|
|
|
|
| |
Reviewed by: jrm
Sponsored by: The FreeBSD Foundation
Pull Request: https://github.com/freebsd/freebsd-doc/pull/527
|
|
|
|
|
|
|
|
| |
The mtw(4) driver was added in src:c14b016242613 for FreeBSD 15.0
Add it to the Release Hardware Notes in the wireless section.
Reviewed by: carlavilla, mhorne (mentors)
Differential Revision: https://reviews.freebsd.org/D48906
|
|
|
|
|
|
|
|
|
|
| |
Since this is the only usb sound driver, I think it makes more sense
to put it with the other sound drivers. Especially since nobody has
ever noticied that the link is incorrectly named and it has actually
always been broken.
Reviewed by: christos, mhorne
Differential Revision: https://reviews.freebsd.org/D51262
|
|
|
|
|
| |
The ufshci(4) driver was added in src:1349a733cf28 for FreeBSD 15.0.
Add it to the Release Haredware notes in the Disk Controllers section.
|
|
|
|
|
|
|
|
| |
- Reference manual pages where appropriate
- Rewrite some paragraphs for better clarity
- Do some minor wordsmithing
- Do not explain how ksh is needed for the DTrace Toolkit. That's what
RUN_DEPENDS are for.
|
|
|
|
|
|
| |
Reviewed by: jrm
Sponsored by: The FreeBSD Foundation
Pull Request: https://github.com/freebsd/freebsd-doc/pull/526
|
| |
|
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
Pull Request: https://github.com/freebsd/freebsd-doc/pull/525
|
|
|
|
|
| |
Reviewed by: status (Pau Amma <pauamma@gundo.com>)
Differential Revision: https://reviews.freebsd.org/D51092
|
|
|
|
|
|
| |
Reviewed by: status (Pau Amma <pauamma@gundo.com>,
Chris Moerz <freebsd@ny-central.org>)
Differential Revision: https://reviews.freebsd.org/D51120
|
|
|
|
|
| |
PR: 285833
Reviewed by: ivy, jlduran, mhorne, ziaee
|
|
|
|
| |
Reviewed by: linimon
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
General:
+ Add many search keywords to tags
+ Add detail to subsections, and an abstract
+ Add drm and kms to glossary
Graphics:
+ drivers logically come first, and explain why we have to install them
+ intel graphics is not always integrated and not always cards
+ add graphics to keywords
+ refactor for flow
+ add markup for linking
Xorg:
+ add an overview subchapter
+ disambiguate Xorg server/X Window System
+ xorg-ins should directly precede xorg-cfg
+ try to tersely explain why at more points
+ autoconfiguration should not be a warning in a previous chapter,
it needs to be part of the introduction to configuration
+ explain libinput, and atomic configuration via xinput and setxkbmap
+ explain why we have xf86-input drivers, there are good use cases
Fonts:
+ sort and sync fonts intro
+ truetype fonts are what most users are looking for, for screens.
+ postscript fonts are specialized for typography, for printing.
+ therefore, move truetype first, and explain the difference.
+ add fonts to keywords
Outstanding:
+ hybrid graphics
+ the fonts section really needs more love, the X freetype module does
not actually exist for many years.
+ xorg configuration => see desktop environments
+ ...the whole thing could still be a little clearer
+ mention fwget
+ consider moving driver installation to basics
Discussed with: bcr, carlavilla, vishwin, Jim Brown
Differential Revision: https://reviews.freebsd.org/D46248
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
|