ok beck@
On Fri, Sep 18, 2015 at 5:17 PM, Alexander Bluhm
wrote:
> On Fri, Sep 18, 2015 at 05:04:55PM -0600, Bob Beck wrote:
>> ... and just to be clear, you only need to event_del when you are
>> switching to wanting a write when you did want a read before, and vice
>> versa... correct?
>
> Yes.
On Fri, Sep 18, 2015 at 05:04:55PM -0600, Bob Beck wrote:
> ... and just to be clear, you only need to event_del when you are
> switching to wanting a write when you did want a read before, and vice
> versa... correct?
Yes. When I am doing reads and get a TLS_WANT_POLLOUT, I have to
do a event_se
... and just to be clear, you only need to event_del when you are
switching to wanting a write when you did want a read before, and vice
versa... correct?
if that's the case it reads ok...
On Fri, Sep 18, 2015 at 4:55 PM, Alexander Bluhm
wrote:
> Hi,
>
> I discovered what caused the strange eve
Hi,
I discovered what caused the strange event loss in syslogd during
the hackaton. I had mixed EV_READ and EV_WRITE events on the ev_read
and ev_write event structures. The correct way is to use each event
for its read and write purpose and instead switch the handler. Then
libevent is no longe
On Fri, Sep 18, 2015 at 11:05:55PM +0200, Vincent Gross wrote:
> On 09/18/15 15:18, David Hill wrote:
> > Is this 'if (count)' statement needed? We know first > last, so count
> > will always be positive. lastport will always be set.
>
> > if last == first, then the if statement will be false an
On 09/18/15 15:18, David Hill wrote:
> Is this 'if (count)' statement needed? We know first > last, so count
> will always be positive. lastport will always be set.
> if last == first, then the if statement will be false and lastport will
> be uninitialized, I believe.
>
Both remarks are true,
Reference the rcctl(8) utility in intro.8
Regards,
Index: intro.8
===
RCS file: /cvs/src/share/man/man8/intro.8,v
retrieving revision 1.25
diff -u -p -r1.25 intro.8
--- intro.8 26 Aug 2014 19:33:48 - 1.25
+++ intro.8
> From: Maxime Villard
> Date: Fri, 11 Sep 2015 21:18:18 +0200
>
> _23/ USE-AFTER-FREE: sys/dev/sun/z8530ms.c rev1.2
This one's fixed now as well. Thanks.
Reference the rcctl(8) utility in rc.8.
Regards,
Index: rc.8
===
RCS file: /cvs/src/share/man/man8/rc.8,v
retrieving revision 1.40
diff -u -p -r1.40 rc.8
--- rc.822 Jul 2014 07:38:52 - 1.40
+++ rc.818 Sep 201
Reference the rcctl(8) utility from afterboot.8.
Regards,
Index: afterboot.8
===
RCS file: /cvs/src/share/man/man8/afterboot.8,v
retrieving revision 1.147
diff -u -p -r1.147 afterboot.8
--- afterboot.8 30 Jul 2015 08:03:49 -
Reference the rcctl(8) utility in rc.d.8.
Regards,
Index: rc.d.8
===
RCS file: /cvs/src/share/man/man8/rc.d.8,v
retrieving revision 1.28
diff -u -p -r1.28 rc.d.8
--- rc.d.8 25 Feb 2015 23:01:28 - 1.28
+++ rc.d.8 18
Reference the rcctl(8) utility in rc.conf.8 (which discusses rc.conf.local).
Rob
Index: rc.conf.8
===
RCS file: /cvs/src/share/man/man8/rc.conf.8,v
retrieving revision 1.26
diff -u -p -r1.26 rc.conf.8
--- rc.conf.8 4 May 2015 22:29
On Fri, Sep 18, 2015 at 12:31:25PM -0400, Michael McConville wrote:
> Michael McConville wrote:
> > Martin Pieuchot wrote:
> > > On 18/09/15(Fri) 11:47, Michael McConville wrote:
> > > > Index: arch/arm/xscale/pxa27x_udc.c
> > > > ===
> Does this look better?
> Index: arch/arm/xscale/pxa27x_udc.c
> if (xfer != NULL)
> SIMPLEQ_REMOVE_HEAD(&sc->sc_free_xfers, next);
> - else
> - xfer = malloc(sizeof(struct pxaudc_xfer), M_USB, M_NOWAIT);
> - if (xfer != NULL)
> bzero(xfer, si
Michael McConville wrote:
> Michael McConville wrote:
> > Martin Pieuchot wrote:
> > > On 18/09/15(Fri) 11:47, Michael McConville wrote:
> > > > Index: arch/arm/xscale/pxa27x_udc.c
> > > > ===
> > > > RCS file: /cvs/src/sys/arch/arm/xs
Michael McConville wrote:
> Martin Pieuchot wrote:
> > On 18/09/15(Fri) 11:47, Michael McConville wrote:
> > > Index: arch/arm/xscale/pxa27x_udc.c
> > > ===
> > > RCS file: /cvs/src/sys/arch/arm/xscale/pxa27x_udc.c,v
> > > retrieving r
Martin Pieuchot wrote:
> On 18/09/15(Fri) 11:47, Michael McConville wrote:
> > Index: arch/arm/xscale/pxa27x_udc.c
> > ===
> > RCS file: /cvs/src/sys/arch/arm/xscale/pxa27x_udc.c,v
> > retrieving revision 1.31
> > diff -u -p -r1.31 pxa
On 18/09/15(Fri) 11:47, Michael McConville wrote:
> Index: arch/arm/xscale/pxa27x_udc.c
> ===
> RCS file: /cvs/src/sys/arch/arm/xscale/pxa27x_udc.c,v
> retrieving revision 1.31
> diff -u -p -r1.31 pxa27x_udc.c
> --- arch/arm/xscale/pxa
Hi everyone,
The following patch makes it possible to build SSH layer 2 (and layer
3) tunnels without using root permissions when connecting.
This is achieved by root setting up everything beforehand so sshd
doesn't have to do it. However, the old functionality of sshd setting
things up with root
Index: arch/arm/xscale/pxa27x_udc.c
===
RCS file: /cvs/src/sys/arch/arm/xscale/pxa27x_udc.c,v
retrieving revision 1.31
diff -u -p -r1.31 pxa27x_udc.c
--- arch/arm/xscale/pxa27x_udc.c15 May 2015 13:32:08 - 1.31
+++ arch
On 2015/09/18 09:05, David Hill wrote:
> Hello -
>
> I believe the wrong var is being free'd. While here, add the size.
>
> Index: sys/net/rtsock.c
> ===
> RCS file: /cvs/src/sys/net/rtsock.c,v
> retrieving revision 1.170
> diff -u
On Sun, Sep 13, 2015 at 11:49:45AM +0200, Vincent Gross wrote:
> On 09/13/15 10:37, Claudio Jeker wrote:
> > On Sun, Sep 13, 2015 at 12:18:10AM +0200, Vincent Gross wrote:
> >> On 09/12/15 22:10, Claudio Jeker wrote:
> >>> On Sat, Sep 12, 2015 at 02:40:59PM +0200, Vincent Gross wrote:
> inpt_l
On Fri, Sep 18, 2015 at 02:58:40PM +0200, Vincent Gross wrote:
> On 09/13/15 11:49, Vincent Gross wrote:
> > On 09/13/15 10:37, Claudio Jeker wrote:
> >> On Sun, Sep 13, 2015 at 12:18:10AM +0200, Vincent Gross wrote:
> >>> On 09/12/15 22:10, Claudio Jeker wrote:
> On Sat, Sep 12, 2015 at 02:40
Hello -
I believe the wrong var is being free'd. While here, add the size.
Index: sys/net/rtsock.c
===
RCS file: /cvs/src/sys/net/rtsock.c,v
retrieving revision 1.170
diff -u -p -r1.170 rtsock.c
--- sys/net/rtsock.c11 Sep 2015 1
On Mon, Jun 15, 2015 at 09:56:18PM +0200, Fritjof Bornebusch wrote:
> Hi tech@,
>
> mark this unlink(2) call as *(void)*, as there is no need to check the return
> value.
> This makes it more consistent to all other unlink(2) calls, since they are
> marked as *(void)* as
> well.
>
> Regards,
>
On Mon, Jun 15, 2015 at 11:42:10AM +0100, Nicholas Marriott wrote:
>
> this seems fine to me
>
Ping ...
>
> On Sun, Jun 14, 2015 at 10:38:40PM +0200, Fritjof Bornebusch wrote:
> > Hi tech@,
> >
> > most of the tools implements the *usage* function above the *main* function.
> > This patch mak
On Wed, Jun 17, 2015 at 09:19:28PM +0200, Fritjof Bornebusch wrote:
> On Wed, Jun 17, 2015 at 08:53:57PM +0200, Fritjof Bornebusch wrote:
> > Hi tech@,
> >
> > *edp1* and *edp2* could be used uninitialized, if *goto closem;* is called.
> >
>
> Such initializers hiding a false positive, cause the
On 09/13/15 11:49, Vincent Gross wrote:
> On 09/13/15 10:37, Claudio Jeker wrote:
>> On Sun, Sep 13, 2015 at 12:18:10AM +0200, Vincent Gross wrote:
>>> On 09/12/15 22:10, Claudio Jeker wrote:
On Sat, Sep 12, 2015 at 02:40:59PM +0200, Vincent Gross wrote:
> inpt_lastport is never read witho
On 2015/09/18 13:36, Martin Pieuchot wrote:
> On 18/09/15(Fri) 15:55, David Gwynne wrote:
> > hashing bits of packet headers to tie connections to particular
> > physical interfaces within a trunk turns out to be fairly expensive.
> > in my very unscientific testing it is about 20% of the cost of u
On 18/09/15(Fri) 15:55, David Gwynne wrote:
> hashing bits of packet headers to tie connections to particular
> physical interfaces within a trunk turns out to be fairly expensive.
> in my very unscientific testing it is about 20% of the cost of udp
> traffic generated with tcpbench -u.
>
> we cou
On Fri, Sep 11, 2015 at 09:18:18PM +0200, Maxime Villard wrote:
> _20/ UNINITIALIZED VARIABLE: sys/arch/sgi/dev/if_iec.c rev1.14
Fixed. Thank you.
On 18/09/15(Fri) 12:02, Sebastian Benoit wrote:
> Ted Unangst(t...@tedunangst.com) on 2015.09.17 21:12:28 -0400:
> > Sebastian Benoit wrote:
> > > ok, but in other places we have closefrom(STDERR_FILENO + 1)
> >
> > is that really more clear? it only makes sense if you know stderr is 2.
What's po
On 2015/09/18 20:18, David Gwynne wrote:
>
> > On 18 Sep 2015, at 6:17 pm, Stuart Henderson wrote:
> >
> > On 2015-09-18, David Gwynne wrote:
> >> this lets pf embed the state id into the mbuf as a "flow id" so
> >> other subsystems can use it. eg, trunk can pull it out and use it.
> >
> > I l
> On 18 Sep 2015, at 6:17 pm, Stuart Henderson wrote:
>
> On 2015-09-18, David Gwynne wrote:
>> this lets pf embed the state id into the mbuf as a "flow id" so
>> other subsystems can use it. eg, trunk can pull it out and use it.
>
> I like this but it does change the path distribution. Previo
Hi,
I noted that in libsa, explicit_bzero just calls bzero.
Giving that now we support softraid fulldisk encryption, a compiler
optimisation could make the current version of explicit_bzero in libsa
going nop, leaving encryption keys (or other sensible material) in
memory.
The following patch co
Ted Unangst(t...@tedunangst.com) on 2015.09.17 21:12:28 -0400:
> Sebastian Benoit wrote:
> > ok, but in other places we have closefrom(STDERR_FILENO + 1)
>
> is that really more clear? it only makes sense if you know stderr is 2.
sure, but writing closefrom(3) requires the same or equivalent know
> CC'ing tech@.
>
> The last commit to bn_print.c is wrong, it dereferences t while it's still
> NULL.
>
> Backout diff below.
Argh, sorry about that. This is how it should have been done (diff
against 1.25)
Index: bn_print.c
===
I've prepared a set of patches to make OpenBSD's ipmi(4) work with ipmitool
via /dev/ipmi*, following what FreeBSD did. I'd like to hear feedback from
developers and users.
https://github.com/uebayasi/openbsd-ipmi
I'm also looking for someone whose machine supports BT (block transfer)
in
> On 13 Sep 2015, at 6:34 pm, David Gwynne wrote:
>
> i did this yesterday, but havent had a chance to beat on it properly
> yet.
>
> if anyone would like to give it a go it would be much appreciated.
> im particularly interested in stability while carp configuration
> is made or changed. if it
On 2015-09-18, David Gwynne wrote:
> this lets pf embed the state id into the mbuf as a "flow id" so
> other subsystems can use it. eg, trunk can pull it out and use it.
I like this but it does change the path distribution. Previously all
flows from host A to host B were bound to a single path, n
Hi,
In the internal conversion of _TM_* to TAME_*, some bits were lost for
"dns" and "cmsg" in the `tamereq' array.
The initial version of tamereq array (in 1.39) was (for interesting
bits):
{ "malloc", _TM_SELF | _TM_MALLOC },
{ "unix", _TM_SELF | _TM_RW | _TM_UNIX },
41 matches
Mail list logo