Correct minor grammos; minor white-space fixes.
This commit is contained in:
parent
ddac85e5a0
commit
a3a09aef5d
12
UPDATING
12
UPDATING
@ -55,7 +55,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
|
||||
As of r316810 for ipfilter, keep frags is no longer assumed when
|
||||
keep state is specified in a rule. r316810 aligns ipfilter with
|
||||
documentation in man pages separating keep frags from keep state.
|
||||
This allows keep state to specified without forcing keep frags
|
||||
This allows keep state to be specified without forcing keep frags
|
||||
and allows keep frags to be specified independently of keep state.
|
||||
To maintain previous behaviour, also specify keep frags with
|
||||
keep state (as documented in ipf.conf.5).
|
||||
@ -100,7 +100,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
|
||||
20170311:
|
||||
The old drm (sys/dev/drm/) drivers for i915 and radeon have been
|
||||
removed as the userland we provide cannot use them. The KMS version
|
||||
(sys/dev/drm2) support the same hardware.
|
||||
(sys/dev/drm2) supports the same hardware.
|
||||
|
||||
20170302:
|
||||
Clang, llvm, lldb, compiler-rt and libc++ have been upgraded to 4.0.0.
|
||||
@ -214,7 +214,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
|
||||
|
||||
20160818:
|
||||
Remove the openbsd_poll system call.
|
||||
__FreeBSD_version has been bumped because of this.
|
||||
__FreeBSD_version has been bumped because of this.
|
||||
|
||||
20160622:
|
||||
The libc stub for the pipe(2) system call has been replaced with
|
||||
@ -256,7 +256,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
|
||||
packages will be needed.
|
||||
|
||||
To update an existing self-hosted armv6hf system, you must add
|
||||
TARGET_ARCH=armv6 on the make command line for both the build
|
||||
TARGET_ARCH=armv6 on the make command line for both the build
|
||||
and the install steps.
|
||||
|
||||
20160510:
|
||||
@ -507,7 +507,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
|
||||
# pw groupmod video -m $USER
|
||||
|
||||
20150806:
|
||||
The menu.rc and loader.rc files will now be replaced during
|
||||
The menu.rc and loader.rc files will now be replaced during
|
||||
upgrades. Please migrate local changes to menu.rc.local and
|
||||
loader.rc.local instead.
|
||||
|
||||
@ -1242,7 +1242,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
|
||||
behavior in parallel build.
|
||||
|
||||
20130429:
|
||||
Fix a bug that allows NFS clients to issue READDIR on files.
|
||||
Fix a bug that allows NFS clients to issue READDIR on files.
|
||||
|
||||
20130426:
|
||||
The WITHOUT_IDEA option has been removed because
|
||||
|
Loading…
Reference in New Issue
Block a user