CVS: cvs.openbsd.org: src

2022-02-12 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:src
Changes by: ajacou...@cvs.openbsd.org   2022/02/12 17:02:17

Modified files:
etc/mtree  : 4.4BSD.dist 

Log message:
Add /usr/local/share/examples/login.conf.d to the default hierarchy.

ok sthen@ espie@ deraadt@



CVS: cvs.openbsd.org: src

2022-02-12 Thread Eric Faurot
CVSROOT:/cvs
Module name:src
Changes by: e...@cvs.openbsd.org2022/02/12 11:22:04

Modified files:
usr.sbin/smtpd : ca.c dispatcher.c mta.c smtp.c smtpd.c smtpd.h 
 ssl.c ssl.h 

Log message:
use new libtls signer api

ok tb@



CVS: cvs.openbsd.org: src

2022-02-12 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2022/02/12 09:26:58

Modified files:
sys/arch/i386/i386: acpi_machdep.c 

Log message:
wsdisplay checks are no longer needed here



CVS: cvs.openbsd.org: src

2022-02-12 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2022/02/12 09:25:42

Modified files:
sys/arch/amd64/amd64: acpi_machdep.c 

Log message:
wsdisplay checks are no longer needed here



CVS: cvs.openbsd.org: src

2022-02-12 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2022/02/12 09:22:40

Modified files:
sys/arch/macppc/dev: apm.c 

Log message:
add MP stubs



CVS: cvs.openbsd.org: src

2022-02-12 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2022/02/12 09:22:03

Modified files:
sys/arch/macppc/dev: apm.c 

Log message:
for non-SUSPEND kernel, put the ioctl pieces entirely inside #ifdef



CVS: cvs.openbsd.org: src

2022-02-12 Thread Visa Hankala
CVSROOT:/cvs
Module name:src
Changes by: v...@cvs.openbsd.org2022/02/12 07:07:26

Modified files:
sys/kern   : sys_pipe.c 

Log message:
Reduce code duplication in pipe event filters

Use the f_event callback for checking event state within the pipe
event filters. This enables the same f_modify and f_process functions
to handle the different filter types.

OK anton@



CVS: cvs.openbsd.org: src

2022-02-12 Thread Joel Sing
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org   2022/02/12 05:42:19

Modified files:
regress/lib/libcrypto/objects: objectstest.c 

Log message:
Add test coverage for OBJ_txt2obj()/OBJ_obj2txt() with no_name == 0.



CVS: cvs.openbsd.org: src

2022-02-12 Thread Marc Espie
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org   2022/02/12 02:46:19

Modified files:
usr.sbin/pkg_add/OpenBSD: State.pm State.pod 

Log message:
switch to using the common code in BaseState

(BaseState is a "light weight" base class for State, that does the
common stuff like printing out stuff pkg-style, or exec'ing commands
and reporting exit/signal status, but without needing to create an
object--necessarily--or without the extra option handling code.