CVS commit: src/share/man/man9

2017-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Oct 29 03:48:17 UTC 2017 Modified Files: src/share/man/man9: memoryallocators.9 Log Message: Fix typo. Wishful thinking for some of our resource-constrained platforms! To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/seq

2017-10-28 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Sun Oct 29 01:28:46 UTC 2017 Modified Files: src/usr.bin/seq: seq.c Log Message: The sign is optional in an exponent Treat numbers after [Ee] as a positive number rather than an invalid numeric sequence. (Taken from FreeBSD

CVS commit: src/bin/sh

2017-10-28 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Oct 29 00:20:42 UTC 2017 Modified Files: src/bin/sh: sh.1 Log Message: Correct a markup typo (Sv -> Dv) To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 src/bin/sh/sh.1 Please note that diffs are not public

CVS commit: src/usr.bin/seq

2017-10-28 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Sun Oct 29 00:02:23 UTC 2017 Modified Files: src/usr.bin/seq: seq.c Log Message: Fix typos (from FreeBSD) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.bin/seq/seq.c Please note that diffs are not

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

2017-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 28 22:59:27 UTC 2017 Modified Files: src/sys/arch/arm/sunxi: sun8i_a83t_ccu.c Log Message: add missing clock gates To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/sunxi/sun8i_a83t_ccu.c

CVS commit: src/usr.bin/make

2017-10-28 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sat Oct 28 21:54:54 UTC 2017 Modified Files: src/usr.bin/make: main.c Log Message: Ignore empty MAKEOBJDIR Otherwise we end up with .OBJDIR = ${.CURDIR}/ which is quivalent, but fails the typial .if ${.OBJDIR} == ${.CURDIR} To

CVS commit: src/sys/dev/usb

2017-10-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Oct 28 20:57:52 UTC 2017 Modified Files: src/sys/dev/usb: umass.c Log Message: And yet another one. :( To generate a diff of this commit: cvs rdiff -u -r1.161 -r1.162 src/sys/dev/usb/umass.c Please note that diffs are

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

2017-10-28 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sat Oct 28 20:57:17 UTC 2017 Modified Files: src/sys/arch/amd64/amd64: genassym.cf locore.S Log Message: Use FLAT_RING3_CS64 (defined in Xen public headers) instead of numeric value. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/usb

2017-10-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Oct 28 20:56:51 UTC 2017 Modified Files: src/sys/dev/usb: umass.c Log Message: Misssed one cast of pointer --> uintptr_t in previous kernhist(9) commit To generate a diff of this commit: cvs rdiff -u -r1.160 -r1.161

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

2017-10-28 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Oct 28 20:06:31 UTC 2017 Modified Files: src/sys/arch/amd64/amd64: locore.S Log Message: It appears that Xen remaps the userland %cs to 0xE033. So add it to the checklist. Otherwise we're going through Luexit32: %fs gets

CVS commit: src/sys/arch/amd64/stand/prekern

2017-10-28 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Oct 28 19:28:11 UTC 2017 Modified Files: src/sys/arch/amd64/stand/prekern: mm.c Log Message: Fix a mistake I made in the very first revision. The calculation of the number of slots was incorrect in some cases, and it could

CVS commit: src/tests/lib/libc/tls

2017-10-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 28 19:25:31 UTC 2017 Modified Files: src/tests/lib/libc/tls: t_tls_static.c Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/tls/t_tls_static.c Please note that

CVS commit: src/tests/lib/libc/tls

2017-10-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 28 19:24:55 UTC 2017 Modified Files: src/tests/lib/libc/tls: t_tls_static.c Log Message: make tests print the values. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/tls/t_tls_static.c

CVS commit: src/sys/sys

2017-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Oct 28 19:19:10 UTC 2017 Modified Files: src/sys/sys: pool.h Log Message: Define the new flag too for previous commit. XXX pullup-8 XXX pullup-7 XXX pullup-6 XXX pullup-5... To generate a diff of this commit: cvs rdiff

CVS commit: src/share/man/man9

2017-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Oct 28 17:40:45 UTC 2017 Modified Files: src/share/man/man9: memoryallocators.9 Log Message: Rework memory allocators summary. Recommend kmem(9) for everything that doesn't have special needs. Note vmem(9) and extent(9)

CVS commit: src/sys/kern

2017-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Oct 28 17:06:43 UTC 2017 Modified Files: src/sys/kern: subr_pool.c Log Message: Allow only one pending call to a pool's backing allocator at a time. Candidate fix for problems with hanging after kva fragmentation related

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

2017-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 28 16:09:14 UTC 2017 Added Files: src/sys/arch/arm/dts: sun8i-a83t-bananapi-m3.dts sun8i-a83t.dtsi Log Message: add emac to bananapi m3 dts To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

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

2017-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 28 13:13:45 UTC 2017 Modified Files: src/sys/arch/arm/sunxi: sun8i_a83t_ccu.c sunxi_ccu.h sunxi_ccu_nm.c sunxi_mmc.c Log Message: Add support for A83T eMMC. To generate a diff of this commit: cvs rdiff -u

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

2017-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 28 12:56:27 UTC 2017 Modified Files: src/sys/arch/arm/sunxi: sunxi_usbphy.c Log Message: Add A83T USB PHY support To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/sunxi/sunxi_usbphy.c

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

2017-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 28 12:56:10 UTC 2017 Modified Files: src/sys/arch/arm/sunxi: sun8i_a83t_ccu.c Log Message: Fix USB clocks To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/sunxi/sun8i_a83t_ccu.c Please

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

2017-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 28 12:07:40 UTC 2017 Modified Files: src/sys/arch/arm/sunxi: sun8i_a83t_ccu.c sun8i_a83t_ccu.h Log Message: Add A83T clock IDs. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2017-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 28 10:54:18 UTC 2017 Modified Files: src/sys/arch/evbarm/conf: SUNXI Log Message: Add new DTS files: sun8i-a83t-allwinner-h8homlet-v2.dts sun8i-a83t-bananapi-m3.dts sun8i-a83t-cubietruck-plus.dts

CVS commit: src/doc

2017-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 28 10:35:48 UTC 2017 Modified Files: src/doc: 3RDPARTY Log Message: dts updated to 4.14-rc6 To generate a diff of this commit: cvs rdiff -u -r1.1480 -r1.1481 src/doc/3RDPARTY Please note that diffs are not public

CVS commit: src/sys/external/gpl2/dts/dist

2017-10-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Oct 28 10:35:04 UTC 2017 Modified Files: src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/socionext: uniphier-pinctrl.dtsi uniphier-ref-daughter.dtsi uniphier-support-card.dtsi

CVS commit: src/sys/dev/usb

2017-10-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 28 07:36:02 UTC 2017 Modified Files: src/sys/dev/usb: ohci.c Log Message: Update format to report sC To generate a diff of this commit: cvs rdiff -u -r1.274 -r1.275 src/sys/dev/usb/ohci.c Please note that diffs are not

CVS commit: src/bin/sh

2017-10-28 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Oct 28 06:36:18 UTC 2017 Modified Files: src/bin/sh: jobs.c jobs.h sh.1 Log Message: Add '-n' and '-p var' args to the wait command (-n: wait for any, -p var: set var to identifier, from arg list, or PID if no job args) of the

CVS commit: src/sys/dev

2017-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Oct 28 06:27:32 UTC 2017 Modified Files: src/sys/dev/apm: apmio.h src/sys/dev/dmover: dmover_io.h src/sys/dev/dtv: dtvio_demux.h dtvio_frontend.h src/sys/dev/i2c: i2c_io.h src/sys/dev/i2o:

CVS commit: src/sys/dev/hdaudio

2017-10-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Oct 28 06:24:24 UTC 2017 Modified Files: src/sys/dev/hdaudio: hdaudioreg.h Log Message: Add #includes to make this compile. for __packed for uint32_t To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2