On Wed, Sep 15, 2021 at 05:11:12AM +, Renato Aguiar wrote:
> I noticed this after sysupgrading to latest snapshot:
>
> $ ldd /usr/X11R6/bin/xdpyinfo
> /usr/X11R6/bin/xdpyinfo:
> ld.so: xdpyinfo: can't load library 'libdmx.so.2.0'
> /usr/X11R6/bin/xdpyinfo: signal 9
>
> It works fine after man
I noticed this after sysupgrading to latest snapshot:
$ ldd /usr/X11R6/bin/xdpyinfo
/usr/X11R6/bin/xdpyinfo:
ld.so: xdpyinfo: can't load library 'libdmx.so.2.0'
/usr/X11R6/bin/xdpyinfo: signal 9
It works fine after manually building and installing xdpyinfo from
latest xenocara code.
--
Renato
We have weird `rt_refcnt' check in rtfree():
497 rtfree(struct rtentry *rt)
498 {
...
504 refcnt = (int)atomic_dec_int_nv(&rt->rt_refcnt);
505 if (refcnt <= 0) {
506 KASSERT(!ISSET(rt->rt_flags, RTF_UP));
507 KASSERT(!RT_ROOT(rt));
508
On Tue, Sep 14, 2021 at 09:12:52PM +0200, Stefan Hagen wrote:
> I'm running with this since you posted it. No issues so far.
Thank you!
Some people are seeing occasional hangs. It's been observed that
systat reports no interrupts on iwx0 when this happens. I know that
the Linux driver has workaro
Stefan Sperling wrote:
> On Sat, Sep 11, 2021 at 02:04:32PM +0200, Stefan Sperling wrote:
> > On Fri, Sep 10, 2021 at 06:49:49PM +0200, Stefan Sperling wrote:
> > > Here is another attempt at adding Tx aggregation to iwx(4).
> > > This patch is based on the latest state in CVS (if_iwx.c r1.107, whi
Hi,
Improvements to the uhid(4) manual:
* Include the relevant header in the synopsis
* Document all supported ioctl commands
* Emphasis that a pointer is required to all ioctl commands
* Make the write(2) semantics a bit clearer
* Add files section
* Document errors
Comments? OK?
Index: uhid.4
Hi,
Change the errno to ENOTTY when encountering an unknown ioctl command as
opposed of using EINVAL which is ambiguous in this context.
Comments? OK?
Index: dev/usb/uhid.c
===
RCS file: /cvs/src/sys/dev/usb/uhid.c,v
retrieving revis
The declarations in http.h have the void, so the compiler is happy.
Still, this looks wrong.
Index: usr.sbin/acme-client/http.c
===
RCS file: /cvs/src/usr.sbin/acme-client/http.c,v
retrieving revision 1.30
diff -u -p -r1.30 http.c
---
On Tue, Sep 14, 2021 at 12:22:41PM +0200, Claudio Jeker wrote:
> I'm tired waiting 30min and more for apnic and idnic to finish their delta
> syncs with 1000+ deltas to fetch from a server on the other side of the
> planet. If a repo is more than 300 deltas behind just grab the snapshot,
> it is wa
I'm tired waiting 30min and more for apnic and idnic to finish their delta
syncs with 1000+ deltas to fetch from a server on the other side of the
planet. If a repo is more than 300 deltas behind just grab the snapshot,
it is way faster in the end.
The number 300 was selected to be not too low to
10 matches
Mail list logo