CVS commit: src/tests/net/net

2019-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 14 01:45:30 UTC 2019 Modified Files: src/tests/net/net: t_unix.c Log Message: ifix uninialized pid To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/tests/net/net/t_unix.c Please note that diffs are

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

2019-04-13 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Apr 14 04:16:32 UTC 2019 Modified Files: src/sys/arch/hpcarm/conf: NETBOOKPRO Log Message: Fix build error. size locater is gone. Thanks mrg@. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

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

2019-04-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Apr 13 21:39:46 UTC 2019 Modified Files: src/sys/arch/mips/mips: cache_octeon.c Log Message: Remove unused declaration of __BIT and __BITS it's defined already, tested with #error. To generate a diff of this commit: cvs rdiff

CVS commit: src/external/gpl3/gdb/dist/gdb

2019-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 13 18:02:37 UTC 2019 Modified Files: src/external/gpl3/gdb/dist/gdb: arm-nbsd-nat.c Log Message: fix typo, unused variable To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/external/gpl3/gdb/dist/gdb/config/arm

2019-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 13 18:04:23 UTC 2019 Modified Files: src/external/gpl3/gdb/dist/gdb/config/arm: nbsdelf.mh Log Message: add missing files To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/external/gpl3/gdb/lib

2019-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 13 18:04:04 UTC 2019 Modified Files: src/external/gpl3/gdb/lib/libbfd/arch/arm: bfd_stdint.h targmatch.h src/external/gpl3/gdb/lib/libdecnumber/arch/arm: gstdint.h

CVS commit: src/external/gpl3/gcc/dist/gcc/config/riscv

2019-04-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Apr 13 15:53:32 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/gcc/config/riscv: netbsd.h Log Message: use NETBSD_LINK_SPEC_ELF rather than netbsd_link_spec. My current guess as to why it makes a difference is that riscv,

CVS commit: src/sys/arch/riscv/include

2019-04-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Apr 13 15:56:18 UTC 2019 Modified Files: src/sys/arch/riscv/include: int_fmtio.h Log Message: Provide defines for the 64bit case. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/lib/libc/arch/riscv/gen

2019-04-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Apr 13 17:54:13 UTC 2019 Modified Files: src/lib/libc/arch/riscv/gen: Makefile.inc Log Message: build the generic 128bit long double code. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/external/gpl3/gdb/dist/gdb

2019-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 13 18:02:06 UTC 2019 Modified Files: src/external/gpl3/gdb/dist/gdb: arm-bsd-tdep.c Log Message: fix core stack traces (missing register 25) To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

CVS commit: src/lib/libm/arch/riscv

2019-04-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Apr 13 17:18:26 UTC 2019 Modified Files: src/lib/libm/arch/riscv: s_copysign.S Log Message: Don't alias the long double version to the double version. We now have 128bit long double (by the upstream GCC changing things) To

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

2019-04-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 13 17:21:49 UTC 2019 Modified Files: src/sys/arch/arm/fdt: cpu_fdt.c Log Message: The spin-table CPU enable method is only valid for 64-bit kernels. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

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

2019-04-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 13 17:34:38 UTC 2019 Modified Files: src/sys/arch/arm/fdt: cpu_fdt.c Log Message: Fix build w/o PSCI To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/fdt/cpu_fdt.c Please note that diffs

CVS commit: src/external/gpl3/gcc/lib/libgcc/arch/riscv64

2019-04-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Apr 13 15:54:07 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libgcc/arch/riscv64: defs.mk Log Message: Fake mknative. enough to build libc, with other changes pending To generate a diff of this commit: cvs rdiff -u

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

2019-04-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 13 19:15:25 UTC 2019 Modified Files: src/sys/arch/arm/fdt: cpu_fdt.c Log Message: If an enable-method property is present on the cpu node and not supported by the kernel, try to use the enable-method from the cpus node

CVS commit: src/sys/arch/riscv/include

2019-04-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Apr 13 15:57:31 UTC 2019 Modified Files: src/sys/arch/riscv/include: ieee.h math.h Log Message: Our current configuration is that long double is 128bit, so reflect that in the relevant headers. Taken from sparc64. To

CVS commit: src/lib/libc/arch/riscv

2019-04-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Apr 13 16:08:54 UTC 2019 Modified Files: src/lib/libc/arch/riscv: SYS.h Log Message: Looks like libc is too big to be able to use j. use a longer distance jump To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sbin

2019-04-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Apr 13 19:29:27 UTC 2019 Modified Files: src/sbin/newfs: newfs.8 src/sbin/newfs_ext2fs: newfs_ext2fs.8 Log Message: Omit mention of old vnd(4) bug, now resolved. Via elge, thanks. To generate a diff of this commit:

CVS commit: src/sys/arch

2019-04-13 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Apr 13 08:23:01 UTC 2019 Modified Files: src/sys/arch/acorn32/conf: EB7500ATX GENERIC NC src/sys/arch/algor/conf: P4032 P5064 P6032 src/sys/arch/alpha/conf: GENERIC src/sys/arch/amiga/conf: GENERIC.in

CVS commit: src/sys/arch

2019-04-13 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Apr 13 08:26:14 UTC 2019 Modified Files: src/sys/arch/amiga/conf: DRACO GENERIC src/sys/arch/atari/conf: ATARITT FALCON HADES MILAN-ISAIDE MILAN-PCIIDE Log Message: Regen. > Add drvctl to kernel which has audio device.

CVS commit: src/sys

2019-04-13 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Apr 13 08:41:37 UTC 2019 Modified Files: src/sys/arch/amd64/conf: GENERIC src/sys/conf: files src/sys/kern: subr_pool.c src/sys/sys: pool.h Log Message: Introduce POOL_QUARANTINE, a feature that creates

CVS commit: src/external/mit/xorg/server/drivers/xf86-video-intel

2019-04-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Apr 13 09:29:49 UTC 2019 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-intel: Makefile Log Message: Enable TearFree by default. This avoids visual corruption that can be induced by, e.g., env

CVS commit: src

2019-04-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 13 10:58:11 UTC 2019 Modified Files: src/distrib/utils/embedded/conf: armv7.conf src/sys/arch/evbarm/conf: GENERIC Log Message: Remove sun50i support from 32-bit GENERIC. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/pci

2019-04-13 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Apr 13 06:17:33 UTC 2019 Modified Files: src/sys/dev/pci: vioscsi.c Log Message: Fix use-after-free. If we're not polling, virtio_enqueue_commit() will send the transaction, and it means 'xs' can be immediately freed. So, save

CVS commit: src/usr.bin/xlint/xlint

2019-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 13 15:08:49 UTC 2019 Modified Files: src/usr.bin/xlint/xlint: xlint.c Log Message: Undefine SSE stuff; we don't want portable code to depend on it and we don't provide the necessary headers. To generate a diff of this

CVS commit: src/sys/arch/riscv/include

2019-04-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Apr 13 12:41:37 UTC 2019 Modified Files: src/sys/arch/riscv/include: asm.h Log Message: Handle changes since the gcc riscv toolchain was upstreamed To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3