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

2017-11-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Nov 27 07:44:27 UTC 2017 Modified Files: src/sys/arch/arm/arm32: armv7_generic_space.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/arm32/armv7_generic_space.c Please note

CVS commit: src/sys

2017-11-26 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Nov 27 05:05:51 UTC 2017 Modified Files: src/sys/net: if_gif.c src/sys/netinet: in_gif.c src/sys/netinet6: in6_gif.c Log Message: IFF_RUNNING checking in Rx and Tx processing is unnecessary now. Because

CVS commit: src/sys/net

2017-11-26 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Nov 27 05:03:11 UTC 2017 Modified Files: src/sys/net: if_gif.h Log Message: update gif(4) locking notes. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/net/if_gif.h Please note that diffs are not

CVS commit: src/sys

2017-11-26 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Nov 27 05:02:22 UTC 2017 Modified Files: src/sys/net: if_gif.c if_gif.h src/sys/netinet: in_gif.c in_gif.h src/sys/netinet6: in6_gif.c in6_gif.h Log Message: preserve gif(4) configs by psref(9) like vlan(4)

CVS commit: src/sys/net

2017-11-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Nov 27 01:34:06 UTC 2017 Modified Files: src/sys/net: if_vlan.c Log Message: kern/52765: npf cannot do port forwarding on vlan interfaces Add pfil hooks support to vlan(4), from christos@ To generate a diff of this

CVS commit: src/usr.bin/config

2017-11-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 27 00:25:46 UTC 2017 Modified Files: src/usr.bin/config: defs.h main.c sem.c Log Message: use a reference count to avoid deleting psrefs still in use. To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102

CVS commit: src/share/man/man4

2017-11-26 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Nov 26 21:02:37 UTC 2017 Added Files: src/share/man/man4: qemufwcfg.4 Log Message: Add basic qemufwcfg man page. Not hooked into the build before review. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

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

2017-11-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 26 18:41:14 UTC 2017 Modified Files: src/sys/arch/mips/cavium/dev: if_cnmac.c Log Message: Set ETHERCAP_VLAN_MTU capability flag. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/compat/netbsd32

2017-11-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 26 17:46:13 UTC 2017 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.c netbsd32_ioctl.h Log Message: Add support for SIOCGIFGENERIC and SIOCSIFGENERIC ioctls. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/dict

2017-11-26 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Nov 26 16:32:10 UTC 2017 Modified Files: src/share/dict: web2 Log Message: Add missing words beginning with 'g' from FreeBSD's copy of src/share/dict/web2. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/sbin/mount_qemufwcfg

2017-11-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 26 15:03:15 UTC 2017 Modified Files: src/sbin/mount_qemufwcfg: fwcfg.c Log Message: don't error on unknown options. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sbin/mount_qemufwcfg/fwcfg.c Please

CVS commit: src/sys/arch/amd64/amd64

2017-11-26 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Nov 26 15:00:16 UTC 2017 Modified Files: src/sys/arch/amd64/amd64: locore.S Log Message: Update a comment, and use testw instead. To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143

CVS commit: src/sys/arch/amd64/amd64

2017-11-26 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Nov 26 14:54:43 UTC 2017 Modified Files: src/sys/arch/amd64/amd64: amd64_trap.S locore.S mptramp.S Log Message: Hide a bunch of raw symbols. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/arch/amd64/stand/prekern

2017-11-26 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Nov 26 14:29:48 UTC 2017 Modified Files: src/sys/arch/amd64/stand/prekern: mm.c Log Message: Oh, damn. Obviously I forgot one case here: an already-mapped region could be contained entirely in the region we're trying to create.

CVS commit: src/doc

2017-11-26 Thread Hauke Fath
Module Name:src Committed By: hauke Date: Sun Nov 26 12:48:44 UTC 2017 Modified Files: src/doc: 3RDPARTY Log Message: mDNSResponder: Update current version, and the home page link which has been dead for ~nine years. To generate a diff of this commit: cvs rdiff -u

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

2017-11-26 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Nov 26 11:37:10 UTC 2017 Modified Files: src/sys/arch/x86/x86: ioapic.c lapic.c Log Message: Remove unused variables. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/arch/x86/x86/ioapic.c cvs rdiff -u

CVS commit: src/sys/arch/amd64/stand/prekern

2017-11-26 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Nov 26 11:08:35 UTC 2017 Modified Files: src/sys/arch/amd64/stand/prekern: prng.c Log Message: I forgot to say in my previous commit that the PRNG is inspired from a conversation with Taylor and Thor on tech-kern@. (just add a

CVS commit: src/sys/arch/amd64/stand/prekern

2017-11-26 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Nov 26 11:01:09 UTC 2017 Modified Files: src/sys/arch/amd64/stand/prekern: Makefile mm.c prekern.c prekern.h Added Files: src/sys/arch/amd64/stand/prekern: prng.c Log Message: Add a PRNG for the prekern, based on

CVS commit: src/sys/arch/amd64/stand/prekern

2017-11-26 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Nov 26 10:21:20 UTC 2017 Modified Files: src/sys/arch/amd64/stand/prekern: locore.S prekern.h Log Message: Add rdrand. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/amd64/stand/prekern/locore.S cvs