On 08/30/15 14:58, Michael Reed wrote:
> Hi all,
>
> If ntpd is run with the -n flag, and /etc/ntpd.conf is parsed without
> error, then "Configuration OK" is printed. I don't think this is
> particularly useful, as both a lack of an error message and an exit
> value of 0 already indicate success
On Sun, Aug 30, 2015 at 12:18:12PM -0600, Theo de Raadt wrote:
> In a more complex program with a large main() function, a call to
> exit() is an explicit statement about termination, so that even if
> someone refactors code to a subfunction, they must consider that
> it carefully.
>
> The return
> From: "Ted Unangst"
> Date: Sat, 29 Aug 2015 18:38:45 -0400
>
> Mark Kettenis wrote:
> > This diff is purely mechanical. This means that it also changes some
> > pool_allocator_nointr into pool_allocator_single where the intention
> > was to signal that the pool would never be used in interrup
As aucat was simplified, base system lost the ability to move midi
data from one port to another; for instance to connect a midi
keyboard to a synth.
The diff below adds the midicat utility which I used last few
months to test/debug my midi setup and to connect my keyboard to a
my synth. Example:
Hi all,
If ntpd is run with the -n flag, and /etc/ntpd.conf is parsed without
error, then "Configuration OK" is printed. I don't think this is
particularly useful, as both a lack of an error message and an exit
value of 0 already indicate success in this case. This seems to be the
case for most
On Wed, Aug 26, 2015 at 08:23:22PM +0200, Denis Fondras wrote:
> Hello,
>
> While using httpd together uwsgi and Flask, I noticed that GET requests to /
> returned 404. The same setup with nginx was returning 200.
>
> The culprit is that PATH_INFO is not set when REQUEST_URI is /.
> The following
> As suggested by deraadt@ and tobias@ it might be better to use the
> *return* statement instead of exit(3)
> inside the *main* function, to let the stack protector do its work.
>
> This diff removes such calls in all *src/bin/* tools, except those
> who already use it. I think I didn't miss a
As suggested by deraadt@ and tobias@ it might be better to use the *return*
statement instead of exit(3)
inside the *main* function, to let the stack protector do its work.
This diff removes such calls in all *src/bin/* tools, except those who already
use it.
I think I didn't miss a call and di
On Sun, Aug 30, 2015 at 12:32:24PM +0200, Martin Pieuchot stated:
> That's good but the original design of allocating an xfer for every
> usbd_transfer(9) call does not make much sense.
>
> You could allocate two xfers (one for read and one for write) at the
> same time the pipes are opened and
On Sat, Aug 29, 2015 at 04:43:39PM +0200, Sebastien Marie wrote:
> On Fri, Aug 28, 2015 at 07:53:23PM +0200, Alexander Bluhm wrote:
> > On Fri, Aug 28, 2015 at 06:11:02PM +0200, Alexander Bluhm wrote:
> > > The +host feature allows to select log messages from a specific
> > > host. Normally syslog
On 29/08/15(Sat) 15:10, Ulf Brosziewski wrote:
> On 08/29/2015 01:13 PM, Alexandr Shadchin wrote:
> >On Fri, Aug 28, 2015 at 10:04:51PM +0200, Ulf Brosziewski wrote:
> >>
> >>Some weeks ago a change was made in pms to support Synaptics touchpads
> >>that don't provide W mode. I assume that only fai
On 15/08/15(Sat) 01:32, Ulf Brosziewski wrote:
>
> The tap-and-drag gesture doesn't work reliably with the ALPS touchpads
> supported by pms. To make it work, it is necessary to start dragging
> immediately with the second touch, which doesn't always succeed.
> Increasing the tap timeout helps, bu
switch ping6(8) to the canonical example from getaddrinfo(3):
error = getaddrinfo(..., &res0);
if (error)
errx(1,...);
[do stuff]
freeaddrinfo(res0);
I find this easier on the eyes: "Hold on, why is it using a different
struct addrinfo here? Why is it not calling freeaddrinfo(3)? Is it
doi
> HH+mL2X2OVWv/V6+vyUac3lBVYNtF0ckcyZVDW09ooK8WUpBSk3Jbq4X5HLdyVeD2ynbDF+Kj
> qHSHpFm00Yd1UoQYYAWk2+Mmx2PZwJ+rN6oh3m90NNDl4M6TtaVhZPKg9jJzYMVnYwOE=
>
> On Sat, Aug 29, 2015 at 05:02:33PM -0600, Theo de Raadt wrote:
> > It really does not matter. Coder's choice. The result is the same.
> > You
RH0 has been deprecated for quite some time now in RFC 5095. It's
quite useless on OpenBSD since our stack unconditionally drops packets
with a RH0 header so you can't get the packet out anyway.
And last but not least it might get in the way if I ever manage to
unify ping(8) and ping6(8).
OK?
dif
On Sat, Aug 29, 2015 at 05:02:33PM -0600, Theo de Raadt wrote:
> It really does not matter. Coder's choice. The result is the same.
> You could hunt them all down, change them all, save a few code bytes,
> but don't you dare introduce any bugs...
The main function is called by crt0 like
exit
On Sun, Aug 30, 2015 at 06:22:30PM +1200, Richard Procter wrote:
> * Remove local aliases saddr, daddr
>
> - eases refactoring later on
I fail to see how yet, but ...
[...]
>
> ok?
... with the assumption that the above statement will
become true in the bigger picture, ok jung@
> to ap
On Sun, Aug 30, 2015 at 06:22:14PM +1200, Richard Procter wrote:
> * constify local aliases
>
> - enables compilation to verify they are never reassigned
>
> ok?
Your next patch [2/24] does remove this line, so no need for this one,
right?
> to apply:
> $ cd /usr/src/sys
> $ cat - | p
On 29/08/15(Sat) 16:33, John L. Scarfone wrote:
> fixes panic on attach/detach due to free list corruption, also use
> after usbd_free_xfer(), tested on i386
That's good but the original design of allocating an xfer for every
usbd_transfer(9) call does not make much sense.
You could allocate tw
Inline comments below.
> --- tsort.c 29 Jul 2015 10:42:37 - 1.26
> +++ tsort.c 28 Aug 2015 08:03:59 -
> @@ -798,6 +799,43 @@ find_longest_cycle(struct array *h, stru
>
> #define plural(n) ((n) > 1 ? "s" : "")
>
> +static void
> +TAME(int flags, const char *wl[])
> +{
> +
20 matches
Mail list logo