There are no i2c-connected mice and ims(4) will always be a
touchpad/touchscreen/stylus that just doesn't meet the requirements
of imt(4).
Presenting it as WSMOUSE_TYPE_TOUCHPAD makes the X server set it up
as a separate pointer which may be useful.
Index: sys/dev/i2c/ims.c
==
The diff below documents IFM_2500_T media type.
ok?
Index: share/man/man4/ifmedia.4
===
RCS file: /cvs/src/share/man/man4/ifmedia.4,v
retrieving revision 1.27
diff -u -p -u -p -r1.27 ifmedia.4
--- share/man/man4/ifmedia.416 May 20
Hi,
This part of the IPv6 IPsec path MTU discovery is for the case where
the router is between the tunnel endpoints. Basically it handles
ICMP6 packets for ESP. Originally this diff came from markus@.
ok?
bluhm
Index: netinet/ip_ipsp.h
=
On Wed, Jan 20, 2021 at 11:38:40AM +0100, Claudio Jeker wrote:
> On Tue, Jan 19, 2021 at 07:49:29PM +0100, Florian Obser wrote:
> > When we converted isc_sockaddr_t to sockaddr_storage we also moved to
> > inet_net_pton(3). It turns out that was a mistake, at least it's not
> > portable for AF_INET
On Tue, Jan 19, 2021 at 07:49:29PM +0100, Florian Obser wrote:
> When we converted isc_sockaddr_t to sockaddr_storage we also moved to
> inet_net_pton(3). It turns out that was a mistake, at least it's not
> portable for AF_INET6. Effectively revert that part and hand-roll it
> using inet_pton(3).