Re: Add RTL8211F support to rgephy(4)

2018-02-26 Thread Jonathan Gray
On Mon, Feb 26, 2018 at 10:08:12PM +0100, Mark Kettenis wrote: > There is a new rgepy(4) variant (rev. 6, RTL8211F). Unfortunately > they moved the status register around on this new chip and also > twiddled the bits. Here is a diff that handles that. Somewhat > inspired by FreeBSD but I didn't

Re: times(3): return monotonically increasing values

2018-02-26 Thread Jason McIntyre
On Mon, Feb 26, 2018 at 07:12:20PM -0600, Scott Cheloha wrote: > Hey, > morning. > Reading the latest POSIX description for times(3): > > > Upon successful completion, times() shall return the elapsed > > real time, in clock ticks, since an arbitrary point in the past > > (for example, system s

Re: mgre(4): point-to-multipoint gre tunnels

2018-02-26 Thread David Gwynne
On Mon, Feb 26, 2018 at 04:12:26PM +0100, Martin Pieuchot wrote: > On 26/02/18(Mon) 11:32, David Gwynne wrote: > > mgre on the other hand is more like an ethernet interface, but with > > ip addresses instead of mac addresses. mgre(4) only needs configuration > > of a local tunnel address (but take

Re: [patch] sigaction.2 fix spacing

2018-02-26 Thread Ingo Schwarze
Hi Edgar, Edgar Pettijohn wrote on Mon, Feb 26, 2018 at 08:19:30PM -0600: > Index: sigaction.2 > === > RCS file: /cvs/src/lib/libc/sys/sigaction.2,v > retrieving revision 1.74 > diff -u -p -u -r1.74 sigaction.2 > --- sigaction.22

[patch] sigaction.2 fix spacing

2018-02-26 Thread Edgar Pettijohn
Index: sigaction.2 === RCS file: /cvs/src/lib/libc/sys/sigaction.2,v retrieving revision 1.74 diff -u -p -u -r1.74 sigaction.2 --- sigaction.229 May 2017 11:13:09 -1.74 +++ sigaction.227 Feb 2018 02:15:43 - @@ -49,

times(3): return monotonically increasing values

2018-02-26 Thread Scott Cheloha
Hey, Reading the latest POSIX description for times(3): > Upon successful completion, times() shall return the elapsed > real time, in clock ticks, since an arbitrary point in the past > (for example, system start-up time). This point does not change > from one invocation of times() within the pr

update ifstated parser

2018-02-26 Thread Michael Graves
Hello I use ifstated(8) to track the state of the the external interface that is configured via dhcp and based upon the state, (re)configure a VXLAN interface. The ifstated.conf currently looks like === exif="em0" vxif="vxlan0" init-state state_down state state_up { init { run "ifconf

unhandled firmware response in iwm

2018-02-26 Thread jes
When connecting to a wifi network messages like "iwm0: unhandled firmware response 0xff/0xb810 rx ring" appear. After looking at https://patchwork.kernel.org/patch/9869017/ I came up with following patch. The link also explains what is happening. I'm not sure if it makes sense to log the fi

Add RTL8211F support to rgephy(4)

2018-02-26 Thread Mark Kettenis
There is a new rgepy(4) variant (rev. 6, RTL8211F). Unfortunately they moved the status register around on this new chip and also twiddled the bits. Here is a diff that handles that. Somewhat inspired by FreeBSD but I didn't add some of the workarounds tat disable EEE and power save mode that ar

Re: proctreelk

2018-02-26 Thread Martin Pieuchot
On 20/10/17(Fri) 11:50, Martin Pieuchot wrote: > On 14/10/17(Sat) 22:07, Philip Guenther wrote: > > > > The diff below adds proctreelk, an rwlock protecting the links of the > > process tree and related bits, as well as uidinfolk, an rwlock protecting > > the uidinfo hash table. > > > > Parts o

[PATCH] www - Add subheader in ftp.html

2018-02-26 Thread José Carlos García
Hi everyone. This is my first message to the list. I think the ftp webpage could be a bit clearer with a subheader to visually separate the instructions for prospective mirrors. It'd be only a change from to . Regards, Jose Carlos Garcia (aka @quobit) Index: ftp.html =

Re: mgre(4): point-to-multipoint gre tunnels

2018-02-26 Thread Martin Pieuchot
On 26/02/18(Mon) 11:32, David Gwynne wrote: > mgre(4) is a basic driver that starts to implement point to multipoint > gre ip tunnels. these are annoyingly hard to explain. > > the main difference between gre(4) and mgre(4) is that it is not a > point to point interface (obviously, cos of the name

[PATCH] src - fix IPsec capitalisation

2018-02-26 Thread Raf Czlonka
Hi all, Fix capitalisation of IPsec as per the RFC[0] - obviously, only where this makes sense. The remaining one in cert.pem[1] will get fixed automatically once the file is regenerated, after the object identifiers' description changes. If this gets in, I'd like to submit a patch for www - *no