bgpctl remove extra space in ovs output

2022-09-28 Thread Claudio Jeker
There is an extra space in the output of ext communities of type OVS. It seems when fmt_ext_community was introduced the extra space was not removed from those special ext-communities. This was noticed by job@ -- :wq Claudio Index: bgpctl.c

Re: swab.3: Use Fn consistently

2022-09-28 Thread Jason McIntyre
On Tue, Sep 27, 2022 at 06:13:20PM -0400, Josiah Frentsos wrote: > Index: swab.3 > === fixed, thanks. also just to add: i have taken note of your second vm.conf.5 diff. however since i've come to dislike both macros (and how one

Re: immutable userland mappings

2022-09-28 Thread Theo de Raadt
Theo de Raadt wrote: > Theo de Raadt wrote: > > > > Yet another version of the diff as I incrementally get it working better. > > > Call it version 22.. > > This is around version 30. New version. uvm_unmap_remove() now avoids doing entry splits as it scans for immutables in the region.

Re: readpassphrase(3) in glibc, and agetpass()

2022-09-28 Thread Junio C Hamano
Alejandro Colomar writes: > I happen to be working on replacing getpass(3) in shadow-utils. As > there is no replacement in glibc, I'm making the code depend on libbsd > on GNU systems. > ... > Would you mind implementing readpassphrase(3) in glibc so that it's > easier to use something safe