CVS commit: src/sys/net

2018-06-12 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jun 12 07:12:35 UTC 2018 Modified Files: src/sys/net: if.h if_ethersubr.c Log Message: Check if ether_ifdetach is called without INET_LOCK To generate a diff of this commit: cvs rdiff -u -r1.261 -r1.262 src/sys/net/if.h cvs

CVS commit: src/sys/dev/fdt

2018-06-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jun 12 10:28:55 UTC 2018 Modified Files: src/sys/dev/fdt: fdt_clock.c fdtvar.h Log Message: Process assigned clock parents and rates on clock provider nodes. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/

CVS commit: src/sys/dev/i2c

2018-06-12 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jun 12 13:18:48 UTC 2018 Modified Files: src/sys/dev/i2c: gttwsi_core.c Log Message: When initiating a transfer, if a device isn't present, we won't get an ACK after sending the address. Check for this alternate state and su

CVS commit: src/external/historical/nawk/dist

2018-06-12 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jun 12 13:24:28 UTC 2018 Modified Files: src/external/historical/nawk/dist: lex.c Log Message: Do not use index out of bounds in nawk $ awk '{w=$1}' < /dev/null /public/src.git/external/historical/nawk/bin/../dist/lex.c:476:16

CVS commit: src/bin/ksh

2018-06-12 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jun 12 14:13:55 UTC 2018 Modified Files: src/bin/ksh: eval.c Log Message: Change typ of tilde_ok from int to unsigned int in ksh(1) UBSan can detect that during switching a login to root there is unportable left shift operatio

CVS commit: src/usr.bin/kdump

2018-06-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jun 12 15:40:39 UTC 2018 Modified Files: src/usr.bin/kdump: Makefile.ioctl-c mkioctls Log Message: - instead of hard-coding the include paths in mkioctls, pass them in from the Makefile so that they are consistent. - do mo

CVS commit: src/usr.bin/kdump

2018-06-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jun 12 15:41:35 UTC 2018 Modified Files: src/usr.bin/kdump: Makefile.ioctl-c Log Message: remove extra quotes. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/usr.bin/kdump/Makefile.ioctl-c Please note t

CVS commit: [netbsd-8] src

2018-06-12 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Jun 12 16:34:04 UTC 2018 Modified Files: src/sys/net [netbsd-8]: if_vlan.c src/tests/net/if_vlan [netbsd-8]: t_vlan.sh Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #876): sys/net/if_v

CVS commit: [netbsd-8] src/doc

2018-06-12 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Jun 12 16:36:26 UTC 2018 Modified Files: src/doc [netbsd-8]: CHANGES-8.0 Log Message: 876 To generate a diff of this commit: cvs rdiff -u -r1.1.2.209 -r1.1.2.210 src/doc/CHANGES-8.0 Please note that diffs are not public domain

CVS commit: src/bin/expr

2018-06-12 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jun 12 18:12:18 UTC 2018 Modified Files: src/bin/expr: expr.y Log Message: Rework perform_arith_op() in expr(1) to omit Undefined Behavior The current implementation of operations - + * / % could cause Undefined Behavior and i

CVS commit: src/tests/bin/expr

2018-06-12 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jun 12 18:54:40 UTC 2018 Modified Files: src/tests/bin/expr: t_expr.sh Log Message: Add 2 new expr(1) ATF tests Assert that -9223372036854775808 % -1 and -9223372036854775808 / -1 return message about overflow / underflow dete

CVS commit: src/sys/dev/pci

2018-06-12 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Jun 12 19:35:00 UTC 2018 Modified Files: src/sys/dev/pci: if_msk.c Log Message: fix whitespace To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/dev/pci/if_msk.c Please note that diffs are not public d

CVS commit: src/sbin/fsck_lfs

2018-06-12 Thread Zafer Aydogan
Module Name:src Committed By: zafer Date: Tue Jun 12 20:12:22 UTC 2018 Modified Files: src/sbin/fsck_lfs: lfs.c Log Message: Remove duplicate assignments. Fixes PR bin/51512 by Jose Luis Rodriguez Garcia To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/s

CVS commit: src/sys/dev/pci

2018-06-12 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Jun 12 20:25:47 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.1331 -r1.1332 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1330 -r1.13

CVS commit: src/sys/dev/pci

2018-06-12 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Jun 12 20:25:25 UTC 2018 Modified Files: src/sys/dev/pci: pcidevs Log Message: add two more Yukon variants (from OpenBSD) To generate a diff of this commit: cvs rdiff -u -r1.1340 -r1.1341 src/sys/dev/pci/pcidevs Please no

CVS commit: src/sys/dev/pci

2018-06-12 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Jun 12 20:27:54 UTC 2018 Modified Files: src/sys/dev/pci: if_msk.c if_skreg.h Log Message: match three more variants - DGE550T_B1, 8040T, 8042 sync more sk_type conditionals from OpenBSD To generate a diff of this commit:

CVS commit: src/external/gpl2/grep/dist/src

2018-06-12 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jun 12 21:22:47 UTC 2018 Modified Files: src/external/gpl2/grep/dist/src: dfa.c Log Message: Prevent Undefined Behavior in shift of signed integer in grep(1) There is an interface in grep: dfa.c with functions to test bit, set

CVS commit: src/sys/arch/i386/stand/mbr

2018-06-12 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jun 12 21:35:17 UTC 2018 Modified Files: src/sys/arch/i386/stand/mbr: Makefile.mbr Log Message: Set NOSANITIZER in i386 mbr files This is required to build these files and keep then functional with enabled MKSANITIZER. Sponso

CVS commit: src/sys/dev/pci

2018-06-12 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Jun 12 21:36:34 UTC 2018 Modified Files: src/sys/dev/pci: if_msk.c if_sk.c if_skreg.h Log Message: move SK_HASH_BITS to if_skreg.h and reuse in if_msk.c (from OpenBSD) To generate a diff of this commit: cvs rdiff -u -r1.60

CVS commit: src/sys/dev/clk

2018-06-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jun 12 23:08:37 UTC 2018 Modified Files: src/sys/dev/clk: clk.c Log Message: If setting rate on a clock with no set_rate function, and the desired rate matches the current rate, don't return an error. To generate a diff of

CVS commit: src/tools/compat

2018-06-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jun 12 23:52:56 UTC 2018 Modified Files: src/tools/compat: compat_defs.h Log Message: Move the typedefs before the header inclusions (except ) and explain why. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.11

CVS commit: src/doc

2018-06-12 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Wed Jun 13 00:24:07 UTC 2018 Modified Files: src/doc: CHANGES Log Message: macppc IPsec change from last week To generate a diff of this commit: cvs rdiff -u -r1.2394 -r1.2395 src/doc/CHANGES Please note that diffs are not publi

CVS commit: src/sys/dev/wscons

2018-06-12 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jun 13 02:09:09 UTC 2018 Modified Files: src/sys/dev/wscons: wsevent.c Log Message: wsevent_copyout_events50 - don't leak garbage from the kernel stack. On 64-bit machines struct timespec50 has padding between 32-bit tv_sec and

CVS commit: [pgoyette-compat] src/sys/dev/wscons

2018-06-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jun 13 02:29:56 UTC 2018 Modified Files: src/sys/dev/wscons [pgoyette-compat]: wsevent_50.c Log Message: Keep up with -HEAD To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/dev/wscons/wsevent_50.

CVS commit: src

2018-06-12 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Jun 13 03:28:36 UTC 2018 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile hifn.4 ipsec.4 nsp.4 options.4 ubsec.4 Removed Files: src/share/man/man4: fast_ipsec.4 Log Message: Retire f

CVS commit: src/doc

2018-06-12 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Jun 13 03:34:13 UTC 2018 Modified Files: src/doc: CHANGES Log Message: Refer ipsec(4) instead of fast_ipsec(4) Because fast_ipsec(4) is retired and IPSEC is described in ipsec(4) now. To generate a diff of this commit: cvs

CVS commit: src/tools/compat

2018-06-12 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Jun 13 04:17:43 UTC 2018 Modified Files: src/tools/compat: compat_defs.h configure configure.ac nbtool_config.h.in Log Message: Revert my previous config test inclusion for u_longlong_t. Fixing this differently by a

CVS commit: src/external/cddl/osnet/dist/uts/common/rpc

2018-06-12 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Jun 13 04:21:21 UTC 2018 Modified Files: src/external/cddl/osnet/dist/uts/common/rpc: types.h Log Message: Avoid declaring ulonglong_t. Comment here already says it isn't necessary and will be removed. Hasten the process for us

CVS commit: src/sys/kern

2018-06-12 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Jun 13 05:26:12 UTC 2018 Modified Files: src/sys/kern: subr_workqueue.c Log Message: Don't wait on workqueue_wait if called from worker itself Otherwise workqueue_wait never return in such a case. This treatment is the same