CVS commit: src/usr.sbin/acpitools/acpidump

2017-08-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 21 02:58:49 UTC 2017 Modified Files: src/usr.sbin/acpitools/acpidump: acpi.c Log Message: Add new function acpi_select_address() derived from acpi_get_fadt_revision(). On some systems, 32bit address is used for (X)Dsdt

CVS commit: src/sys/netipsec

2017-08-20 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Aug 21 02:35:13 UTC 2017 Modified Files: src/sys/netipsec: key.c Log Message: fix localcount leak in sav. fixed by ozaki-r@n.o. I commit on behalf of him. To generate a diff of this commit: cvs rdiff -u -r1.223 -r1.224

CVS commit: [netbsd-7] src

2017-08-20 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Mon Aug 21 02:24:17 UTC 2017 Modified Files: src/crypto/external/bsd/openssh/bin/ssh [netbsd-7]: Makefile src/crypto/external/bsd/openssh/bin/sshd [netbsd-7]: Makefile src/external/bsd/dhcp [netbsd-7]: Makefile.inc

CVS commit: src/tests/bin/sh

2017-08-20 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Aug 21 00:56:22 UTC 2017 Modified Files: src/tests/bin/sh: t_syntax.sh Log Message: Make the $'...' syntax tests test what is supposed to work, rather than what I thought was required (just a couple of changes...). To generate

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

2017-08-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Aug 20 21:00:01 UTC 2017 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Ignore 0-sized memory regions in the FDT. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/dev

2017-08-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 20 15:58:44 UTC 2017 Modified Files: src/sys/dev: ld.c ldvar.h src/sys/dev/sdmmc: ld_sdmmc.c sdmmc_mem.c sdmmcvar.h Log Message: make the sc_discard interface for the ld backend asynchronous and signal completion

CVS commit: src/distrib/evbarm/instkernel/ramdisk

2017-08-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 20 15:38:22 UTC 2017 Modified Files: src/distrib/evbarm/instkernel/ramdisk: Makefile Log Message: Create the ramdisk destination dir here. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/etc/etc.evbarm

2017-08-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 20 15:35:31 UTC 2017 Modified Files: src/etc/etc.evbarm: Makefile.inc Log Message: Creating installation/ramdisk here does not work; it happens too late. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90

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

2017-08-20 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Sun Aug 20 14:52:36 UTC 2017 Modified Files: src/sys/arch/evbarm/awin: awin_machdep.c Log Message: BPI has no programmable current limiters for the USB host, just a PCB fuse To generate a diff of this commit: cvs rdiff -u -r1.49

CVS commit: src/sys/ufs/ffs

2017-08-20 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Aug 20 12:51:39 UTC 2017 Modified Files: src/sys/ufs/ffs: ffs_vfsops.c Log Message: print mode as octal for readability To generate a diff of this commit: cvs rdiff -u -r1.353 -r1.354 src/sys/ufs/ffs/ffs_vfsops.c Please note

CVS commit: src/sys/ufs/ufs

2017-08-20 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Aug 20 12:09:06 UTC 2017 Modified Files: src/sys/ufs/ufs: inode.h Log Message: update the comment to the current IFMT/permissions location To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sys/ufs/ufs/inode.h

CVS commit: src/sys/fs/msdosfs

2017-08-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Aug 20 11:48:15 UTC 2017 Modified Files: src/sys/fs/msdosfs: msdosfs_vfsops.c Log Message: Add more sanity checks for BPB parameters. Handle FAT12 format for media with sectors >= 32kByte. Does fix PR 52485. To generate a

CVS commit: src/sys/arch/mips/mips

2017-08-20 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Aug 20 11:06:36 UTC 2017 Modified Files: src/sys/arch/mips/mips: cpu_subr.c Log Message: spl leak, found by mootja To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/arch/mips/mips/cpu_subr.c Please note

CVS commit: src/sys/arch/mips/cavium/dev

2017-08-20 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Aug 20 11:05:24 UTC 2017 Modified Files: src/sys/arch/mips/cavium/dev: octeon_gmx.c Log Message: as the xxx implicitly points out, there's a division by zero here, so panic right away; found by mootja To generate a diff of

CVS commit: src/sys/arch/amiga/amiga

2017-08-20 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Aug 20 11:03:04 UTC 2017 Modified Files: src/sys/arch/amiga/amiga: cc.c Log Message: spl leak, found by mootja To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/amiga/amiga/cc.c Please note that

CVS commit: src/sys/dev/ic

2017-08-20 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Aug 20 11:00:30 UTC 2017 Modified Files: src/sys/dev/ic: rrunner.c Log Message: M_WAITOK cannot fail, so remove the test, otherwise it looks like an spl leak; found by mootja To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci

2017-08-20 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Aug 20 10:55:37 UTC 2017 Modified Files: src/sys/dev/pci: oboe.c Log Message: M_WAITOK cannot fail, so remove the test branches. Otherwise it looks like leak/uninitialized area. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/sys_info

2017-08-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 20 10:17:55 UTC 2017 Modified Files: src/usr.bin/sys_info: sys_info.sh Log Message: Use tcsh --version instead of an echo $version -- the old way did not work for me (not quite sure why not). To generate a diff of this

CVS commit: src/sys/arch/mips/mips

2017-08-20 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Aug 20 09:47:14 UTC 2017 Modified Files: src/sys/arch/mips/mips: mipsX_subr.S Log Message: use meaningful name for errata hack, dedup To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104

CVS commit: src/sys/arch/mips/mips

2017-08-20 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Aug 20 09:21:54 UTC 2017 Modified Files: src/sys/arch/mips/mips: mipsX_subr.S Log Message: Don't need the errata workaround on user return It's reported that the MMU will block such invalid reads in userland, and it's only

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

2017-08-20 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Aug 20 09:00:15 UTC 2017 Modified Files: src/sys/arch/evbmips/conf: LOONGSON Log Message: Get rid of ATADEBUG on LOONGSON To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/arch/evbmips/conf/LOONGSON

CVS commit: src/tests/lib/libm

2017-08-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 20 08:25:47 UTC 2017 Modified Files: src/tests/lib/libm: t_fe_round.c Log Message: fix build (missing nexttoward on mips64 and aarch64) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8