CVS: cvs.openbsd.org: src

2016-07-09 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/07/09 21:24:31 Modified files: usr.bin/doas : env.c Log message: rename variable for consistency

CVS: cvs.openbsd.org: src

2016-07-09 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2016/07/09 21:04:00 Modified files: sys/arch/armv7/omap: omap.c Log message: Instead of attaching the omap device based on board ids follow imx and match based on the compatible property of the root node in

CVS: cvs.openbsd.org: src

2016-07-09 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2016/07/09 20:55:15 Modified files: sys/arch/armv7/omap: am335x.c omap3.c omap4.c Log message: Remove now unused definitions for drivers that have been converted to use the fdt.

CVS: cvs.openbsd.org: src

2016-07-09 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2016/07/09 18:48:21 Modified files: lib/libc/termios: tcsetpgrp.3 Log message: Document that SIGTTOU is sent if the process is in the background. Adapted from text from tcsetattr(3).

CVS: cvs.openbsd.org: src

2016-07-09 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2016/07/09 18:39:23 Modified files: sys/kern : kern_pledge.c Log message: Paranoia: check KTRPOINT() before calling ktrpledge() to guarantee we can't (in the future) loop from ktrace writing hi

CVS: cvs.openbsd.org: src

2016-07-09 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2016/07/09 18:39:31 Modified files: sys/kern : tty.c Log message: POSIX specifies that if a processing calling tcsetpgrp() is in the background it shall receive SIGTTOU. Handle TIOCSPGRP like we do th

CVS: cvs.openbsd.org: src

2016-07-09 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/07/09 18:15:39 Modified files: bin/cat: cat.1 Log message: attempt to improve clarity by reducing forward references and more directly documenting each option's effect.

CVS: cvs.openbsd.org: src

2016-07-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2016/07/09 17:32:52 Modified files: share/misc : inter.phone Log message: spelling; from Ilya dot Kaliman at gmail dot com

CVS: cvs.openbsd.org: src

2016-07-09 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2016/07/09 14:39:17 Modified files: sbin/route : route.c Log message: only print one error, not multiple misleading messages

CVS: cvs.openbsd.org: www

2016-07-09 Thread Theo Buehler
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2016/07/09 14:21:43 Modified files: faq/ports : guide.html specialtopics.html Log message: remove unneded section annotation in short man links

CVS: cvs.openbsd.org: src

2016-07-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2016/07/09 13:44:52 Modified files: usr.bin/mandoc : cgi.c Log message: Do not treat PATH_INFO as a complete path if it doesn't contain a manpath. For example, this makes http://man.openbsd.org/mand

CVS: cvs.openbsd.org: src

2016-07-09 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2016/07/09 12:14:18 Modified files: sys/arch/armv7/imx: imx.c imx6.c Log message: Simplify the i.MX6 platform code. The list of board devices is now (essentially) the same for all boards, so we can

CVS: cvs.openbsd.org: src

2016-07-09 Thread Stefan Kempf
CVSROOT:/cvs Module name:src Changes by: ste...@cvs.openbsd.org 2016/07/09 11:13:05 Modified files: sys/uvm: uvm_amap.c Log message: Fix bugs introduced with the amap rework - The number of slots must be initialized in the chunk of a small amap, otherwise unmapp

CVS: cvs.openbsd.org: src

2016-07-09 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2016/07/09 09:59:22 Modified files: sys/dev/mii: atphy.c Log message: Initialize the mii_oui field such that fec(4) can look at it. ok jsg@

CVS: cvs.openbsd.org: src

2016-07-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2016/07/09 09:23:36 Modified files: usr.bin/mandoc : mandocdb.c mansearch.c Log message: getopt(3) is declared in , and is not needed; from Joerg Sonnenberger via Thomas Klausner, NetBSD.

CVS: cvs.openbsd.org: src

2016-07-09 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2016/07/09 07:30:14 Modified files: share/man/man4/man4.armv7: imx.4 Log message: ehci no longer attaches to imx

CVS: cvs.openbsd.org: src

2016-07-09 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2016/07/09 06:39:28 Modified files: sys/arch/armv7/imx: if_fec.c Log message: Perform PHY-specific initialization based on the PHY ID instead of the board ID for the AR8031/AR8035. ok jsg@

CVS: cvs.openbsd.org: src

2016-07-09 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2016/07/09 06:32:50 Modified files: sys/arch/armv7/conf: GENERIC RAMDISK sys/arch/armv7/imx: files.imx imx.c imxehci.c Log message: Dynamically attach i.MX6 ehci(4) using the FDT. ok jsg@

CVS: cvs.openbsd.org: src

2016-07-09 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2016/07/09 06:31:05 Modified files: sys/dev/ofw: fdt.c fdt.h openfirm.h Log message: Add interfaces to look up a device tree node by phandle. ok patrick@, jsg@, visa@

CVS: cvs.openbsd.org: src

2016-07-09 Thread Stefan Kempf
CVSROOT:/cvs Module name:src Changes by: ste...@cvs.openbsd.org 2016/07/09 03:06:22 Modified files: usr.sbin/vmd : virtio.c virtio.h vmd.h vmm.c Log message: Prepare vionet to be handled asynchronously to the VCPU thread This splits the handling of received data into

CVS: cvs.openbsd.org: src

2016-07-09 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2016/07/09 01:19:52 Modified files: distrib/notes/armv7: prep Log message: Mention the EFI and DTB requirement. List U-Boot 2016.07 as 2016.05 needs a patch to work with efiboot on non imx platforms that is