CVS commit: src/share/man/man4

2017-12-29 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Fri Dec 29 08:15:21 UTC 2017

Modified Files:
src/share/man/man4: Makefile

Log Message:
Make a \ go away...


To generate a diff of this commit:
cvs rdiff -u -r1.648 -r1.649 src/share/man/man4/Makefile

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/arm32

2017-12-29 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Dec 29 08:56:49 UTC 2017

Modified Files:
src/sys/arch/arm/arm32: bus_dma.c

Log Message:
KNF
cvS: --


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/sys/arch/arm/arm32/bus_dma.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/arm32

2017-12-29 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Dec 29 08:58:57 UTC 2017

Modified Files:
src/sys/arch/arm/arm32: bus_dma.c

Log Message:
More KNF


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 src/sys/arch/arm/arm32/bus_dma.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/mips

2017-12-29 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Fri Dec 29 09:27:01 UTC 2017

Modified Files:
src/sys/arch/mips/include: reg.h
src/sys/arch/mips/mips: process_machdep.c

Log Message:
Simplify, don't use ifdefs to optimize out DIAGNOSTIC assertions.
Make the test for the n32/n64 case meaningful.

tested on pmax (o32).


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/mips/include/reg.h
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/mips/mips/process_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/arm/cortex

2017-12-29 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Dec 29 11:06:27 UTC 2017

Modified Files:
src/sys/arch/arm/cortex: a9wdt.c armperiph.c

Log Message:
Set attached to true when attach completes.

Reported by Ramakrishna Rao Desetti on port-arm


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/cortex/a9wdt.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/cortex/armperiph.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/cortex

2017-12-29 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Dec 29 11:07:03 UTC 2017

Modified Files:
src/sys/arch/arm/cortex: a9wdt.c

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/cortex/a9wdt.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-12-29 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Dec 29 14:47:10 UTC 2017

Modified Files:
src/share/man/man4: am2315temp.4 si70xxtemp.4

Log Message:
New sentence, new line. Use more markup.


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

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



CVS commit: src/sys/kern

2017-12-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec 29 16:13:26 UTC 2017

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

Log Message:
Don't release the lock in the PR_NOWAIT allocation. Move flags setting
after the acquiring the mutex. (from Tobias Nygren)


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

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



CVS commit: src/etc

2017-12-29 Thread Ignatios Souvatzis
Module Name:src
Committed By:   is
Date:   Fri Dec 29 18:15:49 UTC 2017

Modified Files:
src/etc/defaults: rc.conf
src/etc/mtree: special
Added Files:
src/etc/rc.d: dhcpd6

Log Message:
Add startup file for dhcp v6 with builtin isc-dhcp. Alas, this needs to
be a seperate process. On the positive side: this can't break the dhcpd
for IPv4 when tested.


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 src/etc/defaults/rc.conf
cvs rdiff -u -r1.160 -r1.161 src/etc/mtree/special
cvs rdiff -u -r0 -r1.1 src/etc/rc.d/dhcpd6

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-12-29 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Dec 30 00:14:19 UTC 2017

Modified Files:
src/sys/arch/arm/sunxi: sunxi_mmc.c

Log Message:
Add support for A64 eMMC controller


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/sunxi/sunxi_mmc.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

2017-12-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 30 01:21:25 UTC 2017

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

Log Message:
initialize the jobtab; it is easier than putting checks for used everywhere.


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/bin/sh/jobs.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-12-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 30 03:18:26 UTC 2017

Modified Files:
src/sys/dev/i2c: am2315.c si70xx.c

Log Message:
fixes from Brad Spenser


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/am2315.c
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/si70xx.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-12-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 30 03:19:23 UTC 2017

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

Log Message:
fix default value (Brad Spenser)


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

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