CVS commit: src/sys/netinet

2018-09-16 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Sep 17 06:01:36 UTC 2018 Modified Files: src/sys/netinet: ip_reass.c Log Message: Hold ip_off and ip_len in the fragment entry, instead of always reading the associated mbuf (and converting to host order). This reduces the cache

CVS commit: src/sys/ddb

2018-09-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Sep 17 01:49:54 UTC 2018 Modified Files: src/sys/ddb: db_command.c Log Message: When this file is used when not building the kernel (eg: /usr/sbin/crash) make cnpollc() go away. To generate a diff of this commit: cvs rdiff -u -

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

2018-09-16 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Mon Sep 17 00:15:55 UTC 2018 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: delete debug printf and KASSERT. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/aarch64/aarch64/pmap.c Plea

CVS commit: src/sys/dev/scsipi

2018-09-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 16 23:20:18 UTC 2018 Modified Files: src/sys/dev/scsipi: scsipi_verbose.c Log Message: don't print a blank line that ends up in logs and console output. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/

CVS commit: src/sys

2018-09-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 16 23:18:55 UTC 2018 Modified Files: src/sys/ddb: db_command.c db_output.c src/sys/kern: subr_userconf.c Log Message: call cnpollc(1) and cnpollc(0) around cngetc(). (christos has a good idea to add a function that d

CVS commit: src/sbin/newbtconf

2018-09-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Sep 16 22:37:24 UTC 2018 Modified Files: src/sbin/newbtconf: newbtconf.sh Log Message: Remove uses of test -o To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sbin/newbtconf/newbtconf.sh Please note that diffs a

CVS commit: src/bin/sh

2018-09-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Sep 16 22:31:30 UTC 2018 Modified Files: src/bin/sh: mkinit.sh Log Message: Begone unspecified test-a ... and be more obious what it was doing. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/bin/sh/mkinit.sh P

CVS commit: src/distrib/amiga/floppies/inst

2018-09-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Sep 16 22:22:44 UTC 2018 Modified Files: src/distrib/amiga/floppies/inst: install.sh Log Message: Remove uses of test ([) -a operator. More cleanups. This script looks like it cold do with an agressive cleanup, but I have no r

CVS commit: src/distrib/common

2018-09-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Sep 16 21:49:18 UTC 2018 Modified Files: src/distrib/common: buildfloppies.sh Log Message: Remove use of test ([) -o (and a couple of other trivial cleanups). To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/di

CVS commit: src/distrib/common

2018-09-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Sep 16 21:41:34 UTC 2018 Modified Files: src/distrib/common: sunbootcd.sh Log Message: Remove test ([) -o usage, and make a couple of minor cleanups as well. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/distr

CVS commit: src/distrib/miniroot

2018-09-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Sep 16 21:32:29 UTC 2018 Modified Files: src/distrib/miniroot: install.sh upgrade.sh Log Message: Remove uses of test ... -a ... and test ... -o ... To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/distrib/mini

CVS commit: src/sys/sys

2018-09-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 16 20:40:20 UTC 2018 Modified Files: src/sys/sys: socket.h Log Message: clean up a comment left behind from the previous commit. this now only has sysctl pcb info. To generate a diff of this commit: cvs rdiff -u -r1.127 -r1

CVS commit: src/sys/kern

2018-09-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 16 20:39:04 UTC 2018 Modified Files: src/sys/kern: init_sysctl.c Log Message: CTL_DEBUG_MAXID is only used to size a static array that the compiler can do just fine itself. use the compiler and remove the define. To genera

CVS commit: src/sys

2018-09-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 16 20:21:56 UTC 2018 Modified Files: src/sys/dev/usb: ehci.c ohci.c uhci.c usb.c usbdi.c xhci.c src/sys/external/bsd/dwc2: dwc2.c Log Message: consolidate the handling of polling across HC drivers, and generic USB: -

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

2018-09-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Sep 16 15:40:36 UTC 2018 Modified Files: src/sys/arch/arm/conf: files.arm Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142 src/sys/arch/arm/conf/files.arm Please note that diffs are not

CVS commit: src/sys/arch/sparc/stand/binstall

2018-09-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Sep 16 14:26:04 UTC 2018 Modified Files: src/sys/arch/sparc/stand/binstall: binstall.sh Log Message: General cleanups... Better quote usage No more need for sed (should be no need for getopt either, but di

CVS commit: src/sys/arch/sparc/stand/binstall

2018-09-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Sep 16 14:23:04 UTC 2018 Modified Files: src/sys/arch/sparc/stand/binstall: binstall.sh Log Message: PR install/53610 Remove use of -a in test(1) - deprecated in standard, and no longer supported in SMALL (install media) version

CVS commit: src/sys/arch/arm

2018-09-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 16 13:21:36 UTC 2018 Modified Files: src/sys/arch/arm/cortex: gtmr.c gtmr_var.h src/sys/arch/arm/sunxi: sunxi_platform.c Log Message: port-evbarm/53308: evbarm-earmv7hf performance regression under qemu Revert g

CVS commit: src/share/mk

2018-09-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 16 13:14:12 UTC 2018 Modified Files: src/share/mk: bsd.README Log Message: add what {PROG,LIB}DPLIBS are useful for To generate a diff of this commit: cvs rdiff -u -r1.383 -r1.384 src/share/mk/bsd.README Please note t

CVS commit: src/share/mk

2018-09-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 16 13:11:48 UTC 2018 Modified Files: src/share/mk: bsd.README Log Message: document PROGDPLIBS To generate a diff of this commit: cvs rdiff -u -r1.382 -r1.383 src/share/mk/bsd.README Please note that diffs are not pub

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

2018-09-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Sep 16 11:34:20 UTC 2018 Modified Files: src/sys/arch/arm/arm32: arm32_boot.c Log Message: G/C To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/arm/arm32/arm32_boot.c Please note that diffs are not

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

2018-09-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Sep 16 11:24:29 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Use do { } while (/* CONSTCOND */ 0) for nop VPRINTF To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/arch/evba

CVS commit: src/sys/dev/usb

2018-09-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 16 10:29:39 UTC 2018 Modified Files: src/sys/dev/usb: ohci.c Log Message: avoid __diagused. To generate a diff of this commit: cvs rdiff -u -r1.285 -r1.286 src/sys/dev/usb/ohci.c Please note that diffs are not public domai

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

2018-09-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 16 10:15:22 UTC 2018 Modified Files: src/sys/arch/evbmips/conf: ERLITE Log Message: enable ext2fs, nullfs, cd9660, disable FFS_NO_SNAPSHOT, and remove not relevant PCI IDE stuff. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys

2018-09-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Sep 16 09:25:48 UTC 2018 Modified Files: src/sys/arch/arm/broadcom: bcm53xx_reg.h src/sys/arch/arm/imx: imx6_ccmreg.h src/sys/arch/arm/omap: omap4430_intr.h omap5430_intr.h src/sys/arch/arm/zynq: zynq7000

CVS commit: src/usr.sbin/sysinst

2018-09-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 16 09:15:12 UTC 2018 Modified Files: src/usr.sbin/sysinst: Makefile.inc defs.h Log Message: Now that the build cluster creates stable "latest" links, use them as default for downloading sets. To generate a diff of this c