CVS commit: src/lib
Module Name:src Committed By: martin Date: Tue Nov 13 09:00:09 UTC 2018 Modified Files: src/lib: Makefile src/lib/libnvmm: Makefile Log Message: Move conditionals for libnvmm to subdir makefile, requested boy mrg. To generate a diff of this commit: cvs rdiff -u -r1.263 -r1.264 src/lib/Makefile cvs rdiff -u -r1.2 -r1.3 src/lib/libnvmm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libnvmm
Module Name:src Committed By: martin Date: Tue Nov 13 09:14:14 UTC 2018 Modified Files: src/lib/libnvmm: Makefile Log Message: Need some minimalistic support for additional things that ../Makefile requires, even if we do nothing here To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libnvmm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib
Module Name:src Committed By: martin Date: Tue Nov 13 09:24:37 UTC 2018 Modified Files: src/lib: Makefile src/lib/libnvmm: Makefile Log Message: Too much magic involved - revert previous. To generate a diff of this commit: cvs rdiff -u -r1.264 -r1.265 src/lib/Makefile cvs rdiff -u -r1.4 -r1.5 src/lib/libnvmm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/uvm
Module Name:src Committed By: mrg Date: Tue Nov 13 10:31:01 UTC 2018 Modified Files: src/sys/uvm: uvm_pglist.c Log Message: only warn once per call to uvm_pglistalloc_simple() if waiting. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/uvm/uvm_pglist.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/aarch64
Module Name:src Committed By: jmcneill Date: Tue Nov 13 10:30:35 UTC 2018 Modified Files: src/sys/arch/aarch64/aarch64: aarch64_machdep.c Log Message: Physical end should be the end of the last range, not the first. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/aarch64/aarch64/aarch64_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/dev/usb
Module Name:src Committed By: mlelstv Date: Tue Nov 13 10:30:57 UTC 2018 Modified Files: src/sys/dev/usb: umass.c umass_scsipi.c umassvar.h Log Message: Handle abort paths gracefully on detach. To generate a diff of this commit: cvs rdiff -u -r1.165 -r1.166 src/sys/dev/usb/umass.c cvs rdiff -u -r1.55 -r1.56 src/sys/dev/usb/umass_scsipi.c cvs rdiff -u -r1.38 -r1.39 src/sys/dev/usb/umassvar.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/cortex
Module Name:src Committed By: jmcneill Date: Tue Nov 13 10:33:03 UTC 2018 Modified Files: src/sys/arch/arm/cortex: gicv3.c Log Message: Save a few pages by only allocating LPI pending tables for "ncpu" instead of "MAXCPU" CPUs. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/cortex/gicv3.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/usb
Module Name:src Committed By: mlelstv Date: Tue Nov 13 10:35:32 UTC 2018 Modified Files: src/sys/dev/usb: if_urtwn.c Log Message: Fix race in attachment. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/dev/usb/if_urtwn.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/ic
Module Name:src Committed By: mlelstv Date: Tue Nov 13 10:51:49 UTC 2018 Modified Files: src/sys/dev/ic: rtl8169.c Log Message: compute interrupt timer depending on bus clock. To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 src/sys/dev/ic/rtl8169.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/evbarm/conf
Module Name:src Committed By: mlelstv Date: Tue Nov 13 11:00:55 UTC 2018 Modified Files: src/sys/arch/evbarm/conf: BEAGLEBONE Log Message: use generic usbdevices.config To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/arch/evbarm/conf/BEAGLEBONE Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/i386/include
Module Name:src Committed By: mlelstv Date: Tue Nov 13 11:01:54 UTC 2018 Modified Files: src/sys/arch/i386/include: multiboot.h Log Message: Framebuffer definitions for multiboot protocol. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/i386/include/multiboot.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: skrll Date: Tue Nov 13 11:06:19 UTC 2018 Modified Files: src/sys/kern: kern_cpu.c Log Message: Fix/add KASSERTS to work with a system of MAXCPUS. Add some comments to explain things. Discussed with rmind To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/sys/kern/kern_cpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/netpgp/dist/src
Module Name:src Committed By: mlelstv Date: Tue Nov 13 14:52:31 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: keyring.c keyring.h misc.c netpgp.c packet-parse.c packet.h src/crypto/external/bsd/netpgp/dist/src/libmj: libmj.3 mj.c src/crypto/external/bsd/netpgp/dist/src/netpgpkeys: netpgpkeys.c Log Message: Fix some error handling, json support, keyring handling. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 \ src/crypto/external/bsd/netpgp/dist/src/lib/keyring.c cvs rdiff -u -r1.34 -r1.35 \ src/crypto/external/bsd/netpgp/dist/src/lib/keyring.h cvs rdiff -u -r1.41 -r1.42 src/crypto/external/bsd/netpgp/dist/src/lib/misc.c cvs rdiff -u -r1.101 -r1.102 \ src/crypto/external/bsd/netpgp/dist/src/lib/netpgp.c cvs rdiff -u -r1.51 -r1.52 \ src/crypto/external/bsd/netpgp/dist/src/lib/packet-parse.c cvs rdiff -u -r1.30 -r1.31 \ src/crypto/external/bsd/netpgp/dist/src/lib/packet.h cvs rdiff -u -r1.9 -r1.10 \ src/crypto/external/bsd/netpgp/dist/src/libmj/libmj.3 cvs rdiff -u -r1.5 -r1.6 src/crypto/external/bsd/netpgp/dist/src/libmj/mj.c cvs rdiff -u -r1.26 -r1.27 \ src/crypto/external/bsd/netpgp/dist/src/netpgpkeys/netpgpkeys.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/sys/compat/netbsd32
Module Name:src Committed By: snj Date: Tue Nov 13 16:55:22 UTC 2018 Modified Files: src/sys/compat/netbsd32 [netbsd-8]: netbsd32_socket.c Log Message: Pull up following revision(s) (requested by maxv in ticket #1093): sys/compat/netbsd32/netbsd32_socket.c: 1.48 Fix inverted logic, which leads to buffer overflow. Detected by kASan. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.44.8.1 src/sys/compat/netbsd32/netbsd32_socket.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: snj Date: Tue Nov 13 16:57:45 UTC 2018 Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: 1093 To generate a diff of this commit: cvs rdiff -u -r1.1.2.55 -r1.1.2.56 src/doc/CHANGES-8.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/sysinst
Module Name:src Committed By: bouyer Date: Tue Nov 13 17:22:04 UTC 2018 Modified Files: src/usr.sbin/sysinst: disks.c Log Message: Skip mbr for xbd and raid devices, as it was before Nov. 5 commits. anita xen installs should work again. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/sysinst/disks.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
Module Name:src Committed By: jakllsch Date: Tue Nov 13 18:27:32 UTC 2018 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Use semantically-correct "_lo" in AXP_ADC_RAW macro. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/i2c/axppmic.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/notes
Module Name:src Committed By: scole Date: Tue Nov 13 18:48:26 UTC 2018 Modified Files: src/distrib/notes/common: main src/distrib/notes/macppc: contents install prep.OPENFIRMWARE Log Message: Mention macppc 601 needs to use separate boot floppies, kernels, and specific kernel on CD To generate a diff of this commit: cvs rdiff -u -r1.549 -r1.550 src/distrib/notes/common/main cvs rdiff -u -r1.14 -r1.15 src/distrib/notes/macppc/contents cvs rdiff -u -r1.39 -r1.40 src/distrib/notes/macppc/install cvs rdiff -u -r1.19 -r1.20 src/distrib/notes/macppc/prep.OPENFIRMWARE 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
Module Name:src Committed By: jakllsch Date: Tue Nov 13 19:06:05 UTC 2018 Modified Files: src/sys/dev/i2c: axppmic.c Log Message: Add AXP803 current and maximum battery capacity sensors To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/i2c/axppmic.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/pci
Module Name:src Committed By: jdolecek Date: Tue Nov 13 19:39:04 UTC 2018 Modified Files: src/sys/dev/pci: if_msk.c Log Message: whitespace fix, NFC To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/dev/pci/if_msk.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/pci
Module Name:src Committed By: jdolecek Date: Tue Nov 13 20:12:45 UTC 2018 Modified Files: src/sys/dev/pci: if_re_pci.c Log Message: use pci_intr_establish_xname() To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/dev/pci/if_re_pci.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/pic
Module Name:src Committed By: jmcneill Date: Tue Nov 13 20:24:48 UTC 2018 Modified Files: src/sys/arch/arm/pic: pic.c Log Message: Fix intrctl for pics with non-0 irqbase To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/arch/arm/pic/pic.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
Module Name:src Committed By: skrll Date: Tue Nov 13 20:48:14 UTC 2018 Modified Files: src/sys/arch/arm/arm32: arm32_kvminit.c Log Message: On second/third thoughts we can use the pages before the kernel everywhere. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/arch/arm/arm32/arm32_kvminit.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/hppa/stand
Module Name:src Committed By: skrll Date: Tue Nov 13 21:20:11 UTC 2018 Modified Files: src/sys/arch/hppa/stand: Makefile.buildboot Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/hppa/stand/Makefile.buildboot Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/hppa/stand
Module Name:src Committed By: skrll Date: Tue Nov 13 21:22:38 UTC 2018 Modified Files: src/sys/arch/hppa/stand: Makefile.buildboot src/sys/arch/hppa/stand/xxboot: Makefile Log Message: Apply -fno-delete-null-pointer-checks so PAGE0 is handled correctly netinstall.lif works again To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hppa/stand/Makefile.buildboot cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hppa/stand/xxboot/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/cortex
Module Name:src Committed By: jmcneill Date: Tue Nov 13 22:25:29 UTC 2018 Modified Files: src/sys/arch/arm/cortex: gic_reg.h gicv3.c Log Message: Update GICD_CTLR reg bit definitions to reflect the layout of the register when either in non-secure state or for a system that only supports a single state. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/cortex/gic_reg.h \ src/sys/arch/arm/cortex/gicv3.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/sysinst
Module Name:src Committed By: martin Date: Wed Nov 14 02:30:00 UTC 2018 Modified Files: src/usr.sbin/sysinst: defs.h disks.c Log Message: Slightly enhance previous: create two utility functions checking for partitionability and boot code requirements, use a generic match helper function for both and fully check the device name. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/usr.sbin/sysinst/defs.h cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/sysinst/disks.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/bin/sh
Module Name:src Committed By: kre Date: Wed Nov 14 02:37:51 UTC 2018 Modified Files: src/tests/bin/sh: t_syntax.sh Log Message: Add a test for the bug in PR bin/53712 ( " { } > out " core dump ) Tested with both fixed, and unfixed, versions of /bin/sh (and in posix mode, where that is a syntax error). To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/bin/sh/t_syntax.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: msaitoh Date: Wed Nov 14 03:41:21 UTC 2018 Modified Files: src/sys/dev/pci: if_wm.c Log Message: - Add new wm_gmii_{hv,i82544}_{read,write}reg_locked() and use them in wm_gmii_{hv,i82544}_{read,write}reg(). *_locked() functions are not mii(4) API functions, so it's not required to keep the mii API. Change the PHY register type from int to uint16_t. It also change the usage of return value. It returns zero on success and non-zero on error. - Check the return value of *_locked() function and treat it. - Use *writereg_locked() function to reduce race condition in wm_init_lcd_from_nvm(). - Add comment. To generate a diff of this commit: cvs rdiff -u -r1.596 -r1.597 src/sys/dev/pci/if_wm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/net/if_vlan
Module Name:src Committed By: knakahara Date: Wed Nov 14 05:07:48 UTC 2018 Modified Files: src/tests/net/if_vlan: t_vlan.sh Log Message: let ATF detect a bug fixed by if_vla.c:r1.132. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/tests/net/if_vlan/t_vlan.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: skrll Date: Wed Nov 14 06:56:31 UTC 2018 Modified Files: src/sys/dev/pci: files.pci Log Message: defflag XHCI_DISABLE_MSIX To generate a diff of this commit: cvs rdiff -u -r1.407 -r1.408 src/sys/dev/pci/files.pci Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.