ok?
Index: lib/libc/gen/isblank.3
===
RCS file: /cvs/src/lib/libc/gen/isblank.3,v
retrieving revision 1.11
diff -u -p -r1.11 isblank.3
--- lib/libc/gen/isblank.3 6 Jul 2013 17:31:20 - 1.11
+++ lib/libc/gen/isblank.3
On 16/06/2015, at 1:09 PM, Richard Procter wrote:
> - I was unable to test af-to, which does a lot of packet fiddling.
I've now tested this without obvious issue. Note: a couple of
one-line changes in icmp af-translation remain untested. Details
attached.
> - I haven't tested modification of
For reference: https://bugzilla.samba.org/show_bug.cgi?id=11355
Ian McWilliam
From: Ian Mcwilliam
Sent: Friday, 19 June 2015 10:03 AM
To: Jérémie Courrèges-Anglas
Cc: Stuart Henderson; Mark Kettenis; tech@openbsd.org
Subject: RE: samba4 slow startup, sh
This needs my last diff that adds MEMRANGE_WC_RANGE to become
functional. Then it will use the PAT (on CPUs that have PAT) to
establish write combining mappings. Modern systems don't seem to
properly set up MTRRs anymore, and this is a lot easier than setting
up mtrr's ourselves.
ok?
Index: sr
On Mon, Jun 22, 2015 at 05:31:29PM +0200, Martin Pieuchot wrote:
> On 22/06/15(Mon) 17:12, Alexander Bluhm wrote:
> > On Wed, Jun 17, 2015 at 02:08:14PM +0200, Martin Pieuchot wrote:
> > > diff -u -p -r1.340 if.c
> > > --- net/if.c 16 Jun 2015 11:09:39 - 1.340
> > > +++ net/if.c
Hi,
I use a docking station for my x240t. It's a "Thinkpad Ultrabase Series 3"
P/N 0B67692. It has a ton of ports including a HDMI port, which shows as
HDMI2 under X11. The problem is, this port only becomes usable after a
suspend and resume cycle. This is awkward since I move between different
mo
Currently, ! in sed(1) addresses acts as a toggle: "/foo/!!d" is
equivalent to "/foo/d". However, POSIX mandates that multiple ! should
be treated as a single negation:
: A function can be preceded by one or more '!' characters, in which
: case the function shall be applied if the addresses d
what a nice small piece of code!
I think it should be made into library, as there are other
projects(think smtpd), that would benefit from it too.
On 06/21/2015 05:01 PM, Reyk Floeter wrote:
On Sat, Jun 20, 2015 at 03:01:18PM +0200, Reyk Floeter wrote:
Hi,
there is some great interest in get
The patch below re-enables the second 256 MiB memory region on octeon.
I have run the patch on an EdgeRouter Lite for more than a week. The
system has completed make build many times without any stability
issues.
The comments next to the if 0's point to some problems in the pmap
code, but the actu
Hi List.
I've stumbled across a use-after-free condition in the NTFS filesystem
driver of OpenBSD Current (HEAD, plus it's present in STABLE, and
appears to go back a few releases - I repro'ed with 5.1). I have seen
it triggered accidentally through normal use to cause a panic.
The bug revolves a
On 22/06/15(Mon) 17:12, Alexander Bluhm wrote:
> On Wed, Jun 17, 2015 at 02:08:14PM +0200, Martin Pieuchot wrote:
> > diff -u -p -r1.340 if.c
> > --- net/if.c16 Jun 2015 11:09:39 - 1.340
> > +++ net/if.c17 Jun 2015 12:03:36 -
> > @@ -530,6 +530,15 @@ if_input_process(vo
On 2015/06/22 13:34, Marc Espie wrote:
> For instance,
> https://www.youtube.com/watch?v=J_8mdH20qTQ
>
> Youtube-dl makes the reason pretty obvious:
> https://www.youtube.com/watch?v=J_8mdH20qTQ
> [youtube] J_8mdH20qTQ: Downloading webpage
> [youtube] J_8mdH20qTQ: Extracting video information
> [y
On Wed, Jun 17, 2015 at 02:08:14PM +0200, Martin Pieuchot wrote:
> diff -u -p -r1.340 if.c
> --- net/if.c 16 Jun 2015 11:09:39 - 1.340
> +++ net/if.c 17 Jun 2015 12:03:36 -
> @@ -530,6 +530,15 @@ if_input_process(void *xmq)
> continue;
> }
>
> +#
On Thu, Jun 18, 2015 at 12:33:58PM +0200, Theo Buehler wrote:
> Here's a silly ed(1) session:
>
> $ ed -p ":> "
> :> P
> P
> *q
> $
>
> Notice how the prompt string changed from the custom prompt ":> " to
> the default prompt "*".
>
> This behavior seems to contradict both the man page and POSIX
On 20/06/15(Sat) 18:50, frantisek holop wrote:
> trying to use a replacement usb enclosure for an old 2.5" IDE drive.
> [...]
> Controller /dev/usb0:
> addr 1: high speed, self powered, config 1, EHCI root hub(0x),
> Intel(0x8086), rev 1.00
> port 2 addr 6: high speed, self powered, config 1
Hi,
(this is a repost from misc@)
Needing a backup connection to the internet, I decided to give the
Huawei 909u-521 a try.
Hardware details:
http://consumer.huawei.com/en/solutions/m2m-solutions/products/tech-specs/me909u-521mini-pcie-en.htm
It's mounted in a Soekris 6501 device.
During
For instance,
https://www.youtube.com/watch?v=J_8mdH20qTQ
Youtube-dl makes the reason pretty obvious:
https://www.youtube.com/watch?v=J_8mdH20qTQ
[youtube] J_8mdH20qTQ: Downloading webpage
[youtube] J_8mdH20qTQ: Extracting video information
[youtube] J_8mdH20qTQ: Downloading DASH manifest
[downloa
On Sun, Jun 21, 2015 at 9:26 PM, Matthieu Herrb wrote:
> On Sat, Jun 20, 2015 at 09:26:25PM +0200, David Coppa wrote:
>> On Sat, Jun 20, 2015 at 12:24 PM, Matthieu Herrb wrote:
>> > On Wed, Jun 17, 2015 at 04:34:15AM -0600, David Coppa wrote:
>> >>
>> >> Hi all,
>> >>
>> >> Here's an update to fr
> Date: Sat, 20 Jun 2015 15:25:37 +0200
> From: Alexandre Ratchov
>
> On Thu, Jun 18, 2015 at 07:25:31PM +, Christian Weisgerber wrote:
> > On 2015-06-13, Alexandre Ratchov wrote:
> >
> > > Many thanks to all who tested, below is an updated diff with the
> > > missing i386 bits and "working
Hi,
I noticed by looking at the code that in sys/net/if_pfsync.c :
pfsync_sendout() a failed ip_output() does not increment
sc->sc_if.if_oerrors++ only pfsyncstats.pfsyncs_oerrors++. Similar
pattern do in eg. if_pflow.c. Should it?
Hi,
On Thu, May 14, 2015 at 09:44:22PM +1000, David Gwynne wrote:
> i want relayd to check teh availability of some services and inject
> routes when the service is available. if it is available, i want
> to advertise the routes using ospfd, but i also want the local
> machine to be able to contac
21 matches
Mail list logo