Re: Please test: HZ bump

2018-12-24 Thread Ted Unangst
Scott Cheloha wrote: > - A tick is a 32-bit signed integer on all platforms. If HZ=100, we >can represent at most ~248 days in ticks. This is plenty. If HZ=1000, >we now only have ~24.8 days. Some may disagree, but I don't think this >is enough. So the question is what happens

Update perl to 5.28.1

2018-12-24 Thread Andrew Hewus Fresh
I've finally gotten our local patches applied to perl 5.28.1 and it now could use some testing. I was trying to get a few more of my architectures working, but I ran out of time and now I have to go visit family for the holidays so it's up to y'all to do some testing for me. The infrastructure

Re: Please test: HZ bump

2018-12-24 Thread Scott Cheloha
On Tue, Dec 18, 2018 at 03:39:43PM -0600, Ian Sutton wrote: > On Mon, Aug 14, 2017 at 3:07 PM Martin Pieuchot wrote: > > > > I'd like to improve the fairness of the scheduler, with the goal of > > mitigating userland starvations. For that the kernel needs to have > > a better understanding of

Re: MPLSv6 1/2: kernel diff

2018-12-24 Thread Martin Pieuchot
On 24/12/18(Mon) 17:31, Denis Fondras wrote: > Thank you for the comments Martin. Here is an improved diff. I think you should commit the icmp6_do_error() refactoring. It's ok mpi@ with some nits below. It would be great if you could think the IPv4 version as well to take a 'struct sockaddr'

nanosleep(2): don't tsleep(9) if timeout is empty

2018-12-24 Thread Scott Cheloha
ok? Index: sys/kern/kern_time.c === RCS file: /cvs/src/sys/kern/kern_time.c,v retrieving revision 1.103 diff -u -p -r1.103 kern_time.c --- sys/kern/kern_time.c28 May 2018 18:05:42 - 1.103 +++ sys/kern/kern_time.c

Re: mandoc -T html default style

2018-12-24 Thread Ingo Schwarze
Hi Ted, Ted Unangst wrote on Mon, Dec 24, 2018 at 01:31:50PM -0500: > Ingo Schwarze wrote: >> Todd Miller wrote: >>> That would be fine with me. I definitely think it should be installed >>> somewhere. I found it odd that I had to look for mandoc.css in the >>> source tree when I needed it.

Re: mandoc -T html default style

2018-12-24 Thread Ted Unangst
Ingo Schwarze wrote: > > > That would be fine with me. I definitely think it should be installed > > somewhere. I found it odd that I had to look for mandoc.css in the > > source tree when I needed it. > > That would be the following patch. ok to install. And then update the mandoc man page

Re: MPLSv6 1/2: kernel diff

2018-12-24 Thread Denis Fondras
Thank you for the comments Martin. Here is an improved diff. On Sun, Dec 23, 2018 at 02:22:45PM -0200, Martin Pieuchot wrote: > Comments below > > > Index: net/if_ethersubr.c > > === > > RCS file: /cvs/src/sys/net/if_ethersubr.c,v

Re: mandoc -T html default style

2018-12-24 Thread Ingo Schwarze
Hi, it looks like so far, we haven't found a good way to make the -T html -O style= default friendlier that is free of major downsides - but people using -T html need the file mandoc.css in any case, even those who do not build from source. Todd C. Miller wrote on Sun, Dec 23, 2018 at 07:39:25AM