ok?
Index: sys/dev/usb/if_axe.c
===
RCS file: /cvs/src/sys/dev/usb/if_axe.c,v
retrieving revision 1.138
diff -u -p -u -p -r1.138 if_axe.c
--- sys/dev/usb/if_axe.c22 Jan 2017 10:17:39 - 1.138
+++ sys/dev/usb/if_axe.c
Hi,
Previous diff made src-node have a reference for the kif. My
colleague pointed out that incrementing the reference count of the kif
is required.
ok?
Fix previous commit which made src-node have a reference for the kif.
Src-node should use the reference counter since it might live longer
tha
Hi,
the second camrea on my Lenovo X395 is an "IR" camera that produces some
greyscale picture. video(1) doesn't support that format, but with this
patch I can use
$ ffmpeg -f v4l2 -i /dev/video1 test.mp4
$ mplayer test.mp4
to record and show the video correctly.
Patrick
diff --git a/sys/de
> Date: Fri, 5 Jul 2019 14:20:40 +1000
> From: Jonathan Gray
>
> On Wed, Jun 12, 2019 at 09:15:36AM +0200, Mark Kettenis wrote:
> > > Date: Wed, 12 Jun 2019 17:04:10 +1000
> > > From: Jonathan Gray
> > >
> > > On Tue, Jun 11, 2019 at 09:10:46PM +0200, Mark Kettenis wrote:
> > > > The drm(4) cod
On Fri, Jul 05, 2019 at 12:20:20PM +0200, Mark Kettenis wrote:
> > Date: Fri, 5 Jul 2019 14:20:40 +1000
> > From: Jonathan Gray
> >
> > On Wed, Jun 12, 2019 at 09:15:36AM +0200, Mark Kettenis wrote:
> > > > Date: Wed, 12 Jun 2019 17:04:10 +1000
> > > > From: Jonathan Gray
> > > >
> > > > On Tue
Simple reduction here as done in many other places, tested on an ARMv7
BeagleBone Black with
omdog0 at simplebus0 rev 0.1
# sysctl kern.watchdog.period=3
# sysctl kern.watchdog.auto=0
which reliably reboots the system after the specified amount of time.
OK?
Index: kern/
On Thu, Jul 04, 2019 at 11:35:59PM -0600, Theo de Raadt wrote:
> Klemens Nanni wrote:
>
> > On Thu, Jul 04, 2019 at 12:43:21PM -0500, Scott Cheloha wrote:
> > > It doesn't make sense to allow the user to simultaneously set -n
> > > (never time out) and also set -t timeout (release the terminal af
On Fri, Jul 05, 2019 at 08:57:08AM -0500, Scott Cheloha wrote:
> So I should change the usage but not the manpage synopsis? Or neither
> should change but I should document that the options are incompatible?
Neither should change.
> Is this any better?
OK, although I would've said "mutually excl
On Mon, Jul 01, 2019 at 11:43:17AM -0300, Martin Pieuchot wrote:
> What's your goal? Are you trying to find bugs by increasing the amount
> of code coverage?
Having coverage for system calls is a good thing. Checking where
the differences between NetBSD and OpenBSD are, is also good.
> I don't
I was finding it a bit tedious with long evaluation buffers so I wrote a
function that would translate these three (or more) lines:
find-file a.txt
find-file b.txt
find-file c.txt
into this one line:
(find-file a.txt b.txt c.txt)
There are a few commands that can be used like this: insert,
s
I should add, I meant to put checks in for the calls to strlcpy and
strlcat, but was pushed for time and forgot.. but of course they would be
put in.
On Fri, Jul 05, 2019 at 03:05:24PM +0200, Klemens Nanni wrote:
> Simple reduction here as done in many other places, tested on an ARMv7
> BeagleBone Black with
>
> omdog0 at simplebus0 rev 0.1
>
> # sysctl kern.watchdog.period=3
> # sysctl kern.watchdog.auto=0
>
> which reliabl
On Fri, Jul 05, 2019 at 04:14:44PM -0500, Scott Cheloha wrote:
> This looks incorrect. If the watchdog period is odd you're truncating
> the timeout by one second.
It is, but I (carelessly) looked over this detail.
> If you convert to milliseconds it's fine to divide by 2, so I suggest
> you do t
Hi,
There seems to be an extra space in the vmctl command usage. The
following diff removes it:
Index: main.c
===
RCS file: /cvs/src/usr.sbin/vmctl/main.c,v
retrieving revision 1.56
diff -u -p -u -p -r1.56 main.c
--- main.c 29 M
On Fri, Jul 05, 2019 at 10:55:30PM +0200, Alessandro Gallo wrote:
> Hi,
>
> There seems to be an extra space in the vmctl command usage. The
> following diff removes it:
>
fixed, thanks.
jmc
> Index: main.c
> ===
> RCS file: /cvs/s
The diff below fixes interction between ldomctl(8) and the firmware on
a SPARC T4 system that I have access to. To make sure that this
doesn't break other machines it would be good if people could test
this on a few more ldoms-capable sparc64 machines. To test just build
ldomctl with this patch,
Still lists all domains on my T5240 with this change.
> Date: Sat, 6 Jul 2019 01:15:59 +0200
> From: Klemens Nanni
>
> Still lists all domains on my T5240 with this change.
I hope you mean all ldom configurations here ;).
On Sat, Jul 06, 2019 at 01:23:40AM +0200, Mark Kettenis wrote:
> > Date: Sat, 6 Jul 2019 01:15:59 +0200
> > From: Klemens Nanni
> >
> > Still lists all domains on my T5240 with this change.
>
> I hope you mean all ldom configurations here ;).
He, yes :)
# ldomctl list
factory-de
19 matches
Mail list logo