Re: Use regex search by default in apropos(1)?

2018-11-17 Thread Scott Cheloha
On Sun, Nov 18, 2018 at 02:14:07AM +0100, Ingo Schwarze wrote: > > currently, when you call apropos(1) in the default mode without > explicitly specifying '=' for substring search or '~' for regular > expression search, page names and one-line descriptions are > searched case-insensitively for the

Re: Use regex search by default in apropos(1)?

2018-11-17 Thread Yuri Pankov
Ingo Schwarze wrote: > Hi, > > currently, when you call apropos(1) in the default mode without > explicitly specifying '=' for substring search or '~' for regular > expression search, page names and one-line descriptions are > searched case-insensitively for the substring specified. > > It appear

Use regex search by default in apropos(1)?

2018-11-17 Thread Ingo Schwarze
Hi, currently, when you call apropos(1) in the default mode without explicitly specifying '=' for substring search or '~' for regular expression search, page names and one-line descriptions are searched case-insensitively for the substring specified. It appears that traditionally, FreeBSD apropos

Re: bktr(4): remove useless assignment

2018-11-17 Thread Theo de Raadt
Why not delete the 2nd line? I mean isn't it obvious? I'd expect some archeology to figure out how this bug got introduced, rather than a diff which you obviously don't know the result of. > Remove useless assignment, value is overwritten right after being set. > > Coverity CID 1453008. > > Co

[patch] make welcome email in /var/mail/root readable again

2018-11-17 Thread ivpgbe
Hello tech@, at present, a default welcome email is unreadable as you can check by running 'mail -f /var/root/mail' after a fresh install, or 'mail -f /usr/src/etc/root/root.mail'. The reason is a subtle date format bug introduced[1] during 6.3->6.4 update, since according to RFC 4155[2], > a tim

bktr(4): remove useless assignment

2018-11-17 Thread Frederic Cambus
Hi tech@, Remove useless assignment, value is overwritten right after being set. Coverity CID 1453008. Comments? OK? Index: dev/pci/bktr/bktr_core.c === RCS file: /cvs/src/sys/dev/pci/bktr/bktr_core.c,v retrieving revision 1.39 dif

Re: vmd: add support for local inet6 interfaces

2018-11-17 Thread Carlos Cardenas
On Fri, Nov 16, 2018 at 05:35:03PM +0100, Reyk Floeter wrote: > Hi, > > "local interface" (-L) is an amazing feature and I use it every day; > but it is IPv4-only and now I realized that I need IPv6 too. > > The attached diff implements IPv6 support for local interfaces. > > A few notes and limi

Re: rad: add support for listening on interface groups

2018-11-17 Thread Klemens Nanni
On Fri, Nov 16, 2018 at 08:56:52PM +0100, Reyk Floeter wrote: > > the following diff allows rad(8) to watch interface groups. This > > allows to automatically add/remove interfaces in a given group. > > > > For example, I put "interface tap" into rad.conf and it automatically > > serves my VM int

Re: xidle: do not close stdout/err, error on failure, execvp(3)

2018-11-17 Thread Jeremie Courreges-Anglas
On Sat, Nov 17 2018, Klemens Nanni wrote: > On Sun, Nov 11, 2018 at 05:39:52PM +0100, Klemens Nanni wrote: >> On Sat, Nov 03, 2018 at 09:01:33PM +0100, Klemens Nanni wrote: >> > Closing stdin makes sense, but I still want to see error messages from >> > the program I'm running. Since arbitrary pr

Re: xidle: do not close stdout/err, error on failure, execvp(3)

2018-11-17 Thread Klemens Nanni
On Sun, Nov 11, 2018 at 05:39:52PM +0100, Klemens Nanni wrote: > On Sat, Nov 03, 2018 at 09:01:33PM +0100, Klemens Nanni wrote: > > Closing stdin makes sense, but I still want to see error messages from > > the program I'm running. Since arbitrary progams can be run, keep both > > stdout and stder