Author: cem
Date: Mon Apr 22 03:25:49 2019
New Revision: 346516
URL: https://svnweb.freebsd.org/changeset/base/346516
Log:
gnop(8): Nopify configuration as a kernel dump device
As a dummy / no-op dump device, to facilitate dumpon(8) testing.
Reviewed by: markj (earlier version)
Diff
Author: mav
Date: Mon Apr 22 01:08:14 2019
New Revision: 346511
URL: https://svnweb.freebsd.org/changeset/base/346511
Log:
Report DIF protection type the disk is formatted with.
Some disks formatted with protection report errors if written without
protection used. This should help to dia
Author: rmacklem
Date: Sun Apr 21 22:53:51 2019
New Revision: 346506
URL: https://svnweb.freebsd.org/changeset/base/346506
Log:
Add #ifdef INET as requested by bz@.
Modified:
head/sys/fs/nfs/nfs_commonsubs.c
Modified: head/sys/fs/nfs/nfs_commonsubs.c
=
Author: mav
Date: Sun Apr 21 19:07:03 2019
New Revision: 346491
URL: https://svnweb.freebsd.org/changeset/base/346491
Log:
Polish SCSI sense data validity checks.
According to specs and common sense, all sense data reported in descriptor
format should be valid. But practice shows differe
Author: bcr (doc committer)
Date: Sun Apr 21 18:27:13 2019
New Revision: 346490
URL: https://svnweb.freebsd.org/changeset/base/346490
Log:
Typo fix in ipfw.8: amd -> and
There is an (obvious) typo in the following sentence:
"Please note, that keep-state amd limit imply implicit check-s
Author: ian
Date: Sun Apr 21 17:39:01 2019
New Revision: 346489
URL: https://svnweb.freebsd.org/changeset/base/346489
Log:
Move the reporting of spurious interrupts under bootverbose control, because
occasional spurious interrupts are a normal thing on this hardware. Also,
change the name o
Author: bde
Date: Sun Apr 21 16:17:35 2019
New Revision: 346488
URL: https://svnweb.freebsd.org/changeset/base/346488
Log:
Use a shadow buffer and never read from the frame buffer. Remove large slow
code for reading from the frame buffer.
Reading from the frame buffer is usually much slo
Author: bde
Date: Sun Apr 21 10:33:09 2019
New Revision: 346486
URL: https://svnweb.freebsd.org/changeset/base/346486
Log:
Fix missing restoring of the mouse cursor position, the border color and the
blank state after a screen switch.
Modified:
head/lib/libvgl/main.c
head/lib/libvgl/mouse
Using if_igb.ko and if_em.ko as examples:
-r324406 (2017-Oct-7) used relative symbolic links (via a different technique)
[sbruno]
-r324500 (3 days later) used hard links (ian, with sbruno submitting)
-r346441 (2019-Apr-20) is back to relative symbolic links. (asomers)
Sbruno or Ian might want t