On Tue, Dec 22, 2015 at 04:32:01PM -0600, joshua stein wrote:
> Index: dev/acpi/acpicpu.c
> ===
> RCS file: /var/cvsync/src/sys/dev/acpi/acpicpu.c,v
> retrieving revision 1.70
> diff -u -p -u -p -r1.70 acpicpu.c
> --- dev/acpi/acpicpu.
Hi,
the most important small base system utilities fixed with respect
to the most important UTF-8 issues (or at least having patches on
tech@), i still didn't encounter a single case where a function
written for one utility could be reused in another. So before
tackling larger beasts like shells
On Tue, Dec 22, 2015 at 09:56:29PM +0100, Gilles Chehade wrote:
> On Tue, Dec 22, 2015 at 12:49:07PM -0800, Serguey Parkhomovsky wrote:
> > Rev 1.141 of smtpctl.c killed mail queueing for me:
> >
> > $ echo "test" | mail -s test sparkhom
> > $ send-mail: unknown option -- i
> > send-ma
Anybody willing to give this a spin? I don't have access to hardware
currently...
Thanks,
Mark
Index: if_ix.c
===
RCS file: /cvs/src/sys/dev/pci/if_ix.c,v
retrieving revision 1.130
diff -u -p -r1.130 if_ix.c
--- if_ix.c 18 Dec
On Tue, Dec 22, 2015 at 09:27:29AM -0800, Serguey Parkhomovsky wrote:
> Since the default backend for the aliases table was recently changed
> from db to file, change the examples in smtpd.conf.5 to use the file
> backend as well.
>
committed, thanks
--
Gilles Chehade
https://www.poolp.org
Rev 1.141 of smtpctl.c killed mail queueing for me:
$ echo "test" | mail -s test sparkhom
$ send-mail: unknown option -- i
send-mail: unknown option -- t
send-mail: no recipients
The sendmail option parsing that was added eats the recipient list. I
have attached a
Stefan Sperling writes:
> On Sat, Dec 19, 2015 at 01:08:26PM +0100, Stefan Sperling wrote:
>> On Fri, Dec 18, 2015 at 05:40:39PM -0500, David Hill wrote:
>> > With sthen@'s patch I can associate, dhcp, and use net.
>>
>> Here's an updated iwn diff with a better approach for Stuart's fix.
>>
>>
On Tue, Dec 22, 2015 at 12:49:07PM -0800, Serguey Parkhomovsky wrote:
> Rev 1.141 of smtpctl.c killed mail queueing for me:
>
> $ echo "test" | mail -s test sparkhom
> $ send-mail: unknown option -- i
> send-mail: unknown option -- t
> send-mail: no recipients
>
ugh
> Th
On Tue, 22 Dec 2015, David Coppa wrote:
> I suspect this broke my 3G connection:
Oops. Sorry. Try this diff (already committed):
--- sys/kern/tty_conf.c
+++ sys/kern/tty_conf.c
@@ -42,6 +42,11 @@
#include
#include
+#include "ppp.h"
+#include "nmea.h"
+#include "msts.h"
+#include "endrun.h"
> Date: Tue, 22 Dec 2015 12:42:38 +0100
> From: Joerg Jung
>
> On Mon, Dec 21, 2015 at 10:38:24PM +0100, Mark Kettenis wrote:
> > There were two reasons for this slowness:
> >
> > 1. The asmc_command() function does additional reads as a "sanity
> >flush". We had to wait for these reads to
Cool. Everyone can pre-configure an AP and send it to you for Christmas!
On Tue, Dec 22, 2015 at 11:43 AM, Stefan Sperling wrote:
> 80211n hacking requires access to a wide variety of access points.
>
> So, time to ask the community to help provide pre-configured APs for
> this:
>
> - Please sen
80211n hacking requires access to a wide variety of access points.
So, time to ask the community to help provide pre-configured APs for
this:
- Please send me the specific model name first, so that I can avoid
duplication, and I'll reply with a shipping address.
- Please pre-configure them as
Since the default backend for the aliases table was recently changed
from db to file, change the examples in smtpd.conf.5 to use the file
backend as well.
Index: smtpd.conf.5
===
RCS file: /cvs/src/usr.sbin/smtpd/smtpd.conf.5,v
retrie
On Tue, 22 Dec 2015, Stuart Henderson wrote:
> Could some libressl people look at this please? We have a problem where
> the chain coming from a server roots from a certificate that isn't in
> the root store, but an intermediary certificate *is* in the root store.
> Thanks.
>
>
> As reported by
Could some libressl people look at this please? We have a problem where
the chain coming from a server roots from a certificate that isn't in
the root store, but an intermediary certificate *is* in the root store.
Thanks.
As reported by dcoppa, connecting with HTTPS to tuner.pandora.com fails
wit
On 04/12/15(Fri) 11:54, Martin Pieuchot wrote:
> Now that in_arpinput() only uses the routing table, if_get()/if_put()
> and carp_iamatch being already mpsafe we can kill the ARP input queue.
>
> This moves the ARP input path processing from the softnet interrupt
> context (under KERNEL_LOCK) to t
On Mon, 21 Dec 2015, Stefan Fritsch wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: s...@cvs.openbsd.org2015/12/21 14:49:03
>
> Modified files:
> sys/kern : tty_conf.c tty_endrun.c tty_msts.c tty_nmea.c
> sys/net: ppp_tty.c
> sys/sys:
FWIW, I'm not going to propose enabling ipmi(4).
Sent from my iPhone
On Dec 22, 2015, at 1:26 AM, Theo de Raadt wrote:
>>> diff --git a/sys/dev/ipmi.c b/sys/dev/ipmi.c
>>> index a1156d8..91aa147 100644
>>> --- a/sys/dev/ipmi.c
>>> +++ b/sys/dev/ipmi.c
>>> @@ -1082,11 +1017,7 @@ void
>>> ipmi_de
On Mon, Dec 21, 2015 at 10:38:24PM +0100, Mark Kettenis wrote:
> The asmc(4) driver is a bit slow. On my MacBookPro12,1 it takes a
> couple of minutes to probe all the sensors. And changing the keyboard
> backlight takes a couple of seconds. This is especially annoying when
> you're writing a di
On Tue, Dec 22, 2015 at 06:42:23PM +0900, Masao Uebayashi wrote:
> On Mon, Dec 21, 2015 at 03:53:09PM +0100, Mark Kettenis wrote:
> > > Date: Mon, 21 Dec 2015 22:47:19 +0900
> > > From: Masao Uebayashi
> > >
> > > ipmi(4) has checked thresholds of some sensing values and reported false
> > > alar
On 21/12/15(Mon) 22:29, Vincent Gross wrote:
> On 12/21/15 11:36, Martin Pieuchot wrote:
> > Currently if you try to configure the same IPv6 address twice via the
> > SIOCAIFADDR_IN6 ioctl(2) the kernel will return EEXIST and the address
> > will be unset:
> >
> > # ifconfig vether0 inet6 2001::1
On Mon, Dec 21, 2015 at 03:53:09PM +0100, Mark Kettenis wrote:
> > Date: Mon, 21 Dec 2015 22:47:19 +0900
> > From: Masao Uebayashi
> >
> > ipmi(4) has checked thresholds of some sensing values and reported false
> > alarms. This patch reverts those checks.
> >
> > This also changes ipmi(4) to h
On Mon, Dec 21, 2015 at 03:41:23PM +0100, Mark Kettenis wrote:
> > Date: Mon, 21 Dec 2015 22:31:22 +0900
> > From: Masao Uebayashi
> >
> > This is the first part of the big ipmi(4) patch I sent in another thread.
> >
> > This removes complicate polling timeout code. Serial communication
> > wit
On Mon, Dec 21, 2015 at 03:49:09PM +0100, Mark Kettenis wrote:
> > Date: Mon, 21 Dec 2015 22:43:46 +0900
> > From: Masao Uebayashi
> >
> > When stopiing ipmi(4) watchdog, not only set action to disabled but also
> > stop
> > internal timer (clear don't stop flag). Without this our NEC servers f
On Tue, Dec 22, 2015 at 07:29:33PM +1100, Jonathan Gray wrote:
>
> Can you include the output of glxinfo on r600? I'm curious to see what
> versions of OpenGL Mesa claims to support with floating point textures
> enabled.
Hi,
Here is mine:
name of display: :0.0
display: :0 screen: 0
direct re
On 12/22/15 08:29, Jonathan Gray wrote:
> On Mon, Dec 21, 2015 at 10:48:31PM +, Nigel Taylor wrote:
>> On 12/21/15 18:15, Matthieu Herrb wrote:
>>> On Mon, Dec 21, 2015 at 11:10:28PM +1100, Jonathan Gray wrote:
Here is a patch to update the version of Mesa in xenocara from 11.0.6
to a
On Mon, Dec 21, 2015 at 10:48:31PM +, Nigel Taylor wrote:
> On 12/21/15 18:15, Matthieu Herrb wrote:
> > On Mon, Dec 21, 2015 at 11:10:28PM +1100, Jonathan Gray wrote:
> >> Here is a patch to update the version of Mesa in xenocara from 11.0.6
> >> to a newer version of the 11.0 stable branch 11
27 matches
Mail list logo