- All ref* machines are reference machines with similar
hardware configurations (excluding ia64, sparc64).
- We don't need to list administrative (infrastructural)
machines, so they're removed. If anyone wants to know,
it's in DNS.
- Hub is deprecated. Yay.
- Remove the 'type' column for various machines. People
that are interested (and have access) can check dmesg(8).
- Remove a site-specific reference, as we have many sites
now, and this page is not the right place to thank the
generous bandwidth/power/facility providers for our many
sites.
With hat: admins
Sponsored by: The FreeBSD Foundation
There is no reference in any other file and a full doc build does not fail
when it is missing.
Differential Revision: https://reviews.freebsd.org/D2880
Reviewed by: wblock, hrs
Approved by: hrs (doceng)
In webupdate:
- Output the ports tree checkout to the log file.
- Set the depth of ports/Mk/ to 'infinity', since its contents
are needed for 'fetchindex' to work properly.
- Reduce redundant explicit paths to use the value of 'subdirs'.
In webupdate.wrapper:
- Set PORTSDIR to the actual path that is being updated by
webupdate.
- If PINDEX_OVERRIDE is set, remove the INDEX-INDEXNUM file.
Approved by: doceng (implicit)
Sponsored by: The FreeBSD Foundation
The problem is the INDEX info isn't being properly generated,
and now I see why. But I'm going to wait until the in-flight
email service migration stuff is done before fixing this.
Sponsored by: The FreeBSD Foundation
Add a more descriptive link describing what GPT is and how many partitions
per disk it supports.
Obtained from: The FreeBSD German Documentation Project
Replace reference to sysinstall by a link to the section that shows how to
sync the system sources.
Obtained from: The FreeBSD German Documentation Project
All Certificate Authorities now require 2048 bit keys with SHA256 hashes
This change brings our documentation inline with that requirement
PR: 199379
Submitted by: Roland van Laar <roland@micite.net> (original)
Approved by: wblock (mentor)
Differential Revision: https://reviews.freebsd.org/D2836
about how to build products with FreeBSD. I switched around the order
with the other link to follow a more logical flow of information. People
probably want to know what BSD is before building products with it.
Submitted by: Ahmed Kamal (email ahmedkamal googlemail com)
to this guide was announced today and we did not yet
have a link in our own docs. The Guide is the best place
for new DTrace users to start learning about how to use it.
Approved by: brd
Also, mention the compatibility between shells with regards to scripts.
Two other xml tag inconsistencies were fixed.
PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193892
Differential Revision: https://reviews.freebsd.org/D2834
Submitted by: kpaasial icloud com
Patch by: Anthony Perkins (plus a minor change based on the review)
Reviewed by: allanjude