[PATCH netcat] Only force fd's to -1 once

2020-09-26 Thread Duncan Roe
The motivation for this is to make debug logs less confusing. All changed lines have previously demonstrated the problem. Signed-off-by: Duncan Roe --- usr.bin/nc/netcat.c | 27 ++- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/usr.bin/nc/netcat.c b/usr

Re: RFC: kern.video.record

2020-09-26 Thread Edd Barrett
On Sat, Sep 19, 2020 at 06:07:05PM +0200, Solene Rapenne wrote: > I vote for keeping both so we can enable audio only or video only > and be sure about what is enabled and able to record our environment I agree. I do lots of audio-only calls with one of my colleagues and in that scenario I'd pref

httpd(8): fix duplicate location detection

2020-09-26 Thread mpfr
During httpd setup I realized that duplicate location names are not being detected even though I remembered having seen a corresponding piece of code in 'usr.sbin/httpd/parse.y' the other day. As far as I understand, the comparison 's->srv_conf.id == srv_conf->id' can never be true as a newly crea