| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
Submitted by: ntremble@gmail.com
PR: 279481
|
|
|
|
|
| |
PR: 279896
Reported by: freebsd.illusive064@passinbox.com
|
|
|
|
|
|
|
| |
Fix some inconsistencies reported on IRC.
Reviewed by: dbaio
Pull Request: https://github.com/freebsd/freebsd-doc/pull/370
|
|
|
|
|
|
|
|
|
|
|
|
| |
The zfs instructions say to clone a snapshot from the skeleton to the
new thinjail. But the UFS instructions say to _make_ the thinjail
directory first and then copy the skeleton into it. This will cause your
new jail to be inside of
`/usr/local/jails/containers/thinjail/13.2-RELEASE-skeleton` instead of
just `/usr/local/jails/containers/thinjail`.
Reviewed by: dbaio
Pull Request: https://github.com/freebsd/freebsd-doc/pull/382
|
|
|
|
|
|
|
|
| |
The `sysrc` commands would be enabled when an interface configures its
address via SLAAC, not DHCP. Hence, the instruction is incorrect.
Reviewed by: https://github.com/rilysh, dbaio
Pull Request: https://github.com/freebsd/freebsd-doc/pull/383
|
|
|
|
|
|
|
|
| |
FreeBSD 10's EOL was long enough ago that we don't need to mention a
specific version that switched from GCC to Clang; simply state that
Clang is cc.
Sponsored by: The FreeBSD Foundation
|
|
|
|
| |
Reported by: Pau Amma
|
|
|
|
|
|
|
|
| |
www.lprng.com is a dead link - update to https://lprng.sourceforge.net/.
PR: 279549
Event: Kitchener-Waterloo Hackathon 202406
Sponsored by: The FreeBSD Foundation
|
| |
|
| |
|
|
|
|
|
|
| |
Instead of relying on an implied direct object for the transitive
verb "enbables", use the non-transitive form of "allows" that reads
more naturally.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. It's particularly interesting to know what games/apps are currently
"supported" through Mizuma, so it's a good idea to link the source
code URL (winetricks source code URL is also already mentioned.)
2. Remove the word "some" from the synopsis. It's ambiguous to know
the meaning of "some" here, whereas Wine is intended (and does support)
a wide range of Windows applications out of the box.
3. Use the word GitHub instead Github (ignorable).
Signed-off-by: rilysh <nightquick@proton.me>
Pull Request: <https://github.com/freebsd/freebsd-doc/pull/360
|
|
|
|
|
|
|
|
| |
FreeBSD Documentation project now uses asciidoctor instead of docbook.
Also, the web link for the config cannot be reached.
Reviewed by: Pau Amma <pauamma@gundo.com>, bcr, jrm
Differential Revision: https://reviews.freebsd.org/D42753
|
|
|
|
|
| |
Submitted by: concussious.bugzilla_runbox.com
Differential Revision: https://reviews.freebsd.org/D45421
|
|
|
|
|
|
|
|
|
| |
The only link available is on the Internet Archive's Wayback machine.
There is no other source available and even Wikipedia uses the Wayback
links in their references. Remove the whole sentence and merge the
resulting single-sentence paragraph into the one above.
PR: 263496
|
|
|
|
|
|
|
|
| |
Be consistent when labeling the boot loader screen. The title said "Boot
Menu" but the caption of the image below reads "Boot Loader Menu". Add
the "Loader" part to the title as well.
PR: 268632
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The link description would tell people to use git instead of git for
updating ports. Remove that cross reference as suggested in the PR. Note
that freebsd-update is eventually going away as well, but keep it here
for now and remove it in a separate change in the future.
Refrain from mentioning other third party tools in this section for keeping
consistency with the rest of the handbook.
PR: 273359
Based on patch by: grahamperrin@gmail.com
|
|
|
|
|
|
|
| |
The paths when destroying a jail did not match with the ones used when
creating them. Update the paths to match again.
PR: 276668
|
|
|
|
|
|
|
| |
Elaborate on this point a bit how and why they interfere with
microbenchmarking.
PR: 262646
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Notable changes:
- describe the experimental snapshot feature
- add notice about persisting and changing network configuration and the
potential for locking oneself out
- describe jailing bhyve
- improve wording throughout the page
Reviewed by: emaste, jrm, Pau Amma <pauamma@gundo.com>
Differential Revision: https://reviews.freebsd.org/D44078
|
|
|
|
|
|
|
|
|
|
|
| |
An initial 'git clone' of the ports tree takes a long time. The checkout we
had before this change contained all the commit history, which would
normally not be necessary nor be interesting for people who simply want
to compile ports without doing any kind of development.
To reduce the clone time add the '--depth 1' parameter in this change.
Additionally, for people that do work on ports, a sentence about
removing that option was added.
|
|
|
|
|
| |
PR: 279295
Reviewed by: emaste
|
| |
|
|
|
|
| |
PR: 279220
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
| |
Reviewed by: bcr, fernape
Differential Revision: https://reviews.freebsd.org/D42779
|
|
|
|
|
|
| |
Reviewed by: imp, bapt
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45281
|
|
|
|
|
|
|
|
| |
Fix kdc command in code snippet.
PR: 278640
Reported by: Jürgen Weber <weberbug@gmx.de>
Differential Revision: https://reviews.freebsd.org/D45255
|
| |
|
| |
|
|
|
|
| |
PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276796
|
|
|
|
|
|
|
|
|
| |
A user reported high CPU utilization on a fresh install of 14.0
on Parallels (MacOS, M1/Apple Silicon). Disabling the new ACPI
ged(4) device worked around the problem. Document this (for now).
Reviewed by: pauamma_gundo.com
Differential Revision: https://reviews.freebsd.org/D45103
|
| |
|
|
|
|
| |
Many issues were due to a wrongly unterminated example block.
|
|
|
|
| |
Reviewed by: gnn
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
print/apsfilter was removed from the ports tree in 2018
in commit c9b47f0427d70ba42c2d53271f8b64b8e8096825.
|
| |
|
|
|
|
|
|
| |
Otherwise, you@example.com gets linked with mailto.
Sponsored by: Klara, Inc.
|
|
|
|
| |
Sponsored by: Klara, Inc.
|
|
|
|
|
|
| |
PR: 252417
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D43119
|
|
|
|
|
|
|
|
|
|
|
| |
If you copied and pasted from the Handbook, this is what would have
happened:
# sysrc seatd_enable=”YES”
seatd_enable: -> ”YES”
rc.conf: seatd_enable="”YES”"
Reported by: garga
|
|
|
|
| |
PR: 278341
|
|
|
|
| |
Sponsored by: Klara, Inc.
|
|
|
|
| |
Sponsored by: Klara, Inc.
|
| |
|
| |
|