Re: MPLSv6 1/2: kernel diff

2018-12-26 Thread Claudio Jeker
On Wed, Dec 26, 2018 at 09:27:59PM +0100, Denis Fondras wrote: > Resend because of nasty typo :/ > > On Mon, Dec 24, 2018 at 08:43:10PM -0200, Martin Pieuchot wrote: > > I'm not happy with adding the IFF_MULTICAST flag and SIOC{ADD,DEL}MULTI > > ioctls. It seems to be a common pattern between in

RE: wscons patches for many ttys (0/8)

2018-12-26 Thread leo_tck
Haai, mark.kette...@xs4all.nl wrote: > Sorry, No need to apologize for sound technical decisions. > but I really don't see the point. That is your loss. Not that you need to see the point for *my* benefit, 'cause these patches are running like a charm here :) > If you really need that many > s

RE: patch: ps(1) broaden 'TT' field by 2 chars

2018-12-26 Thread leo_tck
Haai, > 3 character tty names 4-character actually (what is it w/ people dropping the dash?). > isn't going to be commited. *shrugs* That's up to you folks, of course... It sure has been 'commited' to my local tree, and will remain so for the foreseeable future :) > You may as well give it up

Re: mandoc -T html default style

2018-12-26 Thread Ted Unangst
Raphael Graf wrote: > The diff inserts some space above the footer. > This improves readability and makes it similar to the other output formats. > > Here is an example found in the wild, demonstrating the problem: > https://webassembly.github.io/wabt/doc/wasm-objdump.1.html okay, now that other

Re: MPLSv6 1/2: kernel diff

2018-12-26 Thread Denis Fondras
Please ignore, this one is broken... On Wed, Dec 26, 2018 at 09:27:59PM +0100, Denis Fondras wrote: > Resend because of nasty typo :/ > > On Mon, Dec 24, 2018 at 08:43:10PM -0200, Martin Pieuchot wrote: > > I'm not happy with adding the IFF_MULTICAST flag and SIOC{ADD,DEL}MULTI > > ioctls. It se

Re: MPLSv6 1/2: kernel diff

2018-12-26 Thread Denis Fondras
Resend because of nasty typo :/ On Mon, Dec 24, 2018 at 08:43:10PM -0200, Martin Pieuchot wrote: > I'm not happy with adding the IFF_MULTICAST flag and SIOC{ADD,DEL}MULTI > ioctls. It seems to be a common pattern between in existing pseudo-driver, > so this shouldn't block you. However I'd great

Re: wscons patches for many ttys (0/8)

2018-12-26 Thread Mark Kettenis
> Date: Tue, 25 Dec 2018 09:42:45 +0100 > From: > > This patch enables the specification of WSDISPLAY_MAXSCREEN as an option > in a config(8) file. Without, a multiple-definition error is thrown. > > This patch is expected to affect only the kernel, and then only at > config(8) time. Sorry, but

Re: MPLSv6 1/2: kernel diff

2018-12-26 Thread Denis Fondras
On Mon, Dec 24, 2018 at 08:43:10PM -0200, Martin Pieuchot wrote: > I'm not happy with adding the IFF_MULTICAST flag and SIOC{ADD,DEL}MULTI > ioctls. It seems to be a common pattern between in existing pseudo-driver, > so this shouldn't block you. However I'd greatly appreciate if you > could expl

Re: patch: ps(1) broaden 'TT' field by 2 chars

2018-12-26 Thread Theo de Raadt
3 character tty names isn't going to be commited. You may as well give it up. >After w(1), another casualty of my wscons patches: ps(1) gives only the >first two chars of the tty name suffix in the 'TT' field, leading to >e.g. 'C128' appearing as 'C1'. This is obviously misleading. > >For just s

Re: iSerialNumber -> serial

2018-12-26 Thread Klemens Nanni
OK

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

2018-12-26 Thread Mark Kettenis
> Date: Tue, 25 Dec 2018 23:11:45 -0500 > From: Scott Cheloha > > On Tue, Dec 25, 2018 at 11:24:54PM +0100, Mark Kettenis wrote: > > > Date: Tue, 25 Dec 2018 09:31:25 -0500 > > > From: Scott Cheloha > > > > > > On Tue, Dec 25, 2018 at 02:19:46PM +0100, Mark Kettenis wrote: > > > > > Date: Mon,

kcov: prepare for trace cmp

2018-12-26 Thread Anton Lindqvist
Hi, The end goal here is teach kcov to support tracing of comparison instructions and switch statements in order to improve coverage during fuzzing. It's achieved by compiling the kernel with the ` -fsanitize-coverage=trace-cmp' option. But first, some refactoring: the diff below separates the kco

patch: ps(1) broaden 'TT' field by 2 chars

2018-12-26 Thread leo_tck
After w(1), another casualty of my wscons patches: ps(1) gives only the first two chars of the tty name suffix in the 'TT' field, leading to e.g. 'C128' appearing as 'C1'. This is obviously misleading. For just such a case, the patches below fix this by broadening said field by 2 characters.