CVS: cvs.openbsd.org: src

2019-10-20 Thread Ted Unangst
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2019/10/20 21:14:54

Modified files:
distrib/special/doas: doas.c 

Log message:
keep in sync with regular doas. req by millert



CVS: cvs.openbsd.org: src

2019-10-20 Thread Philip Guenther
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2019/10/20 20:36:43

Modified files:
libexec/ld.so/hppa: Makefile.inc 
libexec/ld.so/mips64: Makefile.inc 

Log message:
Whoops: backout mips64+hppa CHECK_LDSO bits: they weren't done and weren't
part of the review.  My fail for forgetting to diff my tree against what
was reviewed

problem noted by deraadt@



CVS: cvs.openbsd.org: src

2019-10-20 Thread Klemens Nanni
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2019/10/20 16:15:08

Modified files:
sys/arch/amd64/stand/boot: boot.8 
sys/arch/hppa/stand/boot: boot.8 
sys/arch/i386/stand/boot: boot.8 
sys/arch/landisk/stand/boot: boot.8 

Log message:
Improve previous

>From and OK jmc



CVS: cvs.openbsd.org: www

2019-10-20 Thread Klemens Nanni
CVSROOT:/cvs
Module name:www
Changes by: k...@cvs.openbsd.org2019/10/20 11:24:46

Modified files:
faq: faq13.html 

Log message:
get_flash_videos package has underscores not dashes

So users looking for it can c/p and pkg_info(1) just works.



CVS: cvs.openbsd.org: src

2019-10-20 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2019/10/20 10:31:44

Modified files:
etc/etc.sparc64: MAKEDEV 

Log message:
regen



CVS: cvs.openbsd.org: src

2019-10-20 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2019/10/20 10:31:10

Modified files:
etc/etc.sparc64: MAKEDEV.md 

Log message:
Add /dev/pri.



CVS: cvs.openbsd.org: src

2019-10-20 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2019/10/20 10:27:19

Modified files:
sys/arch/sparc64/include: hypervisor.h mdesc.h 
sys/arch/sparc64/sparc64: hvcall.S mdesc.c openprom.c 

Log message:
Firmware that supports the "parallel boot" feature allows us to read the PRI
using a simple hypervisor call.  Implement this.

Tested by jmatthew@



CVS: cvs.openbsd.org: src

2019-10-20 Thread Florian Obser
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2019/10/20 10:22:22

Modified files:
usr.sbin/slaacctl: slaacctl.c 

Log message:
Remove redundant newline.
pointed out by deraadt@



CVS: cvs.openbsd.org: src

2019-10-20 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2019/10/20 10:18:36

Modified files:
usr.sbin/ldomd : ds.c 

Log message:
Print LDC protocol version in debug message.



CVS: cvs.openbsd.org: src

2019-10-20 Thread Klemens Nanni
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2019/10/20 10:13:36

Modified files:
sys/arch/amd64/stand/boot: boot.8 
sys/arch/hppa/stand/boot: boot.8 
sys/arch/i386/stand/boot: boot.8 
sys/arch/landisk/stand/boot: boot.8 

Log message:
Document "set db_console 0|1"

OK deraadt



CVS: cvs.openbsd.org: src

2019-10-20 Thread Todd C . Miller
CVSROOT:/cvs
Module name:src
Changes by: mill...@cvs.openbsd.org 2019/10/20 07:33:30

Modified files:
usr.sbin/cron  : atrun.c 

Log message:
Use strtonum(3) in atrun.  Also limit uid/gid to UID_MAX-1 and
GID_MAX-1 for good measure.  OK deraadt@



CVS: cvs.openbsd.org: src

2019-10-20 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:src
Changes by: ajacou...@cvs.openbsd.org   2019/10/20 03:10:43

Modified files:
usr.sbin/syspatch: syspatch.sh 
usr.sbin/sysupgrade: sysupgrade.sh 

Log message:
Tweak and sync comment.



CVS: cvs.openbsd.org: src

2019-10-20 Thread Marc Espie
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org   2019/10/20 03:05:58

Modified files:
usr.sbin/pkg_add/OpenBSD: PackingElement.pm 

Log message:
I didn't check robert's fix closely enough.
fix it so commands are run when several fontdirs are involved
also streamline the alias code a little bit, and have it report actual
issues in opening files



CVS: cvs.openbsd.org: src

2019-10-20 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/10/20 01:52:38

Modified files:
sys/dev/pci/drm/amd/amdgpu: amdgpu_ttm.c 

Log message:
unstub amdgpu_ttm_bo_eviction_valuable()

The remaining commented block of code calls amdkfd_fence_check_mm()
which does nothing when not built with CONFIG_HSA_AMD.