Re: urndis(4) fix

2018-09-23 Thread Artturi Alm
On Mon, Sep 24, 2018 at 03:34:59AM +0300, Artturi Alm wrote: > On Sat, Nov 29, 2014 at 09:42:51PM +0100, Mark Kettenis wrote: > > Recent Oracle SPARC machines have a USB gadget to talk to the Service > > Processor (ILOM). This gadget supports both RNDIS and CDC Ethernet. > > The RNDIS bits

libnv

2018-09-23 Thread Edgar Pettijohn III
Does OpenBSD have anything similar to FreeBSD's libnv? It looks interesting. Thanks, Edgar (please cc me)

Re: urndis0: urndis_decap invalid buffer len 1 < minimum header 44

2018-09-23 Thread Artturi Alm
On Tue, Sep 18, 2018 at 07:13:15PM +0300, Artturi Alm wrote: > On Sat, Aug 18, 2018 at 11:05:04PM +0300, Artturi Alm wrote: > > On Thu, Jan 11, 2018 at 12:41:29AM +0200, Artturi Alm wrote: > > > On Wed, Sep 13, 2017 at 05:51:27AM +0300, Artturi Alm wrote: > > > > Hi, > > > > > > > > even after

Re: urndis(4) fix

2018-09-23 Thread Artturi Alm
On Sat, Nov 29, 2014 at 09:42:51PM +0100, Mark Kettenis wrote: > Recent Oracle SPARC machines have a USB gadget to talk to the Service > Processor (ILOM). This gadget supports both RNDIS and CDC Ethernet. > The RNDIS bits uncovered a bug in urndis(4). When urndis_ctrl_set() > sets up the

Minor clarification in ttys(5) man page

2018-09-23 Thread Katherine Rohl
You can reload the ttys file by sending SIGHUP to the init process. init(8) mentions this but ttys(5) does not, which can be confusing for users who don't know that. I've added a note to this effect to ttys(5) referencing init(8). Index: ttys.5

csh: quoted string treated as a glob in switch

2018-09-23 Thread Michael Mikonos
Hello, As an exercise I tried writing a csh script and I found strange behaviour in its parsing of switch statements. The following snippet causes a syntax error (switch: Missing ].): set c="[" switch ("$c") case "[": echo match breaksw endsw The call tree is main() -> process() ->

Re: Add bufferevent_setwatermark(3) to manual

2018-09-23 Thread Anton Lindqvist
On Sat, Sep 22, 2018 at 11:41:05AM -0700, Geoff Hill wrote: > New patch included. > > On Sat, Sep 22, 2018 at 07:09:44AM +0100, Jason McIntyre wrote: > > does the "ok" request mean you have commit access? (sorry, find it hard > > to keep track) > > Nope, no commit access, just a user sending up

Re: Add bufferevent_setwatermark(3) to manual

2018-09-23 Thread Nicholas Marriott
ok nicm On Sat, Sep 22, 2018 at 10:15:21AM +0200, Anton Lindqvist wrote: > On Fri, Sep 21, 2018 at 06:36:54PM -0700, Geoff Hill wrote: > > Hello tech, > > > > I noticed the event(3) manual pages don't mention the > > bufferevent_setwatermark(3) function and glosses over the details of > >