On Sun, Sep 11, 2016 at 09:39:34PM -0400, Rob Pierce wrote:
> "host" is not a command argument.
>
> Rob
>
fixed, thanks.
jmc
> Index: vmctl.8
> ===
> RCS file: /cvs/src/usr.sbin/vmctl/vmctl.8,v
> retrieving revision 1.13
> diff -u
"host" is not a command argument.
Rob
Index: vmctl.8
===
RCS file: /cvs/src/usr.sbin/vmctl/vmctl.8,v
retrieving revision 1.13
diff -u -p -r1.13 vmctl.8
--- vmctl.8 18 Aug 2016 16:12:05 - 1.13
+++ vmctl.8 12 Sep 2016
On Sun, 11 Sep 2016 10:06:55 +0200, Martin Natano wrote:
> Another ${INSTALL} invokation that doesn't mention the owner. Ok?
OK millert@
- todd
On Sat, Sep 10, 2016 at 01:46:05PM -0700, Philip Guenther wrote:
> On Sat, 10 Sep 2016, Martin Natano wrote:
> > When building with noperm the symlinks end up with the build user as
> > owner instead of root. Ok?
> ...
> > --- bin/chmod/Makefile 6 Sep 2001 18:52:55 - 1.7
> > +++ bin/
On Sun, Sep 11, 2016 at 01:24:23PM +0200, Mark Kettenis wrote:
> Hardware has two transmit FIFOs, and the idea is to alternate between
> the two. The code that decides which FIFO to use is busted. It keeps
> a count of the number of FIFOs in use. That means that if the count
> is one, we don't
Bob Beck wrote:
> I really dislike "CHEAP".
>
> and it almost seems like these should actually be NOCACHE.. why the heck
> can't they be?
So i looked at NOCACHE, but it seemed like that option may destroy the buffer
too soon. Anyway, I tested it and it does go boom. With just NOCACHE in mfs,
crea
Hi tech@,
I have been going through usbdi recently and I believe that the mentioned
manpages can be merged into a single one since they operate on the same
abstraction in the interface.
I am cross referrencing with NetBSD which recently added documentation for the
usbdi interface:
- https://man
On Sun, Sep 11, 2016 at 12:15:28PM +, Mark Lumsden wrote:
> > Maybe we should just not install it? Mark?
>
> A couple of years ago when the tutorial started being installed there
> were no dissenting voices, so unless there are objections, I'd carry
> on doing that. And Martin's diff makes sen
On 2016-09-11 16.14.44 +0200, Frank Groeneveld wrote:
> I've also made some progress regarding the scaling bug. It seems the
> device is not properly detached from Xorg when it is unplugged, because
> the log starts getting spammed with loads of messages like this:
>
> [ 202.482] (EE) ws: wacom:
On Thu, Sep 08, 2016 at 07:44:33PM +0200, Ulf Brosziewski wrote:
> Maybe one day I'll get it right:
> s/wsmouse_input_sync()/wsmouse_input_sync(ms->sc_wsmousedev)/
Haha, you did get it right indeed. Attached my working updated patch,
with your suggested API usage. Looks cleaner like this.
I'v
> Maybe we should just not install it? Mark?
A couple of years ago when the tutorial started being installed there
were no dissenting voices, so unless there are objections, I'd carry
on doing that. And Martin's diff makes sense I think.
Mark
Similar to guenther's fix for gnu/binutils*. Ok?
natano
Index: gnu/usr.bin/texinfo/Makefile.bsd-wrapper
===
RCS file: /cvs/src/gnu/usr.bin/texinfo/Makefile.bsd-wrapper,v
retrieving revision 1.42
diff -u -p -r1.42 Makefile.bsd-wrappe
Following diff installs the files in /etc/ssl with the correct owner.
Ok?
natano
Index: lib/libcrypto/Makefile
===
RCS file: /cvs/src/lib/libcrypto/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- lib/libcrypto/Makef
The sqlite3 headers are installed with the build user as owner, but
should be owned by root. Ok?
natano
Index: Makefile
===
RCS file: /cvs/src/lib/libsqlite3/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- Makefil
Hardware has two transmit FIFOs, and the idea is to alternate between
the two. The code that decides which FIFO to use is busted. It keeps
a count of the number of FIFOs in use. That means that if the count
is one, we don't actually know which if the FIFOs is currently in use.
If we pick the wro
On Fri, Sep 09, 2016 at 01:35:27PM +0200, Eric Faurot wrote:
> Because of the small ad hoc changes that were made here and there over
> the years, the listener config code has become a bit convoluted I think.
> Here is a little cleanup to:
>
> - have all listener creation functions take listen_opt
> Date: Sun, 11 Sep 2016 09:45:59 +0200
> From: Marcus Glocker
>
> This gets the sdmmc i/o reset working.
>
> Now on my allwinner,sun5i-r8 the wifi device also attaches again
> after a reboot (currently just works on cold boot).
>
> ok?
Had something very similar in one of my trees. Still det
On Sun, Sep 11, 2016 at 11:23:13AM +0200, Landry Breuil wrote:
> On Sun, Sep 11, 2016 at 11:17:25AM +0200, Theo Buehler wrote:
> > These all call time(3), so should include directly.
> >
> > ok?
> >
> > Index: bcd/bcd.c
> > ===
> >
On Sun, Sep 11, 2016 at 11:17:25AM +0200, Theo Buehler wrote:
> These all call time(3), so should include directly.
>
> ok?
>
> Index: bcd/bcd.c
> ===
> RCS file: /var/cvs/src/games/bcd/bcd.c,v
> retrieving revision 1.25
> diff -u -
These all call time(3), so should include directly.
ok?
Index: arithmetic/arithmetic.c
===
RCS file: /var/cvs/src/games/arithmetic/arithmetic.c,v
retrieving revision 1.26
diff -u -p -r1.26 arithmetic.c
--- arithmetic/arithmetic.c
On Sat, Sep 10, 2016 at 01:33:26PM -0700, Philip Guenther wrote:
>
> fpclassify(3) says:
>
> The symbols isinff(), and isnanf() are provided as compatibility aliases
> to isinf(), and isnan(), respectively, and their uses are deprecated.
> Similarly, finite() and finitef() are depr
On Sat, Sep 10, 2016 at 09:47:55PM -0700, Philip Guenther wrote:
>
> On systems that don't have a native version, we use an implementation of
> sqrtl() (square-root of long double) that -- to do its job -- pokes at the
> floating-point exception state and rounding mode. In particular, at a key
Another ${INSTALL} invokation that doesn't mention the owner. Ok?
natano
Index: Makefile
===
RCS file: /cvs/src/usr.bin/skey/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- Makefile30 Mar 2016 06:38:46 -
This gets the sdmmc i/o reset working.
Now on my allwinner,sun5i-r8 the wifi device also attaches again
after a reboot (currently just works on cold boot).
ok?
Index: sdmmc_io.c
===
RCS file: /cvs/src/sys/dev/sdmmc/sdmmc_io.c,v
ret
> Index: gnu/usr.bin/binutils-2.17/Makefile.bsd-wrapper
> ===
> RCS file:
> /data/src/openbsd/src/gnu/usr.bin/binutils-2.17/Makefile.bsd-wrapper,v
> retrieving revision 1.8
> diff -u -p -r1.8 Makefile.bsd-wrapper
> --- gnu/usr.bin/bin
25 matches
Mail list logo