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

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

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

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

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

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

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 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 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

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

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

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

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: 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: 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

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

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

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

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

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

Re: CVS commit: src/usr.bin/gzip

2018-06-12 Thread Robert Elz
Date:Tue, 12 Jun 2018 19:52:43 +0200 From:Kamil Rytarowski Message-ID: <90519caf-289c-b4d3-7ebc-d14d4efc9...@gmx.com> | I will try to meet the expectations in commit messages for *San fixes. That would be good (and not just those, unless the board required it,

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

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

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.

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.

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,

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,

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

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

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

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

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

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

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

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

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

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

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

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

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

Re: CVS commit: src/usr.bin/gzip

2018-06-12 Thread Kamil Rytarowski
On 12.06.2018 15:52, Joerg Sonnenberger wrote: > On Tue, Jun 12, 2018 at 02:35:40PM +0200, Kamil Rytarowski wrote: >> On 12.06.2018 14:24, Joerg Sonnenberger wrote: >>> That's missing the point. A short description of why the specific >>> undefined behavior is seen is useful. Pasting random

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

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

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):

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):

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

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

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

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

Re: CVS commit: src/bin/ksh

2018-06-12 Thread Valery Ushakov
On Tue, Jun 12, 2018 at 14:13:55 +, Kamil Rytarowski wrote: > UBSan can detect that during switching a login to root there is unportable > left shift operation: > > $ su - > Password: > /public/src.git/bin/ksh/eval.c:598:13: runtime error: left shift of > 1073741824 by 1 places cannot be

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

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

Re: CVS commit: src/usr.bin/gzip

2018-06-12 Thread Joerg Sonnenberger
On Tue, Jun 12, 2018 at 02:35:40PM +0200, Kamil Rytarowski wrote: > On 12.06.2018 14:24, Joerg Sonnenberger wrote: > > That's missing the point. A short description of why the specific > > undefined behavior is seen is useful. Pasting random program output is > > not. > > > > Joerg > > > >

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

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

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

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

Re: CVS commit: src/usr.bin/gzip

2018-06-12 Thread Kamil Rytarowski
On 12.06.2018 14:24, Joerg Sonnenberger wrote: > On Tue, Jun 12, 2018 at 12:00:01PM +0200, Kamil Rytarowski wrote: >> On 12.06.2018 11:51, matthew green wrote: On 12.06.2018 10:28, Kamil Rytarowski wrote: > On 12.06.2018 09:04, Martin Husemann wrote: >> On Tue, Jun 12, 2018 at

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

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

Re: CVS commit: src/usr.bin/gzip

2018-06-12 Thread Kamil Rytarowski
On 12.06.2018 11:51, matthew green wrote: >> On 12.06.2018 10:28, Kamil Rytarowski wrote: >>> On 12.06.2018 09:04, Martin Husemann wrote: On Tue, Jun 12, 2018 at 05:47:35AM +0300, Valery Ushakov wrote: > To sum it up, out of 30+ lines of the commit message, the relevant > information

re: CVS commit: src/usr.bin/gzip

2018-06-12 Thread matthew green
>On 12.06.2018 10:28, Kamil Rytarowski wrote: >> On 12.06.2018 09:04, Martin Husemann wrote: >>> On Tue, Jun 12, 2018 at 05:47:35AM +0300, Valery Ushakov wrote: To sum it up, out of 30+ lines of the commit message, the relevant information is contained only in (part of) one line. >>> >>>

Re: CVS commit: src/usr.bin/gzip

2018-06-12 Thread Kamil Rytarowski
On 12.06.2018 10:28, Kamil Rytarowski wrote: > On 12.06.2018 09:04, Martin Husemann wrote: >> On Tue, Jun 12, 2018 at 05:47:35AM +0300, Valery Ushakov wrote: >>> To sum it up, out of 30+ lines of the commit message, the relevant >>> information is contained only in (part of) one line. >> >> FWIW,

Re: CVS commit: src/usr.bin/gzip

2018-06-12 Thread Kamil Rytarowski
On 12.06.2018 09:04, Martin Husemann wrote: > On Tue, Jun 12, 2018 at 05:47:35AM +0300, Valery Ushakov wrote: >> To sum it up, out of 30+ lines of the commit message, the relevant >> information is contained only in (part of) one line. > > FWIW, I fully agree with uwe here. > > Martin > I find

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 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

Re: CVS commit: src/usr.bin/gzip

2018-06-12 Thread Martin Husemann
On Tue, Jun 12, 2018 at 05:47:35AM +0300, Valery Ushakov wrote: > To sum it up, out of 30+ lines of the commit message, the relevant > information is contained only in (part of) one line. FWIW, I fully agree with uwe here. Martin