CVS commit: src/sys

2018-04-26 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Thu Apr 26 18:54:09 UTC 2018 Modified Files: src/sys/arch/x86/x86: svs.c src/sys/secmodel/securelevel: secmodel_securelevel.c src/sys/secmodel/suser: secmodel_suser.c src/sys/sys: kauth.h Log Message: Add

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

2018-04-26 Thread Sean Cole
Module Name:src Committed By: scole Date: Thu Apr 26 18:06:25 UTC 2018 Modified Files: src/sys/arch/ia64/include: mcontext.h Log Message: Update some of the _UC_MACHINE* macros even though gregs[] aren't tied to anything yet To generate a diff of this commit: cvs rdiff

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

2018-04-26 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Apr 26 18:33:02 UTC 2018 Modified Files: src/sys/arch/macppc/include: param.h Log Message: bump message buffer size To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/macppc/include/param.h Please

CVS commit: src/share/man/man9

2018-04-26 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Thu Apr 26 18:56:18 UTC 2018 Modified Files: src/share/man/man9: secmodel_securelevel.9 Log Message: Add SVS. It may not be disabled at securelevel 1 and above. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/share/man/man9

2018-04-26 Thread Sean Cole
Module Name:src Committed By: scole Date: Thu Apr 26 14:59:11 UTC 2018 Modified Files: src/share/man/man9: cpu_lwp_fork.9 Log Message: Rename "cpu_switch" to "cpu_switchto" To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/cpu_lwp_fork.9

CVS commit: src/sys

2018-04-26 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Apr 26 07:28:21 UTC 2018 Modified Files: src/sys/netinet: ip_icmp.c src/sys/netinet6: icmp6.c ip6_mroute.c Log Message: Use M_UNWRITABLE, no functional change. To generate a diff of this commit: cvs rdiff -u -r1.168

CVS commit: src/sys/kern

2018-04-26 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Apr 26 07:46:24 UTC 2018 Modified Files: src/sys/kern: uipc_mbuf.c Log Message: Change comment, to clearly say that m_prepend should not be used directly. To generate a diff of this commit: cvs rdiff -u -r1.193 -r1.194

CVS commit: src/sys/netinet6

2018-04-26 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Apr 26 07:01:38 UTC 2018 Modified Files: src/sys/netinet6: ip6_input.c Log Message: Move the address checks into one function, ip6_badaddr(). In this function, reinstate the "IPv4-compatible IPv6 addresses" check; these

CVS commit: src/share/man/man9

2018-04-26 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Apr 26 07:48:21 UTC 2018 Modified Files: src/share/man/man9: mbuf.9 Log Message: Remove m_prepend from the man page, it's a helper, and is not supposed to be part of the API. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/compat/common

2018-04-26 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu Apr 26 08:11:18 UTC 2018 Modified Files: src/sys/compat/common: uipc_syscalls_50.c Log Message: Test for valid interface for ioctls that demand it. Thanks to Robert Swindells for the patch. To generate a diff of this commit:

CVS commit: src

2018-04-26 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Apr 26 08:13:30 UTC 2018 Modified Files: src/share/man/man9: mbuf.9 src/sys/kern: uipc_mbuf.c Log Message: Stop adding '0's in parameter and function names, that's just misleading. Some remain, they need more

CVS commit: src/tests/net/net

2018-04-26 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Apr 26 06:23:33 UTC 2018 Modified Files: src/tests/net/net: t_ping6_opts.sh Log Message: Remove ping6_opts_hops, "-g" does not exist anymore (RH0 removed). To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/kern

2018-04-26 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Apr 26 08:31:36 UTC 2018 Modified Files: src/sys/kern: uipc_mbuf.c Log Message: Rename m_copyback0 -> m_copyback_internal M_COPYBACK0_* -> CB_* That's a lot less misleading. While here, fix a bunch of panic

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

2018-04-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Apr 26 09:37:22 UTC 2018 Modified Files: src/sys/compat/common [pgoyette-compat]: uipc_syscalls_50.c Log Message: Import rev 1.5 from HEAD To generate a diff of this commit: cvs rdiff -u -r1.3.56.6 -r1.3.56.7

CVS commit: src/sys/net

2018-04-26 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Fri Apr 27 00:06:40 UTC 2018 Modified Files: src/sys/net: if_ipsec.c Log Message: Fix "how" argument of MGET(). Pointed out by maxv@n.o, thanks. MGET() does not have M_ZERO flag, so add memset when it is required. To

CVS commit: src/sys

2018-04-26 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Apr 26 19:50:09 UTC 2018 Modified Files: src/sys/kern: uipc_socket.c src/sys/netinet6: icmp6.c ip6_forward.c ip6_mroute.c ip6_output.c raw_ip6.c src/sys/netipsec: keysock.c Log Message: Stop using

CVS commit: src/sys/net

2018-04-26 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Apr 26 19:56:55 UTC 2018 Modified Files: src/sys/net: if_arcsubr.c if_ethersubr.c if_fddisubr.c if_ieee1394subr.c if_tokensubr.c raw_usrreq.c Log Message: m_copy -> m_copym To generate a diff of this commit: cvs

CVS commit: src/sys/fs/nfs/common

2018-04-26 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Apr 26 19:27:04 UTC 2018 Modified Files: src/sys/fs/nfs/common: nfs_commonsubs.c Log Message: Fix inverted arguments in MGET(). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/nfs

2018-04-26 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Apr 26 20:10:44 UTC 2018 Modified Files: src/sys/nfs: nfs_subs.c Log Message: Hum. This should be M_READONLY, not M_ROMAP. M_ROMAP tells us whether the mbuf storage is mapped on a read-only page. But an mbuf can still be

CVS commit: src/sys

2018-04-26 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Apr 26 19:13:34 UTC 2018 Modified Files: src/sys/kern: uipc_mbuf.c src/sys/sys: mbuf.h Log Message: Change MCLGET, so that it calls m_clget instead of doing the work in a macro. Macros are inefficient when they contain

CVS commit: src/sys

2018-04-26 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Apr 26 19:22:17 UTC 2018 Modified Files: src/sys/kern: uipc_socket.c src/sys/netinet: ip_input.c src/sys/netinet6: ip6_input.c src/sys/sys: socketvar.h Log Message: Remove unused mbuf argument from

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

2018-04-26 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Apr 26 19:33:02 UTC 2018 Modified Files: src/sys/arch/arm/gemini: gemini_gmac.c Log Message: Fix inverted arguments in m_gethdr(). To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14