Re: symmetric toeplitz hashing

2020-06-14 Thread David Gwynne
> On 14 Jun 2020, at 10:59 pm, Miod Vallat wrote: > > >>> Others have pointed out off-list that one can use __builtin_popcount(), >>> but __builtin_parity() is exactly what I want. Is it available on all >>> architectures? >> >> I don't think it is available on gcc 3.x for m88k but someone

Re: Add man parameter for HTML pager

2020-06-14 Thread Ingo Schwarze
Hi Abel, Romero Perez, Abel wrote on Mon, Jun 15, 2020 at 03:06:26AM +0200: > Romero Perez, Abel wrote: >> I tried to view the manuals in HTML format with lynx, but I couldn't I assume what you mean is that you could, but the "-O tag" option had no effect. >> because lynx and links can't

Re: Add man parameter for HTML pager

2020-06-14 Thread Romero PĂ©rez , Abel
Sorry, I didn't reviewed the code well. The first diff has some bugs. As follows the stable diff (please, review): Index: main.c === RCS file: /cvs/src/usr.bin/mandoc/main.c,v retrieving revision 1.252 diff -u -p -r1.252 main.c ---

Re: userland clock_gettime proof of concept

2020-06-14 Thread Christian Weisgerber
George Koehler: > --- lib/libc/arch/powerpc/gen/usertc.c.before Sat Jun 13 21:28:50 2020 > +++ lib/libc/arch/powerpc/gen/usertc.cSat Jun 13 21:38:52 2020 > @@ -18,4 +18,19 @@ > #include > #include > > -int (*const _tc_get_timecount)(struct timekeep *, uint64_t *) = NULL; > +int >

Re: symmetric toeplitz hashing

2020-06-14 Thread Miod Vallat
>> Others have pointed out off-list that one can use __builtin_popcount(), >> but __builtin_parity() is exactly what I want. Is it available on all >> architectures? > > I don't think it is available on gcc 3.x for m88k but someone with > an m88k should confirm. __builtin_popcount() does not

Re: netstat -R: list rdomains with associated ifs and tables

2020-06-14 Thread Stuart Henderson
On 2020/06/13 23:29, Sebastian Benoit wrote: > Of course that makes parsing the output more difficult. not really.. netstat -R|awk -F : '/Routing table/ {print $2}'