svn commit: r275209 - head/sys/dev/drm2

2014-11-28 Thread Eygene Ryabinkin
Author: rea (ports committer) Date: Fri Nov 28 12:14:59 2014 New Revision: 275209 URL: https://svnweb.freebsd.org/changeset/base/275209 Log: DRM2: fix off-by-one overflow in ioctl processing Call to the driver-specific ioctl used to process ioctl number that will lead to the out-of-bounds

svn commit: r266475 - head/etc

2014-05-20 Thread Eygene Ryabinkin
Author: rea (ports committer) Date: Tue May 20 19:55:59 2014 New Revision: 266475 URL: http://svnweb.freebsd.org/changeset/base/266475 Log: Fix warning messages after r252015 $alias used to hold alias number, but now it carries full variable name, so messages were tuned to account for tha

svn commit: r257302 - in head/contrib/binutils/bfd: . po

2013-10-28 Thread Eygene Ryabinkin
Author: rea (ports committer) Date: Tue Oct 29 04:25:49 2013 New Revision: 257302 URL: http://svnweb.freebsd.org/changeset/base/257302 Log: binutils/bfd: fix printf-like format strings for "bfd *" arguments There is a special format argument '%B' that directly handles values of type 'bfd

svn commit: r257239 - head/gnu/usr.bin/binutils/ld

2013-10-27 Thread Eygene Ryabinkin
Author: rea (ports committer) Date: Mon Oct 28 05:55:47 2013 New Revision: 257239 URL: http://svnweb.freebsd.org/changeset/base/257239 Log: Correct ld(1) manual page for --no-add-needed set as default after r253839 Approved by: dim MFC after:2 weeks Modified: head/gnu/usr.bin/binu

svn commit: r238717 - in head/sys/dev/usb: . serial

2012-07-23 Thread Eygene Ryabinkin
Author: rea (ports committer) Date: Mon Jul 23 14:22:45 2012 New Revision: 238717 URL: http://svn.freebsd.org/changeset/base/238717 Log: u3g: add support for Huawei E392 LTE modem I am using it rebranded and it carries the label "Megafon" (it is Russian mobile operator); works fine with m

svn commit: r236521 - stable/8/crypto/openssh

2012-06-03 Thread Eygene Ryabinkin
e/8/crypto/openssh/version.c Sun Jun 3 18:00:38 2012 (r236520) +++ stable/8/crypto/openssh/version.c Sun Jun 3 18:05:19 2012 (r236521) @@ -1,5 +1,6 @@ /*- * Copyright (c) 2001 Brian Fundakowski Feldman + * Copyright (c) 2012 Eygene Ryabinkin * All rights reserved. * * Redi

svn commit: r236520 - stable/9/crypto/openssh

2012-06-03 Thread Eygene Ryabinkin
e/9/crypto/openssh/version.c Sun Jun 3 17:51:53 2012 (r236519) +++ stable/9/crypto/openssh/version.c Sun Jun 3 18:00:38 2012 (r236520) @@ -1,5 +1,6 @@ /*- * Copyright (c) 2001 Brian Fundakowski Feldman + * Copyright (c) 2012 Eygene Ryabinkin * All rights reserved. * * Redi

Re: svn commit: r236178 - in head: sbin/ifconfig sys/net

2012-05-28 Thread Eygene Ryabinkin
events and does the plumbing. And I like this way of doing things. > How other UNIX-like OS-es solve this? Looks like OSX does have the smart client that polls for the interface events and configures network accordingly. I should dig it a bit more, since I hadn't touched this part of OS

svn commit: r236178 - in head: sbin/ifconfig sys/net

2012-05-28 Thread Eygene Ryabinkin
Author: rea (ports committer) Date: Mon May 28 12:13:04 2012 New Revision: 236178 URL: http://svn.freebsd.org/changeset/base/236178 Log: if_lagg: allow to invoke SIOCSLAGGPORT multiple times in a row Currently, 'ifconfig laggX down' does not remove members from this lagg(4) interface. So

svn commit: r236139 - head/crypto/openssh

2012-05-26 Thread Eygene Ryabinkin
am(SSH_PRIVSEP_USER)) == NULL) { Modified: head/crypto/openssh/version.c == --- head/crypto/openssh/version.c Sun May 27 06:11:09 2012 (r236138) +++ head/crypto/openssh/version.c Sun May 27 06:53:35 201

svn commit: r235617 - stable/8/etc

2012-05-18 Thread Eygene Ryabinkin
Author: rea (ports committer) Date: Fri May 18 18:32:44 2012 New Revision: 235617 URL: http://svn.freebsd.org/changeset/base/235617 Log: /etc/netstart: remove invocation of dhclient dhclient is no longer a real service, it is a helper script for /etc/rc.d/netif and devd. Its direct invoc

svn commit: r235615 - stable/9/etc

2012-05-18 Thread Eygene Ryabinkin
Author: rea (ports committer) Date: Fri May 18 18:26:03 2012 New Revision: 235615 URL: http://svn.freebsd.org/changeset/base/235615 Log: /etc/netstart: remove invocation of dhclient dhclient is no longer a real service, it is a helper script for /etc/rc.d/netif and devd. Its direct invoc

svn commit: r230389 - head/etc

2012-01-20 Thread Eygene Ryabinkin
Author: rea (ports committer) Date: Fri Jan 20 17:25:15 2012 New Revision: 230389 URL: http://svn.freebsd.org/changeset/base/230389 Log: /etc/netstart: remove invocation of dhclient dhclient is no longer a real service, it is a helper script for /etc/rc.d/netif and devd. Its direct invoc

svn commit: r230388 - head/etc/rc.d

2012-01-20 Thread Eygene Ryabinkin
Author: rea (ports committer) Date: Fri Jan 20 17:19:50 2012 New Revision: 230388 URL: http://svn.freebsd.org/changeset/base/230388 Log: dhclient: don't use syslog for logging non-DHCP interface errors We should show the error to user, but it doesn't deserve syslog. Approved by: jhb M

Re: svn commit: r230007 - in head: etc etc/rc.d share/man/man8

2012-01-20 Thread Eygene Ryabinkin
Thu, Jan 19, 2012 at 11:27:59AM -0600, Brooks Davis wrote: > On Fri, Jan 13, 2012 at 11:21:48AM +0400, Eygene Ryabinkin wrote: > > The related topic: in the process of grepping for dhclient within > > /etc, I had found that /etc/netstart still wants to invoke it. But it > >

Re: svn commit: r230007 - in head: etc etc/rc.d share/man/man8

2012-01-18 Thread Eygene Ryabinkin
Wed, Jan 18, 2012 at 10:11:04AM -0500, John Baldwin wrote: > On Wednesday, January 18, 2012 6:29:10 am Eygene Ryabinkin wrote: > > The attached patch that just changes 'err' to 'echo ...; exit 1' > > works fine for me. > > > > Any views on it? >

Re: svn commit: r230007 - in head: etc etc/rc.d share/man/man8

2012-01-18 Thread Eygene Ryabinkin
Fri, Jan 13, 2012 at 11:21:48AM +0400, Eygene Ryabinkin wrote: > But seems like the whole problem is that I used the err() function > instead of doing 'echo $errmsg; exit 1'. Such code shouldn't be > conditionalized for the devd, since it is only syslog message that > w

svn commit: r230304 - head/sys/fs/nullfs

2012-01-18 Thread Eygene Ryabinkin
Author: rea (ports committer) Date: Wed Jan 18 11:23:46 2012 New Revision: 230304 URL: http://svn.freebsd.org/changeset/base/230304 Log: Subject: NULLFS: properly destroy node hash Use hashdestroy() instead of naive free(). Approved by: kib MFC after:2 weeks Modified: head/sy

Re: svn commit: r230007 - in head: etc etc/rc.d share/man/man8

2012-01-12 Thread Eygene Ryabinkin
Thu, Jan 12, 2012 at 02:38:16PM -0500, John Baldwin wrote: > On Thursday, January 12, 2012 9:35:05 am Eygene Ryabinkin wrote: > > True, and it was suggested by Doug Barton. But why bother when > > the 'quiet' keyword is reserved for such cases? > > Hmm, that'

Re: svn commit: r230007 - in head: etc etc/rc.d share/man/man8

2012-01-12 Thread Eygene Ryabinkin
True, and it was suggested by Doug Barton. But why bother when the 'quiet' keyword is reserved for such cases? -- Eygene Ryabinkin,,,^..^,,, [ Life's unfair - but root password helps! | codelabs.ru ] [ 82FE 06BC D497 C0DE 49E

svn commit: r230007 - in head: etc etc/rc.d share/man/man8

2012-01-11 Thread Eygene Ryabinkin
Author: rea (ports committer) Date: Thu Jan 12 06:48:11 2012 New Revision: 230007 URL: http://svn.freebsd.org/changeset/base/230007 Log: rc.d: document 'quiet' prefix and fix dhclient/devd interaction Document the current semantics of the 'quiet' command prefix in the rc.subr(8). Fix

svn commit: r226879 - head/etc/rc.d

2011-10-27 Thread Eygene Ryabinkin
Author: rea (ports committer) Date: Fri Oct 28 06:03:38 2011 New Revision: 226879 URL: http://svn.freebsd.org/changeset/base/226879 Log: Fix handling of rc_force in /etc/rc.d/dhclient Variable 'rc_force' is accessible only at the time of rc_run_command, so it can't be examined from the sc

Re: svn commit: r216143 - in head: share/man/man9 sys/amd64/include sys/arm/include sys/i386/include sys/ia64/include sys/mips/include sys/pc98/include sys/powerpc/include sys/sparc64/include sys/sun4

2010-12-03 Thread Eygene Ryabinkin
w to avoid unsafety and will make this statement to be the correct assignment for any compiler that supports the "braced-groups within expressions" GNU extension. GNU C, Clang and Intel C both support it (but not with -pedantic -ansi -Werror flag combo). But, probably, the inline fun

Re: svn commit: r216147 - head/sbin/geom/class/eli

2010-12-03 Thread Eygene Ryabinkin
, because what we really need to hide from the attacker is a plain text that leaves inside the encrypted sectors. -- Eygene Ryabinkin,,,^..^,,, [ Life's unfair - but root password helps! | codelabs.ru ] [ 82FE 06BC D497 C0DE 49EC 4FF0 16AF 9EA