Re: Diff for evaluation (WACOM tablet driver)

2023-06-30 Thread dsp
On Sun, Jun 18, 2023 at 09:36:25AM +, Vladimir Meshcheriakov wrote: > Good day, > > I am currently trying to work on an implementation > of a driver for the WACOM tablet on openBSD > I am therefore submitting this diff so that it could potentially be evaluated. > Please if you have a moment, c

memcpy abort: isakmpd

2014-12-01 Thread dsp
Hi list! With the memcpy change isakmpd's ui.c was aborting. the buffer is the same so this patch changes it to memmove. Thanks! Index: ui.c === RCS file: /cvs/src/sbin/isakmpd/ui.c,v retrieving revision 1.55 diff -u -p -u -r1.55 ui

nc -ul semantics

2012-06-24 Thread dsp
Hey list! We observe the following behaviour when running nc -ul. The server begins on a recvfrom() and when data arrives it connects() the socket. When the client dies , the server remains in a connected state therefore ignoring subsequent data arriving on the port. Is this really the intended log