CVS commit: src/distrib/i386/installimage

2019-04-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Apr 7 05:29:00 UTC 2019 Modified Files: src/distrib/i386/installimage: Makefile Log Message: Bump for recent Mesa update. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/distrib/i386/installimage/Makefile

CVS commit: src/external/mit/xorg/lib/gallium

2019-04-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Apr 7 05:28:09 UTC 2019 Modified Files: src/external/mit/xorg/lib/gallium: Makefile Log Message: Handle objdir correctly. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/arch/powerpc

2019-04-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Apr 7 05:25:56 UTC 2019 Modified Files: src/sys/arch/powerpc/booke: booke_machdep.c copyin.c copyout.c src/sys/arch/powerpc/ibm4xx: trap.c src/sys/arch/powerpc/include: types.h

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

2019-04-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Apr 7 04:11:56 UTC 2019 Modified Files: src/sys/arch/arm/arm: fusu.S Log Message: Fix ARM_ARCH_* brain fart. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/arm/fusu.S Please note that diffs

CVS commit: src/sys/arch/arc/arc

2019-04-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Apr 7 03:53:53 UTC 2019 Modified Files: src/sys/arch/arc/arc: locore_machdep.S Log Message: Remove dead codes, that are #if 0'd for more than 19 years! To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/arch/arc

2019-04-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Apr 7 03:49:24 UTC 2019 Modified Files: src/sys/arch/arc: TODO Log Message: UADDR was removed. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/arc/TODO Please note that diffs are not public domain;

CVS commit: src/tests/modules/ufetchstore

2019-04-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Apr 7 03:43:55 UTC 2019 Modified Files: src/tests/modules/ufetchstore: t_ufetchstore.c Log Message: Revert previous. arc port was fixed correctly. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2019-04-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Apr 7 03:42:31 UTC 2019 Modified Files: src/sys/arch/arc/include: param.h Log Message: G/C some obsolete definitions (we haven't had a fixed u. for quite some time). To generate a diff of this commit: cvs rdiff -u -r1.32

CVS commit: src/tests/modules/ufetchstore

2019-04-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Apr 7 03:35:25 UTC 2019 Modified Files: src/tests/modules/ufetchstore: t_ufetchstore.c Log Message: Avoid redefining UADDR for arc. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/kern

2019-04-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Apr 7 02:58:02 UTC 2019 Modified Files: src/sys/kern: subr_disklabel.c Log Message: Fix previous. We define _KERNEL for rump in opt_rumpkernel.h. XXX This works because arch's with _RUMP_NATIVEABI=yes and therefore XXX without

CVS commit: src/etc/defaults

2019-04-06 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Apr 7 02:08:08 UTC 2019 Modified Files: src/etc/defaults: npf.boot.conf Log Message: Allow DHCP Neighbour Advertisement should be allowed both ways, otherwise ipv6nd_sendadvertisement() from dhcpcd logs "Network is

CVS commit: src/sys/dev/ic

2019-04-06 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Apr 7 01:39:12 UTC 2019 Modified Files: src/sys/dev/ic: spdmem.c Log Message: Fix spelling of symeti^Hric To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/dev/ic/spdmem.c Please note that diffs are

CVS commit: src/usr.bin/ftp

2019-04-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 7 00:44:54 UTC 2019 Modified Files: src/usr.bin/ftp: ssl.c Log Message: redo the connection waiting handling to make it more clear. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.bin/ftp/ssl.c

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

2019-04-06 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sat Apr 6 21:40:15 UTC 2019 Modified Files: src/sys/arch/sparc64/include: psl.h Log Message: The real cause for removing asm inline code on clang is that the "r" constraint cannot handle 64-bit and is treated as 32-bit. So

CVS commit: src/sys/arch

2019-04-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Apr 6 20:25:27 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: copy.S src/sys/arch/i386/i386: copy.S Log Message: Fix a think-o / paste-o in the max user address check, pointed out by maxv@. To generate a diff

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

2019-04-06 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sat Apr 6 18:30:20 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: Fix race conditions about pmap_page_protect() and pmap_enter(). while handling same PTE by these functions in same time, there is a

CVS commit: src/sys/compat/freebsd

2019-04-06 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 6 17:42:28 UTC 2019 Modified Files: src/sys/compat/freebsd: freebsd_syscall.c Log Message: Revert previous (1.5) and return to the one before that (1.4), and just allow things to be broken if this is used on a system where

CVS commit: src/sys/compat/freebsd

2019-04-06 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 6 17:27:59 UTC 2019 Modified Files: src/sys/compat/freebsd: freebsd_syscall.c Log Message: Revert previous. Instead change ufetch_long() to ufetch_int() in both calls (and also remove the cast on the earlier). These

CVS commit: src/regress/libexec/ld.elf_so

2019-04-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Apr 6 16:25:52 UTC 2019 Modified Files: src/regress/libexec/ld.elf_so: Makefile Removed Files: src/regress/libexec/ld.elf_so/expand: Makefile Log Message: Eliminate regress/libexec/ld.elf_so/expand This test does not

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

2019-04-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Apr 6 16:22:01 UTC 2019 Modified Files: src/sys/arch/sparc/sparc: db_trace.c Log Message: Fix building crash(8) on sparc after ufetch / ustore changes. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src/sys/compat/freebsd

2019-04-06 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 6 16:22:09 UTC 2019 Modified Files: src/sys/compat/freebsd: freebsd_syscall.c Log Message: If using a cast for to make it a u_long * is acceptable a few lines earlier, it should work here too. To generate a diff of this

CVS commit: src/sys/kern

2019-04-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Apr 6 15:52:35 UTC 2019 Modified Files: src/sys/kern: subr_copy.c Log Message: Treat _RUMPKERNEL like a __HAVE_UCAS_FULL platform. Add a comment explaining what's going on. Fixes librump build on sparc. To generate a

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

2019-04-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Apr 6 15:41:54 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_fork.c Log Message: Add new tests in ATF t_fork/t_vfork Verify whether nested fork(2)/vfork(2)/clone(2) calls are supported in a fork(2)ed/vforked(2) child.

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

2019-04-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Apr 6 15:35:09 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Simplify FORK_TEST in ATF t_ptrace_wait* Reduce the scope of combinations that were planned to be tested from the same function

CVS commit: src/distrib/sets/lists/debug

2019-04-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Apr 6 12:34:30 UTC 2019 Modified Files: src/distrib/sets/lists/debug: module.mi Log Message: Register t_ufetchstore.debug in distrib files To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/distrib/sets/lists/comp

2019-04-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Apr 6 12:33:19 UTC 2019 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Correct ustore(9) entry for MKCATPAGES=yes To generate a diff of this commit: cvs rdiff -u -r1.2267 -r1.2268

CVS commit: src/tests/modules/ufetchstore

2019-04-06 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Apr 6 11:54:25 UTC 2019 Added Files: src/tests/modules/ufetchstore: Makefile Log Message: Add missing Makefile. Grabbed from thorpej's github repository. XXX not actually built tested... To generate a diff of this commit:

CVS commit: src/sys

2019-04-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Apr 6 11:54:21 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64: syscall.c src/sys/arch/alpha/alpha: syscall.c src/sys/arch/arm/arm: syscall.c src/sys/arch/hppa/hppa: trap.c

CVS commit: src/sys/dev/nvmm/x86

2019-04-06 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Apr 6 11:49:53 UTC 2019 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86.c nvmm_x86.h nvmm_x86_svm.c nvmm_x86_vmx.c Log Message: Replace the misc[] state by a new compressed nvmm_x64_state_intr structure, which

CVS commit: src/external/bsd/pkg_install/sbin/pkg_create

2019-04-06 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 6 10:37:57 UTC 2019 Modified Files: src/external/bsd/pkg_install/sbin/pkg_create: Makefile Log Message: revert previkous it isn't needed To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \

CVS commit: src/external/bsd/pkg_install/sbin/pkg_create

2019-04-06 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 6 10:29:13 UTC 2019 Modified Files: src/external/bsd/pkg_install/sbin/pkg_create: Makefile Log Message: Treat implicit-fallthrough only as a warning To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

CVS commit: xsrc/external/mit/MesaLib/dist/src/util

2019-04-06 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Sat Apr 6 10:00:13 UTC 2019 Modified Files: xsrc/external/mit/MesaLib/dist/src/util: u_math.h Log Message: Use a name for the largest representable float Actually intended to appease vax which has a floating point format that

CVS commit: src/distrib/sets/lists/comp

2019-04-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Apr 6 09:33:07 UTC 2019 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Revert llvm -> llvmcmds unintended changes in distrib files To generate a diff of this commit: cvs rdiff -u -r1.2266 -r1.2267

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

2019-04-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 6 08:48:53 UTC 2019 Modified Files: src/sys/arch/arm/vfp: vfp_init.c Log Message: Install the undefined instruction handlers only once, i.e. when attaching on the BP. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/net

2019-04-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Apr 6 08:38:23 UTC 2019 Modified Files: src/sys/net: slcompress.c Log Message: KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/net/slcompress.c Please note that diffs are

CVS commit: src/external/bsd/pkg_install/dist/create

2019-04-06 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 6 08:29:02 UTC 2019 Modified Files: src/external/bsd/pkg_install/dist/create: util.c Log Message: Use __UNCONST() rather than a simple cast to free a const char * while avoiding gcc noise. To generate a diff of this

CVS commit: src/share/man/man9

2019-04-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Apr 6 07:57:04 UTC 2019 Modified Files: src/share/man/man9: ipi.9 Log Message: Remove superfluous Pp. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/ipi.9 Please note that diffs are not public

CVS commit: src/share/man/man9

2019-04-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Apr 6 07:56:49 UTC 2019 Modified Files: src/share/man/man9: ucas.9 Log Message: Sort sections. Fix typo. Remove superfluous Pp. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/ucas.9 Please

CVS commit: src/share/man/man9

2019-04-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Apr 6 07:56:19 UTC 2019 Modified Files: src/share/man/man9: ustore.9 Log Message: Fix short description. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/ustore.9 Please note that diffs are not