Re: cwm - vtile and htile functions not compatible with group paradigm?

2019-08-11 Thread Okan Demirmen
On Sun 2019.08.11 at 11:28 +0200, Alessandro DE LAURENZIS wrote: > Dear tech@ readers, > > I recently started to use cwm (which I'm appreciating for its simplicity) > and, coming from a long dwm experience, I use the vtile/htile functions a > lot. > > I noticed that, imho, they break the group

assorted improvements to less.1, more.1

2019-08-11 Thread Evan Silberman
- less(1) should explain what it does before it talks about more(1) - reference the COMMANDS section directly when mentioning commands - add HISTORY to less.1 - credit Garret D'Amore in AUTHORS since he is also attributed in the source code as a copyright holder - it is false that more(1) can be

Re: minor INSTALL.loongson tweaks

2019-08-11 Thread Paul Irofti
Is suspend-resume not working on the lemote anymore?

Re: pms: add extra ic type for elantech ps/2 touchpads

2019-08-11 Thread Alexander Cronheim
A little more information after looking around a bit. The linux [1] and freebsd [2] drivers accept all elantech touchpads with ic types from 6 up to 15 as using the v4 protocol. The following patch extends the accepted ic types to that range (from the current set consisting of 6, 8, and 15). I

fix inet6 displaying in smtpd

2019-08-11 Thread Gilles Chehade
hello, smtpd improperly displays inet6 addresses as reported by semarie@: address=smtps://IPv6:2a01:e0c:1::25:465 fact is, helo response and Received headers display inet6 addresses as IPv6:2a01:e0c:1::25 which initially led me to use this format in smtpd instead of the proper one which

Re: install.sub: Typofixes in comments

2019-08-11 Thread Pablo Méndez Hernández
Fair enough (not a native speaker, so good to know :) ). Regards. Pabll On Sun, Aug 11, 2019, 15:31 Klemens Nanni wrote: > On Sun, Aug 11, 2019 at 01:51:25PM +0200, Pablo Méndez Hernández wrote: > > > @@ -1506,9 +1506,9 @@ install_files() { > > > # Fetch sets from local sources (disk,

Re: install.sub: Typofixes in comments

2019-08-11 Thread Klemens Nanni
On Sun, Aug 11, 2019 at 01:51:25PM +0200, Pablo Méndez Hernández wrote: > > @@ -1506,9 +1506,9 @@ install_files() { > > # Fetch sets from local sources (disk, cdrom, nfs) as root. > > [[ $_src == file://* ]] && _srclocal=true _unpriv= > > > > - # Based on the file list in

Re: install.sub: Typofixes in comments

2019-08-11 Thread Stuart Henderson
On 2019/08/11 13:23, Klemens Nanni wrote: > OK? > > Index: install.sub > === > RCS file: /cvs/src/distrib/miniroot/install.sub,v > retrieving revision 1.1136 > diff -u -p -r1.1136 install.sub > --- install.sub 6 Aug 2019

Re: ospfd: warn when a neighbor changes its ip address

2019-08-11 Thread Sebastian Benoit
Remi Locherer(remi.loche...@relo.ch) on 2019.08.11 11:37:27 +0200: > I'd like to get a notification when a neighbor changes the src IP address > for hello packets. Either it is a planned change or something bad happens > in the network. > > OK? ok > > Remi > > > Index: hello.c >

Re: ospfd: check dst addr for hello packets

2019-08-11 Thread Sebastian Benoit
reads ok Remi Locherer(remi.loche...@relo.ch) on 2019.08.11 11:21:36 +0200: > When ospfd receives a hello packet it takes the src IP address and updates > the address in its neighbor struct for the given router id unconditionally. > > In the case of broadcast interfaces this is not a problem:

Re: install.sub: Typofixes in comments

2019-08-11 Thread Pablo Méndez Hernández
Hi Klemens: Minimal suggestion inline: On Sun, Aug 11, 2019, 13:27 Klemens Nanni wrote: > OK? > > Index: install.sub > === > RCS file: /cvs/src/distrib/miniroot/install.sub,v > retrieving revision 1.1136 > diff -u -p -r1.1136

sysctl.2 update

2019-08-11 Thread Denis Fondras
document ip.arpq and remove ip, ip6 and mpls ifq. Index: sysctl.2 === RCS file: /cvs/src/lib/libc/sys/sysctl.2,v retrieving revision 1.27 diff -u -p -r1.27 sysctl.2 --- sysctl.29 May 2019 15:05:47 - 1.27 +++ sysctl.2

install.sub: Typofixes in comments

2019-08-11 Thread Klemens Nanni
OK? Index: install.sub === RCS file: /cvs/src/distrib/miniroot/install.sub,v retrieving revision 1.1136 diff -u -p -r1.1136 install.sub --- install.sub 6 Aug 2019 10:07:45 - 1.1136 +++ install.sub 11 Aug 2019 11:20:02 -

cwm - vtile and htile functions not compatible with group paradigm?

2019-08-11 Thread Alessandro DE LAURENZIS
Dear tech@ readers, I recently started to use cwm (which I'm appreciating for its simplicity) and, coming from a long dwm experience, I use the vtile/htile functions a lot. I noticed that, imho, they break the group paradigm (maybe to the advanted of ewmh desktop usage in this case, which

ospfd: warn when a neighbor changes its ip address

2019-08-11 Thread Remi Locherer
I'd like to get a notification when a neighbor changes the src IP address for hello packets. Either it is a planned change or something bad happens in the network. OK? Remi Index: hello.c === RCS file:

ospfd: check dst addr for hello packets

2019-08-11 Thread Remi Locherer
When ospfd receives a hello packet it takes the src IP address and updates the address in its neighbor struct for the given router id unconditionally. In the case of broadcast interfaces this is not a problem: find_iface() checks that the src address is from the same subnet as the receiving

Re: arm64 glass console

2019-08-11 Thread Matthieu Herrb
On Sat, Aug 10, 2019 at 12:16:14AM +0200, Mark Kettenis wrote: > The diff below makes it possible to switch over to the framebuffer > console in the bootloader. Currently, we'll use whatever device is > designated in the device tree (or the ACPI SPCR table) as the console. > With this diff you