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

2017-09-30 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sat Sep 30 09:03:38 UTC 2017

Modified Files:
src/sys/arch/amd64/conf: XEN3_DOM0 XEN3_DOMU

Log Message:
Add commented-out ident lines to the XEN3_DOM{0,U} kernel config files
for consistency with other config files.

OK bouyer@


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.78 -r1.79 src/sys/arch/amd64/conf/XEN3_DOMU

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



CVS commit: src/sys/arch/arm/sunxi

2017-09-30 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Sep 30 10:28:09 UTC 2017

Modified Files:
src/sys/arch/arm/sunxi: sunxi_emac.h

Log Message:
TX DMA status registers start at 0xB0 not 0x80. NFC since these are unused.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/sunxi/sunxi_emac.h

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



CVS commit: src/sys/arch/arm/sunxi

2017-09-30 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Sep 30 10:29:10 UTC 2017

Modified Files:
src/sys/arch/arm/sunxi: sunxi_emac.h

Log Message:
0xB -> 0xb on previous


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/sunxi/sunxi_emac.h

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



CVS commit: src/sys/arch

2017-09-30 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sat Sep 30 11:43:57 UTC 2017

Modified Files:
src/sys/arch/amd64/amd64: locore.S machdep.c
src/sys/arch/i386/i386: locore.S machdep.c
src/sys/arch/x86/include: pmap.h
src/sys/arch/x86/x86: pmap.c

Log Message:
Add a bootspace structure. It describes the physical and virtual space
layout created by the early kernel bootstrap code. Start using it, and
eliminate several references to KERNBASE and other global symbols. While
here clean up xen-i386, it's really tiring.


To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 src/sys/arch/amd64/amd64/locore.S
cvs rdiff -u -r1.261 -r1.262 src/sys/arch/amd64/amd64/machdep.c
cvs rdiff -u -r1.152 -r1.153 src/sys/arch/i386/i386/locore.S
cvs rdiff -u -r1.794 -r1.795 src/sys/arch/i386/i386/machdep.c
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/x86/include/pmap.h
cvs rdiff -u -r1.257 -r1.258 src/sys/arch/x86/x86/pmap.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

2017-09-30 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sat Sep 30 12:01:56 UTC 2017

Modified Files:
src/sys/arch/x86/x86: x86_machdep.c

Log Message:
use bootspace


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/sys/arch/x86/x86/x86_machdep.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

2017-09-30 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sat Sep 30 12:12:29 UTC 2017

Modified Files:
src/sys/arch/x86/x86: db_memrw.c

Log Message:
use bootspace


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x86/x86/db_memrw.c

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



CVS commit: src

2017-09-30 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Sat Sep 30 12:27:26 UTC 2017

Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile
Added Files:
src/share/man/man4: uipad.4

Log Message:
Add a manual for uipad(4)


To generate a diff of this commit:
cvs rdiff -u -r1.1560 -r1.1561 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.642 -r1.643 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/uipad.4

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



CVS commit: src/share/man/man4

2017-09-30 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Sat Sep 30 12:29:05 UTC 2017

Modified Files:
src/share/man/man4: usb.4

Log Message:
Include uipad(4) in miscellaneous section.


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 src/share/man/man4/usb.4

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

2017-09-30 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sat Sep 30 12:29:58 UTC 2017

Modified Files:
src/sys/arch/x86/x86: pmap.c

Log Message:
Declare pmap_remap_global, and map the four regions independently with
bootspace.


To generate a diff of this commit:
cvs rdiff -u -r1.258 -r1.259 src/sys/arch/x86/x86/pmap.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

2017-09-30 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sat Sep 30 12:35:48 UTC 2017

Modified Files:
src/sys/arch/x86/x86: pmap.c

Log Message:
use bootspace (this branch is never taken)


To generate a diff of this commit:
cvs rdiff -u -r1.259 -r1.260 src/sys/arch/x86/x86/pmap.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/arm/sunxi

2017-09-30 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Sep 30 12:48:58 UTC 2017

Modified Files:
src/sys/arch/arm/sunxi: files.sunxi sunxi_ccu.c sunxi_ccu.h
Added Files:
src/sys/arch/arm/sunxi: sun8i_h3_r_ccu.c sun8i_h3_r_ccu.h
sunxi_ccu_fixed_factor.c

Log Message:
Add support for Allwinner H3 PRCM clock controller.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/sunxi/files.sunxi
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/sunxi/sun8i_h3_r_ccu.c \
src/sys/arch/arm/sunxi/sun8i_h3_r_ccu.h \
src/sys/arch/arm/sunxi/sunxi_ccu_fixed_factor.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/sunxi/sunxi_ccu.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/sunxi/sunxi_ccu.h

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



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

2017-09-30 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Sep 30 12:49:21 UTC 2017

Modified Files:
src/sys/arch/evbarm/conf: SUNXI

Log Message:
enable sun8ih3rccu


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/evbarm/conf/SUNXI

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



CVS commit: src/share/man/man4

2017-09-30 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Sat Sep 30 12:59:37 UTC 2017

Modified Files:
src/share/man/man4: uipad.4

Log Message:
Include port in the kernel configuration declaration.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/uipad.4

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



CVS commit: src/sys/dev/usb

2017-09-30 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Sat Sep 30 13:01:50 UTC 2017

Modified Files:
src/sys/dev/usb: uipad.c

Log Message:
Remove comment about BlackBerry devices which are not relevant here.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/usb/uipad.c

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



CVS commit: src/share/man/man4

2017-09-30 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Sat Sep 30 13:14:06 UTC 2017

Modified Files:
src/share/man/man4: usb.4

Log Message:
Correct document date.
Add uberry(4) to miscellaneous section.


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/share/man/man4/usb.4

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



CVS commit: src/share/man/man4

2017-09-30 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Sep 30 13:39:00 UTC 2017

Modified Files:
src/share/man/man4: uipad.4

Log Message:
End sentence with a dot.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/uipad.4

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



CVS commit: src/share/man/man4

2017-09-30 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Sep 30 13:39:41 UTC 2017

Modified Files:
src/share/man/man4: usb.4

Log Message:
Remove Tn. Comment out xref to non-existent udsir(4).


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/share/man/man4/usb.4

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



CVS commit: src/sbin/resize_ffs

2017-09-30 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sat Sep 30 15:25:16 UTC 2017

Modified Files:
src/sbin/resize_ffs: resize_ffs.c

Log Message:
Use int64_t for loop index so we don't iterate forever/until trap.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sbin/resize_ffs/resize_ffs.c

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



CVS commit: src/sbin/resize_ffs

2017-09-30 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Sat Sep 30 18:32:52 UTC 2017

Modified Files:
src/sbin/resize_ffs: resize_ffs.c

Log Message:
Fix the syntax (pointed out by David H. Gutteridge on source-changes-d).
Fix the build...


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sbin/resize_ffs/resize_ffs.c

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



CVS commit: [jdolecek-ncq] src/sys/dev

2017-09-30 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Sat Sep 30 21:32:32 UTC 2017

Modified Files:
src/sys/dev/ata [jdolecek-ncq]: ata_wdc.c
src/sys/dev/ic [jdolecek-ncq]: mvsata.c
src/sys/dev/scsipi [jdolecek-ncq]: atapi_wdc.c

Log Message:
must drop channel lock before calling ata_dmaerr() to avoid 'locking against
myself' in case of consecutive errors from ata_reset_channel() called via
ata_downgrade_mode()


To generate a diff of this commit:
cvs rdiff -u -r1.105.6.11 -r1.105.6.12 src/sys/dev/ata/ata_wdc.c
cvs rdiff -u -r1.35.6.31 -r1.35.6.32 src/sys/dev/ic/mvsata.c
cvs rdiff -u -r1.123.4.13 -r1.123.4.14 src/sys/dev/scsipi/atapi_wdc.c

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



CVS commit: src/sys/netipsec

2017-09-30 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Sep 30 21:47:12 UTC 2017

Modified Files:
src/sys/netipsec: key.c

Log Message:
cast reduction, NFC.


To generate a diff of this commit:
cvs rdiff -u -r1.229 -r1.230 src/sys/netipsec/key.c

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



CVS commit: src/sys/uvm

2017-09-30 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sun Oct  1 01:45:02 UTC 2017

Modified Files:
src/sys/uvm: uvm_map.c

Log Message:
Fix user-triggerable kernel crash as reported in PR kern/52573 (from
Bruno Haible).

XXX Pull-up to netbsd-8


To generate a diff of this commit:
cvs rdiff -u -r1.351 -r1.352 src/sys/uvm/uvm_map.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/i2c

2017-09-30 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Sun Oct  1 05:12:18 UTC 2017

Modified Files:
src/sys/dev/i2c: lm75.c

Log Message:
attach to ds1775 which was already more or less supported as DS75
also, get sensor name/location from OpenFirmware if we know how


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/i2c/lm75.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/macppc/conf

2017-09-30 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Sun Oct  1 05:13:53 UTC 2017

Modified Files:
src/sys/arch/macppc/conf: POWERMAC_G5_11_2

Log Message:
add lmtemp


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/macppc/conf/POWERMAC_G5_11_2

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



CVS commit: src/sys/arch/macppc/dev

2017-09-30 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Sun Oct  1 05:15:52 UTC 2017

Modified Files:
src/sys/arch/macppc/dev: smu.c

Log Message:
we support the drive bay sensor now


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/macppc/dev/smu.c

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