CVS commit: src/sys/arch/evbarm/conf

2018-10-07 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Oct  7 07:48:44 UTC 2018

Modified Files:
src/sys/arch/evbarm/conf: std.adi_brh std.altera std.amlogic
std.armadaxp std.armadillo9 std.bcm53xx std.beagle std.cp3100
std.exynos std.g42xxeb std.gemini std.generic64 std.gumstix
std.hawk std.hdl_g std.igepv2 std.imx23_olinuxino std.imx31
std.imx6ul std.imx7 std.integrator std.integrator_cp std.iq31244
std.iq80310 std.iq80321 std.ixdp425 std.ixm1200 std.kobo
std.lubbock std.marvell std.mini2440 std.mmnet std.mpcsa std.mv2120
std.n900 std.netwalker std.nitrogen6 std.npwr_fc std.nslu2
std.osk5912 std.overo std.rpi std.smdk2410 std.smdk2800 std.sunxi
std.tegra std.ti std.tisdp24xx std.tsarm std.vexpress std.viper
std.virt std.zynq

Log Message:
Whitespace consistency.

{make,}options
everything else just 

CVS commit: src/sys/arch/evbarm/conf

2018-10-07 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Oct  7 07:51:54 UTC 2018

Modified Files:
src/sys/arch/evbarm/conf: std.amlogic

Log Message:
Remove a space that snuck in


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/std.amlogic

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amd64/conf

2018-10-07 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sun Oct  7 08:00:49 UTC 2018

Modified Files:
src/sys/arch/amd64/conf: GENERIC

Log Message:
Make it clear that you need to disable SVS if you enable USER_LDT. I could
make SVS compatible with it, but there has to be someone doing Wine work
first, to justify the effort.


To generate a diff of this commit:
cvs rdiff -u -r1.505 -r1.506 src/sys/arch/amd64/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/amd64/uefi-installimage

2018-10-07 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Oct  7 10:33:44 UTC 2018

Modified Files:
src/distrib/amd64/uefi-installimage: Makefile.bootimage

Log Message:
Support .tar.xz format for sets.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
src/distrib/amd64/uefi-installimage/Makefile.bootimage

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2018-10-07 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sun Oct  7 11:24:16 UTC 2018

Modified Files:
src/sys/kern: kern_subr.c

Log Message:
Set rootdev for wedges.


To generate a diff of this commit:
cvs rdiff -u -r1.219 -r1.220 src/sys/kern/kern_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen

2018-10-07 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sun Oct  7 11:25:55 UTC 2018

Modified Files:
src/sys/arch/xen/include: xen.h
src/sys/arch/xen/x86: autoconf.c

Log Message:
Support bootspec.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/xen/include/xen.h
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/xen/x86/autoconf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2018-10-07 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sun Oct  7 11:51:26 UTC 2018

Modified Files:
src/sys/dev: vnd.c vndvar.h
src/usr.sbin/vnconfig: vnconfig.8 vnconfig.c

Log Message:
Add flag to enforce file I/O even when bmap/strategy would be possible.
This makes it easier to compare both modes, it also allows coherent
operation between vnd device and image file.


To generate a diff of this commit:
cvs rdiff -u -r1.266 -r1.267 src/sys/dev/vnd.c
cvs rdiff -u -r1.37 -r1.38 src/sys/dev/vndvar.h
cvs rdiff -u -r1.43 -r1.44 src/usr.sbin/vnconfig/vnconfig.8
cvs rdiff -u -r1.46 -r1.47 src/usr.sbin/vnconfig/vnconfig.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev

2018-10-07 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sun Oct  7 11:54:14 UTC 2018

Modified Files:
src/sys/dev: vnd.c

Log Message:
Calculate a missing cylinder count in the geometry spec from image size.


To generate a diff of this commit:
cvs rdiff -u -r1.267 -r1.268 src/sys/dev/vnd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev

2018-10-07 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sun Oct  7 12:00:07 UTC 2018

Modified Files:
src/sys/dev: vnd.c

Log Message:
Use IO_DIRECT for file I/O to reduce buffer cache contention.

Restore old behaviour to flush pages only when usage exceeds 1MB.

No longer use PGO_SYNCIO, regular writes to the device do not require
the data to reach stable storage, the DIOCCACHESYNC ioctl is used
for that.


To generate a diff of this commit:
cvs rdiff -u -r1.268 -r1.269 src/sys/dev/vnd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/xlint

2018-10-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Oct  7 14:20:01 UTC 2018

Modified Files:
src/usr.bin/xlint/common: lp64.h
src/usr.bin/xlint/lint1: scan.l

Log Message:
Disable __int128 checks if we are not building on a 64 bit host (
this is suboptimal, but it is the easiest way).


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/xlint/common/lp64.h
cvs rdiff -u -r1.83 -r1.84 src/usr.bin/xlint/lint1/scan.l

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [jdolecek-ncqfixes] src/sys/dev/ic

2018-10-07 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Sun Oct  7 15:42:47 UTC 2018

Modified Files:
src/sys/dev/ic [jdolecek-ncqfixes]: siisata.c

Log Message:
call atastart() when ATA command completes without timeout or error, similar
to AHCI


To generate a diff of this commit:
cvs rdiff -u -r1.35.6.7 -r1.35.6.8 src/sys/dev/ic/siisata.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [jdolecek-ncqfixes] src/sys/dev/ic

2018-10-07 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Sun Oct  7 15:44:48 UTC 2018

Modified Files:
src/sys/dev/ic [jdolecek-ncqfixes]: ahcisata_core.c

Log Message:
move atastart() call after xfer deactivation during ATA command completion,
so that it's executed after the slot is freed


To generate a diff of this commit:
cvs rdiff -u -r1.62.2.7 -r1.62.2.8 src/sys/dev/ic/ahcisata_core.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/x86/x86

2018-10-07 Thread Cherry G. Mathew
Module Name:src
Committed By:   cherry
Date:   Sun Oct  7 16:36:36 UTC 2018

Modified Files:
src/sys/arch/x86/x86: i8259.c ioapic.c

Log Message:
In the case of a shared GSI, bind will fail, so we do not attempt this.
The sharing is accomplished by demultiplexing the port event of the first
bind. This is accomplished in intr.c:intr_establish_xname()

Note that the pic_delroute() is buggy (commented suitably) for the shared
gsi case, since it will unbind reset it unconditionally, leaving the other
shared callbacks stranded.

This problem will go awaywhen we unify further with native code, as this
case is taken care of appropriately in that case.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/x86/x86/i8259.c
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/x86/x86/ioapic.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/aarch64/conf

2018-10-07 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Oct  7 18:03:59 UTC 2018

Modified Files:
src/sys/arch/aarch64/conf: kern.ldscript

Log Message:
Don't use a magic number for COHERENCY_UNIT use COHERENCY_UNIT


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/aarch64/conf/kern.ldscript

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/common/bootimage

2018-10-07 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Oct  7 18:07:00 UTC 2018

Modified Files:
src/distrib/common/bootimage: Makefile.bootimage

Log Message:
Support .tar.xz sets


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/distrib/common/bootimage/Makefile.bootimage

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/scsipi

2018-10-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Oct  7 18:14:32 UTC 2018

Modified Files:
src/sys/dev/scsipi: scsiconf.c scsipiconf.h sd.c

Log Message:
Handle the SATA to USB external enclosure sold by "Sabrent" and
made by JMicro (vendor=0x152d product=0x0578). This bridge does
not understand FUA, so add a quirk for it.


To generate a diff of this commit:
cvs rdiff -u -r1.281 -r1.282 src/sys/dev/scsipi/scsiconf.c
cvs rdiff -u -r1.128 -r1.129 src/sys/dev/scsipi/scsipiconf.h
cvs rdiff -u -r1.325 -r1.326 src/sys/dev/scsipi/sd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/vnconfig

2018-10-07 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Oct  7 20:30:50 UTC 2018

Modified Files:
src/usr.sbin/vnconfig: vnconfig.8 vnconfig.c

Log Message:
Sort options.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/usr.sbin/vnconfig/vnconfig.8
cvs rdiff -u -r1.47 -r1.48 src/usr.sbin/vnconfig/vnconfig.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/bin/sh

2018-10-07 Thread Roland Illig
Module Name:src
Committed By:   rillig
Date:   Sun Oct  7 23:17:52 UTC 2018

Modified Files:
src/bin/sh: alias.c

Log Message:
When listing aliases, sort them alphabetically.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/bin/sh/alias.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/xen

2018-10-07 Thread Cherry G. Mathew
Module Name:src
Committed By:   cherry
Date:   Mon Oct  8 05:42:45 UTC 2018

Modified Files:
src/sys/arch/xen/xen: pciback.c xpci_xenbus.c

Log Message:
Convert the last remaining users of event_set_handler() to
intr_establish_xname(,&xen_pic,...)


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/xen/xen/pciback.c
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/xen/xen/xpci_xenbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.