Skip to content

Commit

Permalink
Fix a number of entries (almost all mine) that were > 80 columns.
Browse files Browse the repository at this point in the history
When reading UPDATING from single user in vi, I noticed a few wrapped,
so fix them to not wrap.
	expand -8 UPDATING | awk 'length > 80'
made this easy to find all the offenders.
  • Loading branch information
bsdimp committed Mar 9, 2019
1 parent f1d7c2f commit 3524695
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions UPDATING
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:

Other than KPI chasing, drm-legacy-kmod will not be updated. As outlined
elsewhere, the drm and drm2 modules will be eliminated from the src base
soon (with a limited exception for arm). Please update to the package asap
and report any issues to [email protected].
soon (with a limited exception for arm). Please update to the package
asap and report any issues to [email protected].

Generally, anybody using the drm*-kmod packages should add
WITHOUT_DRM_MODULE=t and WITHOUT_DRM2_MODULE=t to avoid nasty
Expand Down Expand Up @@ -309,7 +309,8 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
20180628:
r335753 introduced a new quoting method. However, etc/devd/devmatch.conf
needed to be changed to work with it. This change was made with r335763
and requires a mergemaster / etcupdate / etc to update the installed file.
and requires a mergemaster / etcupdate / etc to update the installed
file.

20180612:
r334930 changed the interface between the NFS modules, so they all
Expand Down Expand Up @@ -450,8 +451,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:

20180211:
devmatch functionality has been turned on in devd. It will automatically
load drivers for unattached devices. This may cause unexpected drivers to
be loaded. Please report any problems to current@ and [email protected].
load drivers for unattached devices. This may cause unexpected drivers
to be loaded. Please report any problems to current@ and
[email protected].

20180114:
Clang, llvm, lld, lldb, compiler-rt and libc++ have been upgraded to
Expand All @@ -469,9 +471,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:

20180110:
On i386, pmtimer has been removed. Its functionality has been folded
into apm. It was a no-op on ACPI in current for a while now (but was still
needed on i386 in FreeBSD 11 and earlier). Users may need to remove it
from kernel config files.
into apm. It was a no-op on ACPI in current for a while now (but was
still needed on i386 in FreeBSD 11 and earlier). Users may need to
remove it from kernel config files.

20180104:
The use of RSS hash from the network card aka flowid has been
Expand Down Expand Up @@ -813,7 +815,8 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
20170109:
The igb(4), em(4) and lem(4) ethernet drivers are now implemented via
IFLIB. If you have a custom kernel configuration that excludes em(4)
but you use igb(4), you need to re-add em(4) to your custom configuration.
but you use igb(4), you need to re-add em(4) to your custom
configuration.

20161217:
Clang, llvm, lldb, compiler-rt and libc++ have been upgraded to 3.9.1.
Expand Down

0 comments on commit 3524695

Please sign in to comment.