CVS: cvs.openbsd.org: src

2019-08-23 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2019/08/23 20:13:55

Modified files:
sys/scsi   : safte.c 

Log message:
KNF tweak.



CVS: cvs.openbsd.org: xenocara

2019-08-23 Thread Jonathan Gray
CVSROOT:/cvs
Module name:xenocara
Changes by: j...@cvs.openbsd.org2019/08/23 20:12:17

Modified files:
lib/mesa/include/pci_ids: i965_pci_ids.h 
lib/mesa/src/intel/dev: gen_device_info.c 

Log message:
intel: Add support for Comet Lake

>From Anuj Phogat
82f6a746e8b47fb6e3f96d7f5f69973f50eec9ca in mesa master



CVS: cvs.openbsd.org: src

2019-08-23 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/08/23 19:45:59

Modified files:
sys/dev/pci/drm/i915: i915_devlist.h 

Log message:
sync devlist



CVS: cvs.openbsd.org: src

2019-08-23 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/08/23 19:43:13

Modified files:
sys/dev/pci/drm/i915: i915_drv.c i915_drv.h 

Log message:
drm/i915/cml: Introduce Comet Lake PCH

>From Anusha Srivatsa
729ae330a0f2e270db2ca70c06a83d0aa2776288 in mainline linux



CVS: cvs.openbsd.org: src

2019-08-23 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/08/23 19:39:55

Modified files:
sys/dev/pci/drm/i915: i915_pci.c 
sys/dev/pci/drm/include/drm: i915_pciids.h 

Log message:
drm/i915/cml: Add CML PCI IDS

>From Anusha Srivatsa
a7b4deeb02b978bc59808cb13c93ba84f01023a4 in mainline linux



CVS: cvs.openbsd.org: xenocara

2019-08-23 Thread Jonathan Gray
CVSROOT:/cvs
Module name:xenocara
Changes by: j...@cvs.openbsd.org2019/08/23 19:20:16

Modified files:
xserver/hw/xfree86/dri2/pci_ids: i965_pci_ids.h 

Log message:
sync i965 pci ids with xserver git master
ok matthieu@



CVS: cvs.openbsd.org: xenocara

2019-08-23 Thread Jonathan Gray
CVSROOT:/cvs
Module name:xenocara
Changes by: j...@cvs.openbsd.org2019/08/23 19:15:31

Modified files:
xserver/hw/xfree86/dri2/pci_ids: radeonsi_pci_ids.h 

Log message:
remove duplicate ids added by patch in xserver 1.20.5 update
ok matthieu@



CVS: cvs.openbsd.org: src

2019-08-23 Thread Martijn van Duren
CVSROOT:/cvs
Module name:src
Changes by: mart...@cvs.openbsd.org 2019/08/23 13:05:02

Modified files:
usr.sbin/smtpd : parse.y 

Log message:
Assign the filter name to the proc name in the case of proc_exec.
This gives a more intuitive log-entry for filter stderr output and gets rid
of the last_dynproc_id.

"nice" gilles@



Re: CVS: cvs.openbsd.org: src

2019-08-23 Thread Theo de Raadt
Todd C. Miller  wrote:

> On Fri, 23 Aug 2019 17:14:11 -, Christian Weisgerber wrote:
> 
> > -delete is not part of POSIX.
> >
> > I think there was some confusion in the discussion (which I didn't
> > really follow).  It is -exec {} + that is part of POSIX and may
> > have been added in 2001.
> 
> Correct, as far as I know, -delete is only supported by GNU and BSD
> versions of find.

I dislike that term "BSD".  How long ago was the common heritage for
"BSD find", let me guess we've got developers older than that?  Probably
a gigantic diff.



Re: CVS: cvs.openbsd.org: src

2019-08-23 Thread Todd C . Miller
On Fri, 23 Aug 2019 17:14:11 -, Christian Weisgerber wrote:

> -delete is not part of POSIX.
>
> I think there was some confusion in the discussion (which I didn't
> really follow).  It is -exec {} + that is part of POSIX and may
> have been added in 2001.

Correct, as far as I know, -delete is only supported by GNU and BSD
versions of find.

 - todd



Re: CVS: cvs.openbsd.org: src

2019-08-23 Thread Christian Weisgerber
On 2019-08-23, Klemens Nanni  wrote:

> CVSROOT:  /cvs
> Module name:  src
> Changes by:   k...@cvs.openbsd.org2019/08/23 06:48:14
>
> Modified files:
>   usr.bin/find   : find.1 
>
> Log message:
> Use -delete in EXAMPLES
>
> -delete is part of POSIX since 2001 and tedu added support for it in 2012,

-delete is not part of POSIX.

I think there was some confusion in the discussion (which I didn't
really follow).  It is -exec {} + that is part of POSIX and may
have been added in 2001.

-- 
Christian "naddy" Weisgerber  na...@mips.inka.de



CVS: cvs.openbsd.org: src

2019-08-23 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2019/08/23 10:06:43

Modified files:
distrib/sets/lists/comp: mi 

Log message:
sync



CVS: cvs.openbsd.org: src

2019-08-23 Thread Klemens Nanni
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2019/08/23 09:41:59

Modified files:
usr.sbin/ndp   : ndp.8 ndp.c 

Log message:
Honour -n when setting entries

Just like avoiding reverse lookups when printing entries or not resolving
hostnames when deleting entries, make -n effect setting entries as well;
just like pfctl(8)'s -N from which the manual wording was copied verbatim.

OK deraadt



CVS: cvs.openbsd.org: src

2019-08-23 Thread Eric Faurot
CVSROOT:/cvs
Module name:src
Changes by: e...@cvs.openbsd.org2019/08/23 09:39:12

Modified files:
usr.sbin/smtpd : spfwalk.c 

Log message:
only process records of the expected type.
fix an issue where CNAME records generate bogus results.

ok gilles@



CVS: cvs.openbsd.org: src

2019-08-23 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2019/08/23 09:18:13

Modified files:
lib/libcrypto/man: RSA_new.3 

Log message:
document RSAPrivateKey_dup(3) and RSAPublicKey_dup(3)



Re: CVS: cvs.openbsd.org: src

2019-08-23 Thread Otto Moerbeek
On Fri, Aug 23, 2019 at 05:11:18AM -0600, Alexander Bluhm wrote:

> CVSROOT:  /cvs
> Module name:  src
> Changes by:   bl...@cvs.openbsd.org   2019/08/23 05:11:18
> 
> Modified files:
>   regress/sbin/disklabel: 12000.ok 18000.ok 2.ok 30.ok 
>   4.ok 9.ok 90.ok 
> 
> Log message:
> Default layout for disklabel(8) has changed, /usr became larger.
> Adjust expected values in test.
> reminded by Moritz Buhl
> 

Thanks,

Some day I'll remember...

-Otto



CVS: cvs.openbsd.org: src

2019-08-23 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2019/08/23 07:05:42

Modified files:
usr.sbin/sysupgrade: sysupgrade.8 

Log message:
explain in a simpler way when the default is -r and when it is -s;
triggered by a very different patch from Rashad Kanavath;
OK florian@



CVS: cvs.openbsd.org: src

2019-08-23 Thread Klemens Nanni
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2019/08/23 06:48:14

Modified files:
usr.bin/find   : find.1 

Log message:
Use -delete in EXAMPLES

-delete is part of POSIX since 2001 and tedu added support for it in 2012,
-print0 however never made it into any standard, so replace this less
portable idiom with its more concise built-in counterpart.

Both -print0 as well as xargs(1) -0 explain and reference each other and
CAVEATS goes into detail with problematic file names, so no information
is lost by replacing this particular example.

While here, make the -exec example rm(1) multiple files at once.

Feedback from claudio tb
Input and OK millert



CVS: cvs.openbsd.org: src

2019-08-23 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2019/08/23 06:23:39

Modified files:
lib/libcrypto/man: OCSP_SERVICELOC_new.3 OCSP_sendreq_new.3 
   X509_check_host.3 X509_new.3 Makefile 
Added files:
lib/libcrypto/man: X509_get1_email.3 

Log message:
document X509_get1_email(3), X509_get1_ocsp(3), X509_email_free(3)



CVS: cvs.openbsd.org: src

2019-08-23 Thread Eric Faurot
CVSROOT:/cvs
Module name:src
Changes by: e...@cvs.openbsd.org2019/08/23 06:09:41

Modified files:
usr.sbin/smtpd : util.c 

Log message:
martijn@ found a regression so revert to the old behavior for now



CVS: cvs.openbsd.org: src

2019-08-23 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org   2019/08/23 05:11:18

Modified files:
regress/sbin/disklabel: 12000.ok 18000.ok 2.ok 30.ok 
4.ok 9.ok 90.ok 

Log message:
Default layout for disklabel(8) has changed, /usr became larger.
Adjust expected values in test.
reminded by Moritz Buhl



CVS: cvs.openbsd.org: src

2019-08-23 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2019/08/23 03:41:49

Modified files:
lib/libcrypto/man: X509_new.3 

Log message:
document X509_dup(3)



CVS: cvs.openbsd.org: src

2019-08-23 Thread Mike Larkin
CVSROOT:/cvs
Module name:src
Changes by: mlar...@cvs.openbsd.org 2019/08/23 01:55:20

Modified files:
usr.sbin/vmctl : main.c 

Log message:
vmctl(8): fix wrong output when using 'vmctl stop'

Fix a wrong output when using 'vmctl stop' without any further arguments.

Patch from Caspar Schutijser, thanks!

ok deraadt



CVS: cvs.openbsd.org: src

2019-08-23 Thread Eric Faurot
CVSROOT:/cvs
Module name:src
Changes by: e...@cvs.openbsd.org2019/08/23 01:09:52

Modified files:
usr.sbin/smtpd : smtpd.h util.c 

Log message:
res_hnok() is too lenient wrt to acceptable domain name in mail addresses.
replace it with a valid_domainname() check that implements something closer
to RFC 5321, but still usable in real-life.

ok gilles@ millert@



CVS: cvs.openbsd.org: src

2019-08-23 Thread Anton Lindqvist
CVSROOT:/cvs
Module name:src
Changes by: an...@cvs.openbsd.org   2019/08/23 01:01:22

Modified files:
distrib/sets/lists/comp: mi 

Log message:
sync