CVS commit: src/sys/netipsec

2018-04-16 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Apr 17 06:23:30 UTC 2018 Modified Files: src/sys/netipsec: ipsec_mbuf.c Log Message: Don't assume M_PKTHDR is set only on the first mbuf of the chain. It should, but it looks like there are several places that can put M_PKTHDR o

CVS commit: [pgoyette-compat] src/doc

2018-04-16 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Apr 17 06:20:26 UTC 2018 Modified Files: src/doc [pgoyette-compat]: COMPAT-branch-notes Log Message: More updates to match reality. To generate a diff of this commit: cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/COMPAT-branc

CVS commit: src/sys/dev/pci/ixgbe

2018-04-16 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Tue Apr 17 05:23:58 UTC 2018 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h Log Message: Fix panic when "sysctl -w hw.ixg0.txrx_workqueue=[01]" while there is traffic. The operation is not supported, however causing pa

CVS commit: src/sys/netipsec

2018-04-16 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Tue Apr 17 04:22:59 UTC 2018 Modified Files: src/sys/netipsec: key.c Log Message: Fix panic of SADB when the state of sav is changed in timeout pointed out by ozaki-r@n.o, thanks To generate a diff of this commit: cvs rdiff

CVS commit: src/tools

2018-04-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 17 02:03:56 UTC 2018 Modified Files: src/tools: Makefile.gnuhost Log Message: Use the __clang__ preprocessor symbol to check for clang, since --version might barf. From joerg@ To generate a diff of this commit: cvs rdi

CVS commit: [pgoyette-compat] src

2018-04-16 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Apr 17 00:02:59 UTC 2018 Modified Files: src/distrib/sets/lists/modules [pgoyette-compat]: mi src/sys/compat/common [pgoyette-compat]: compat_mod.c compat_mod.h files.common kern_exit_43.c kern_info_09.c k

CVS commit: src/sys/dev/ata

2018-04-16 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Apr 16 22:33:28 UTC 2018 Modified Files: src/sys/dev/ata: atavar.h Log Message: remove superfluous semicolon To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/sys/dev/ata/atavar.h Please note that diffs ar

CVS commit: src/sys/miscfs/procfs

2018-04-16 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Mon Apr 16 20:27:38 UTC 2018 Modified Files: src/sys/miscfs/procfs: procfs_subr.c Log Message: Change procfs_revoke_vnodes() to use vrecycle()/vgone() instead of VOP_REVOKE(). Gets rid of a bunch of suspensions on /proc as vrecy

CVS commit: src/sys/kern

2018-04-16 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Mon Apr 16 20:25:21 UTC 2018 Modified Files: src/sys/kern: subr_pserialize.c Log Message: Function pserialize_perform() usually succeeds after two cross calls so defer kpause() to iterations three and above. Speeds up VOP_REVOKE

CVS commit: src/sys/kern

2018-04-16 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Apr 16 19:19:51 UTC 2018 Modified Files: src/sys/kern: uipc_mbuf.c Log Message: Disable the M_PKTHDR check for now. It causes PR/53189 (which is also reproducible on i386). It seems that someone is giving looutput a malformed c

CVS commit: src/sys/netipsec

2018-04-16 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Apr 16 17:32:34 UTC 2018 Modified Files: src/sys/netipsec: xform_ah.c Log Message: Remove dead code. ok ozaki-r@ To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/sys/netipsec/xform_ah.c Please note that diff

CVS commit: src/external/gpl2/gmake/dist/glob

2018-04-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 16 16:11:40 UTC 2018 Modified Files: src/external/gpl2/gmake/dist/glob: glob.c Log Message: According to: https://sourceforge.net/p/predef/wiki/Libraries/ The macro used for old glibc is __GNU_LIBRARY__ and the new o

CVS commit: src/external/gpl2/gmake/dist/glob

2018-04-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Apr 16 16:02:57 UTC 2018 Modified Files: src/external/gpl2/gmake/dist/glob: glob.c Log Message: Revert previous glob.c change It broke on !GLIBC. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/

CVS commit: src/share/man/man9

2018-04-16 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Apr 16 15:02:37 UTC 2018 Modified Files: src/share/man/man9: fork1.9 Log Message: Merge EAGAIN descriptions. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/share/man/man9/fork1.9 Please note that diffs are n

CVS commit: src

2018-04-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Apr 16 14:52:00 UTC 2018 Modified Files: src/share/man/man9: fork1.9 src/sys/compat/freebsd: freebsd_fork.c src/sys/compat/linux/common: linux_sched.c src/sys/kern: init_main.c kern_fork.c src/sys

CVS commit: src/external/gpl2/gmake/dist/glob

2018-04-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Apr 16 14:39:19 UTC 2018 Modified Files: src/external/gpl2/gmake/dist/glob: glob.c Log Message: Fix build of gmake (in tools) on new GLIBC systems Reported on Debian and Fedora. Reference for similar fix: https://lists.nongnu

CVS commit: [netbsd-8] src/doc

2018-04-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 16 14:36:29 UTC 2018 Modified Files: src/doc [netbsd-8]: CHANGES-8.0 Log Message: Tickets #758 - #767 To generate a diff of this commit: cvs rdiff -u -r1.1.2.183 -r1.1.2.184 src/doc/CHANGES-8.0 Please note that diffs ar

CVS commit: [netbsd-8] src/sys/arch/x86/pci

2018-04-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 16 14:34:43 UTC 2018 Modified Files: src/sys/arch/x86/pci [netbsd-8]: if_vmx.c Log Message: Pull up following revision(s) (requested by nonaka in ticket #767): sys/arch/x86/pci/if_vmx.c: revision 1.23,1.24 vmx(4)

CVS commit: [netbsd-8] src/sys/netipsec

2018-04-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 16 14:31:44 UTC 2018 Modified Files: src/sys/netipsec [netbsd-8]: key.c Log Message: Pull up following revision(s) (requested by yamaguchi in ticket #766): sys/netipsec/key.c: revision 1.250 Removed the unnecessa

CVS commit: [netbsd-8] src/sys/dev/isa

2018-04-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 16 14:28:24 UTC 2018 Modified Files: src/sys/dev/isa [netbsd-8]: wbsio.c Log Message: Pull up following revision(s) (requested by yamaguchi in ticket #765): sys/dev/isa/wbsio.c: revision 1.22 Handle watchdog atta

CVS commit: [netbsd-8] src

2018-04-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 16 14:25:49 UTC 2018 Modified Files: src/share/man/man4 [netbsd-8]: wm.4 src/sys/dev/pci [netbsd-8]: if_wm.c if_wmreg.h if_wmvar.h Log Message: Pull up following revision(s) (requested by msaitoh in ticket #764):

CVS commit: [netbsd-8] src/sys/dev/pci

2018-04-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 16 14:21:48 UTC 2018 Modified Files: src/sys/dev/pci [netbsd-8]: ichsmb.c pucdata.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #763): sys/dev/pci/ichsmb.c: revision 1.57 sys

CVS commit: [netbsd-8] src/sys/arch/x86/pci

2018-04-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 16 14:18:53 UTC 2018 Modified Files: src/sys/arch/x86/pci [netbsd-8]: if_vmx.c Log Message: Pull up following revision(s) (requested by nonaka in ticket #762): sys/arch/x86/pci/if_vmx.c: revision 1.22 vmx(4): Fix

CVS commit: src/sys/kern

2018-04-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Apr 16 14:18:16 UTC 2018 Modified Files: src/sys/kern: init_main.c Log Message: Set initproc inside start_init() This allows us to stop using the rnewprocp argument in fork1(9). The rnewprocp argument will be removed soon fro

CVS commit: [netbsd-8] src/sys/dev/isa

2018-04-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 16 14:16:53 UTC 2018 Modified Files: src/sys/dev/isa [netbsd-8]: sbdsp.c Log Message: Pull up following revision(s) (requested by nat in ticket #761): sys/dev/isa/sbdsp.c: revision 1.137 Add AUDIO_ENCODING_SLINEA

CVS commit: [netbsd-8] src/sys/dev/isa

2018-04-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 16 14:15:03 UTC 2018 Modified Files: src/sys/dev/isa [netbsd-8]: gus.c Log Message: Pull up following revision(s) (requested by nat in ticket #760): sys/dev/isa/gus.c: revision 1.112 Add padding to gus.c so field

CVS commit: [netbsd-8] src/sys/dev

2018-04-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 16 14:11:44 UTC 2018 Modified Files: src/sys/dev [netbsd-8]: auconv.c audio.c audiovar.h aurateconv.c Log Message: Pull up following revision(s) (requested by nat in ticket #759): sys/dev/audio.c: revision 1.367

CVS commit: [netbsd-8] src/sys/kern

2018-04-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Apr 16 13:31:33 UTC 2018 Modified Files: src/sys/kern [netbsd-8]: kern_proc.c Log Message: Pull up following revision(s) (requested by kamil in ticket #758): sys/kern/kern_proc.c: revision 1.212 Don't set errno ESRCH

CVS commit: src/sys/dev/pci

2018-04-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Apr 16 13:12:36 UTC 2018 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.1319 -r1.1320 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1318 -r1.1

CVS commit: src/sys/dev/pci

2018-04-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Apr 16 13:11:53 UTC 2018 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Intel SSD 760p. To generate a diff of this commit: cvs rdiff -u -r1.1328 -r1.1329 src/sys/dev/pci/pcidevs Please note that diffs are not p

CVS commit: src/sys/dev/pci

2018-04-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Apr 16 13:08:33 UTC 2018 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add some 8th Generation Intel Core Processor devices. To generate a diff of this commit: cvs rdiff -u -r1.1327 -r1.1328 src/sys/dev/pci/pcidevs

CVS commit: src/distrib/sets/lists

2018-04-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 16 12:25:18 UTC 2018 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/comp: shl.mi src/distrib/sets/lists/debug: shl.mi Log Message: fix the sets for binutils-2.30 To generate

CVS commit: [pgoyette-compat] src/doc

2018-04-16 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Apr 16 09:53:02 UTC 2018 Modified Files: src/doc [pgoyette-compat]: COMPAT-branch-notes Log Message: Update with notes from a recent status update e-mail sent to tech-kern To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/sys/arch/x86/pci

2018-04-16 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Mon Apr 16 09:12:52 UTC 2018 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: vmx(4): compute if_ibytes using rxq->vxrxq_stats.vmrxs_ibytes. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/x

CVS commit: src/sys/arch/x86/pci

2018-04-16 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Mon Apr 16 09:10:42 UTC 2018 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: vmx(4): handled SIOCZIFDATA. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/x86/pci/if_vmx.c Please note that

CVS commit: src/sys/netipsec

2018-04-16 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon Apr 16 08:56:08 UTC 2018 Modified Files: src/sys/netipsec: key.c keydb.h Log Message: Added a lookup table to find an sav quickly key_sad.sahlists doesn't work well for inbound packets because its key includes source addre

CVS commit: src/sys/netipsec

2018-04-16 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon Apr 16 08:52:09 UTC 2018 Modified Files: src/sys/netipsec: key.c Log Message: Introduced a hash table to sahlist An saidx of sah included in the list is unique so that the search can use a hash list whose hash is calculate

CVS commit: src/sys/dev/pci

2018-04-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Apr 16 08:31:06 UTC 2018 Modified Files: src/sys/dev/pci: if_wm.c Log Message: KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.572 -r1.573 src/sys/dev/pci/if_wm.c Please note that diffs are

CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib

2018-04-16 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Apr 16 08:17:18 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: libnetpgp.3 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 \ src/crypto/external/