CVS commit: [pgoyette-compat] src/doc

2018-09-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Sep 4 11:36:06 UTC 2018 Modified Files: src/doc [pgoyette-compat]: COMPAT-branch-notes Log Message: Put the COMPAT_BSDPTY entry in the proper group (ie, the "done" group). To generate a diff of this commit: cvs rdiff -u

CVS commit: [pgoyette-compat] src/sys/kern

2018-09-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Sep 4 11:48:38 UTC 2018 Modified Files: src/sys/kern [pgoyette-compat]: kern_module.c Log Message: Add some helpful error messages when things fail. To generate a diff of this commit: cvs rdiff -u -r1.130.2.14

CVS commit: src/tools/gcc

2018-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 4 06:40:37 UTC 2018 Modified Files: src/tools/gcc: mknative-gcc Log Message: in configargs.h, as well as normalising to /usr/src, normalise the --build to the same as the --host, so that it never changes based upon the host

CVS commit: [pgoyette-compat] src/sys/kern

2018-09-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Sep 4 11:53:46 UTC 2018 Modified Files: src/sys/kern [pgoyette-compat]: kern_module.c Log Message: Use correct structure member for module's name. To generate a diff of this commit: cvs rdiff -u -r1.130.2.15 -r1.130.2.16

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

2018-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Sep 5 00:22:10 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libgcc/arch/aarch64: defs.mk src/external/gpl3/gcc/lib/libgcc/arch/alpha: defs.mk src/external/gpl3/gcc/lib/libgcc/arch/arm: defs.mk

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

2018-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Sep 5 00:51:42 UTC 2018 Modified Files: src/external/gpl3/gcc/lib/libgcc: Makefile.inc Log Message: pull -DHAVE_CC_TLS out of $(INTERNAL_CFLAGS) if it is there, and add it to CPPFLAGS. this fixes PR#53567 for me. To generate

CVS commit: src/usr.bin/find

2018-09-04 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 4 15:16:15 UTC 2018 Modified Files: src/usr.bin/find: function.c Log Message: Inspired by PR pkg/53543 When calculating the length of the args that can be appended in a "find -exec something {} +" usage, remember to

CVS commit: src/usr.sbin/npf/npfctl

2018-09-04 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Sep 4 15:36:02 UTC 2018 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 Log Message: Fix the "Interfaces" section, I understood wrong. Talk about inference, because it was not mentioned before, and it plays an important

CVS commit: src/doc

2018-09-04 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Sep 4 15:41:09 UTC 2018 Modified Files: src/doc: TODO.kaslr Log Message: more kernel address leaks To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/doc/TODO.kaslr Please note that diffs are not public domain;

CVS commit: src/sys/kern

2018-09-04 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Sep 4 15:48:44 UTC 2018 Modified Files: src/sys/kern: kern_proc.c Log Message: Use p->p_session instead of ep->e_sess, no real functional change. To generate a diff of this commit: cvs rdiff -u -r1.215 -r1.216

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

2018-09-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 4 15:50:25 UTC 2018 Modified Files: src/sys/arch/aarch64/aarch64: locore.S Log Message: Adjust register usage a bit and unbreak DEBUG_MMU as a result. The change moves to using callee-saved registers more so that any

CVS commit: src/doc

2018-09-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Sep 4 06:05:39 UTC 2018 Modified Files: src/doc: 3RDPARTY Log Message: Update for new mpc and mpfr. To generate a diff of this commit: cvs rdiff -u -r1.1561 -r1.1562 src/doc/3RDPARTY Please note that diffs are not public

CVS commit: src/external/lgpl3/gmp/lib/libgmp

2018-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 4 06:09:31 UTC 2018 Modified Files: src/external/lgpl3/gmp/lib/libgmp: Makefile Log Message: add missing sources needed by new mpfr/mpc. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: [pgoyette-compat] src/sys/compat/common

2018-09-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Sep 4 11:25:53 UTC 2018 Modified Files: src/sys/compat/common [pgoyette-compat]: compat_sysv_mod.c Log Message: Use correct module names for the aliases. To generate a diff of this commit: cvs rdiff -u -r1.4.10.2

CVS commit: [pgoyette-compat] src/sys/kern

2018-09-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Sep 4 11:31:12 UTC 2018 Modified Files: src/sys/kern [pgoyette-compat]: kern_module.c Log Message: If loading a built-in module fails, make sure we reset all the stuff related to its pre-requisite modules. Otherwise if we

CVS commit: src/sys/kern

2018-09-04 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Sep 4 16:03:56 UTC 2018 Modified Files: src/sys/kern: kern_proc.c Log Message: Clear the kernel pointers from kern.proc and kern.proc2 when the user is not privileged. To generate a diff of this commit: cvs rdiff -u -r1.216

CVS commit: src/sys

2018-09-04 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Sep 4 14:31:19 UTC 2018 Modified Files: src/sys/kern: kern_proc.c sys_module.c src/sys/secmodel/extensions: secmodel_extensions.c src/sys/secmodel/suser: secmodel_suser.c src/sys/sys: kauth.h Log

CVS commit: src/sys/stand/efiboot

2018-09-04 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Sep 4 21:29:54 UTC 2018 Modified Files: src/sys/stand/efiboot: efinet.c Log Message: If the loader is loaded from the network, try to load the kernel from the same network device. To generate a diff of this commit: cvs

CVS commit: src/tools/gcc

2018-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Sep 5 01:20:20 UTC 2018 Modified Files: src/tools/gcc: mknative-gcc.old Log Message: copy across GCC 6.4 mknative-gcc into mknative-gcc.old. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/net

2018-09-04 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Sep 5 02:49:41 UTC 2018 Modified Files: src/sys/net: route.c Log Message: route: avoid overwriting rt_free_global.enqueued unexpectedly rt_free_global.enqueued can be set to true by rt_free during rt_free_work because

CVS commit: src/sys/net

2018-09-04 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Sep 5 02:49:09 UTC 2018 Modified Files: src/sys/net: route.c Log Message: route: don't take an extra reference of a rtentry for the delayed free mechanism Because a reference is already taken at that point. To generate a

CVS commit: src/share/misc

2018-09-04 Thread Eitan Adler
Module Name:src Committed By: eadler Date: Wed Sep 5 04:01:32 UTC 2018 Modified Files: src/share/misc: bsd-family-tree Log Message: bsd-family-tree: Add NetBSD 7.2; fix 8.0 8.0 was not derived from 7.x. Also add recent release of 7.2. Reported by:martin To

CVS commit: src/tools/gcc

2018-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Sep 5 05:03:28 UTC 2018 Modified Files: src/tools/gcc: gcc-version.mk Log Message: remove GCC 5 marker. this is now nb3 20180905. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/tools/gcc/gcc-version.mk

CVS commit: src/sys

2018-09-04 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Sep 4 15:08:30 UTC 2018 Modified Files: src/sys/arch/cobalt/stand/boot: lcd.c src/sys/arch/ews4800mips/stand/common: lance.c src/sys/arch/hp300/stand/inst: inst.c src/sys/arch/hppa/stand/common:

CVS commit: src/bin/sh

2018-09-04 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Sep 4 23:16:30 UTC 2018 Modified Files: src/bin/sh: jobs.c jobs.h sh.1 Log Message: Change the way the pipefail option works. Now it is the setting of the option when a pipeline is created that controls the way the exit

CVS commit: src/tools/gcc

2018-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 4 22:57:25 UTC 2018 Modified Files: src/tools/gcc: mknative-gcc Log Message: also pullout INTERNAL_CFLAGS for the libgcc build, where it may have -DHAVE_CC_TLS defined on the command line. (we already collect all the other