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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> >
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?
>
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
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
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'
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
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
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
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
, 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
24 matches
Mail list logo